Documentation
¶
Overview ¶
Package tfc contains components for syncing outputs of states from Terraform Cloud
Index ¶
Constants ¶
View Source
const DefaultBaseURL = "https://app.terraform.io"
Variables ¶
View Source
var Options = []sdk.Option{
sdk.WithComponents(&ConfigSourcer{}),
}
Options are the SDK options to use for instantiation for this plugin.
Functions ¶
This section is empty.
Types ¶
type ConfigSourcer ¶
type ConfigSourcer struct {
// contains filtered or unexported fields
}
ConfigSourcer implements component.ConfigSourcer for Terraform Cloud
func (*ConfigSourcer) Config ¶
func (cs *ConfigSourcer) Config() (interface{}, error)
Config implements component.Configurable
func (*ConfigSourcer) Documentation ¶
func (cs *ConfigSourcer) Documentation() (*docs.Documentation, error)
Click to show internal directories.
Click to hide internal directories.