# Functions
CreateHCLConfigFile takes a context, transport, and create request and creates the config file.
NewBuilder creates a new Builder.
NewCreateHCLConfigFileRequest takes functional options and returns a new config file request.
WithHCLConfigChmod sets config file permissions.
WithHCLConfigChown sets config file ownership.
WithHCLConfigFile sets the config file to use.
WithHCLConfigFilePath sets the config file path.
# Structs
Builder can be used to build structured hcl content, supporting appending attributes and blocks.
CreateHCLConfigFileRequest is an HCL config create request.
# Type aliases
CreateHCLConfigFileOpt is a functional option for a config create request.