Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Literal ¶
type Literal struct {
// contains filtered or unexported fields
}
func LiteralExpression ¶
func LiteralFromStringValue ¶
func LiteralProperty ¶
func LiteralSelfLink ¶
func (*Literal) MarshalJSON ¶
type TerraformTarget ¶
type TerraformTarget struct { Cloud fi.Cloud Region string Project string // contains filtered or unexported fields }
func NewTerraformTarget ¶
func NewTerraformTarget(cloud fi.Cloud, region, project string, outDir string) *TerraformTarget
func (*TerraformTarget) RenderResource ¶
func (t *TerraformTarget) RenderResource(resourceType string, resourceName string, e interface{}) error
Click to show internal directories.
Click to hide internal directories.