Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
type Config ¶
type Config struct { Hosts map[string]*ConfigHost `hcl:"host"` Credentials map[string]map[string]interface{} `hcl:"credentials"` }
Config is the structure of the configuration for the Terraform CLI.
type ConfigHost ¶
type ConfigHost struct {
Services map[string]interface{} `hcl:"services"`
}
ConfigHost is the structure of the "host" nested block within the CLI configuration, which can be used to override the default service host discovery behavior for a particular hostname.
Source Files ¶
- config_unix.go
- provider.go
- resource_tfe_organization.go
- resource_tfe_organization_token.go
- resource_tfe_policy_set.go
- resource_tfe_sentinel_policy.go
- resource_tfe_ssh_key.go
- resource_tfe_team.go
- resource_tfe_team_access.go
- resource_tfe_team_member.go
- resource_tfe_team_members.go
- resource_tfe_team_token.go
- resource_tfe_variable.go
- resource_tfe_workspace.go
Click to show internal directories.
Click to hide internal directories.