Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetWorkspaceConfig ¶ added in v0.3.0
func GetWorkspaceConfig(config api.Config, target types.WorkspaceTarget) (*types.RunConfig, error)
func NameserversToProtov5 ¶ added in v0.4.1
func NameserversToProtov5(s types.Nameservers) tftypes.Value
func NewTfeConfig ¶
func NewTfeConfig() *tfe.Config
Types ¶
type Output ¶
type Output struct { Type *cty.Type `json:"type"` Value json.RawMessage `json:"value"` }
type StateFile ¶
type StateFile struct { Version int `json:"version"` TerraformVersion string `json:"terraform_version"` Serial int64 `json:"serial"` Lineage string `json:"lineage"` Outputs Outputs `json:"outputs"` }
func GetStateFile ¶ added in v0.3.0
func GetStateFile(tfeClient *tfe.Client, orgName string, target types.WorkspaceTarget) (*StateFile, error)
Click to show internal directories.
Click to hide internal directories.