Documentation ¶
Overview ¶
Package hcl has all abstracted logic related to HCL
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Writer ¶
type Writer struct { // TODO: Change it to "map[string]map[string]schema.ResourceData" Config map[string]interface{} // contains filtered or unexported fields }
Writer is a Writer implementation that writes to a static map to then transform it to HCL
Click to show internal directories.
Click to hide internal directories.