Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalImports ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func NewGenerator ¶
type Property ¶
type Property struct { Name string TFName string // Terraform argument name is snake case Description string FieldName string GoType string ArgumentType string ElementType string Required bool Optional bool Computed bool Default string ValidatorsType string Validators []string PlanModifiersType string PlanModifiers []string Properties []*Property }
Click to show internal directories.
Click to hide internal directories.