Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
func Encode(decodedResources *decoder.DecodedResources, credentials *creds.CloudCredentials) (string, []validate.ValidationError, error)
func TranslateResources ¶
func TranslateResources(decodedResources *decoder.DecodedResources, ctx resources.MultyContext) (map[resources.CloudSpecificResource][]output.TfBlock, []validate.ValidationError, error)
Types ¶
type WithProvider ¶
type WithProvider struct {
Resource output.TfBlock `hcl:",squash"`
ProviderAlias string `hcl:"provider" hcle:"omitempty"`
}
func (WithProvider) AddDependency ¶
func (w WithProvider) AddDependency(s string)
func (WithProvider) GetBlockType ¶
func (w WithProvider) GetBlockType() string
func (WithProvider) GetFullResourceRef ¶
func (w WithProvider) GetFullResourceRef() string
Click to show internal directories.
Click to hide internal directories.