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
func (*Writer) Interpolate ¶ added in v0.4.0
Interpolate replaces the hardcoded resources link with TF interpolation
Click to show internal directories.
Click to hide internal directories.