file-content-to-object
click-flow/file-content-to-object/local
Terraform Module
HCL
LOCAL
Transform file content into a Terraform object
Install
module "file-content-to-object" {
source = "click-flow/file-content-to-object/local"
version = "0.0.2"
}
README
terraform-local-bash-variables-as-object Transform bash varaibles in a script into a Terraform object.
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| filename | string | required | |
| inline_delimiter | string | "=" | |
| newline_delimiter | string | "\n" |
Outputs (1)
variables — Object of varaibles found from bash scriptDetails
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud LOCAL
★ Stars0
Forks1
Total downloads5.8k
Inputs3
Outputs1
LicenseMIT
Namespaceclick-flow
Updated