internal-terraform
anthunt/internal-terraform/null
Terraform Module
HCL
NULL
Install
module "internal-terraform" {
source = "anthunt/internal-terraform/null"
version = "0.0.4"
}
README
terraform-null-internal-terraform
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| module_source | string | The module_source is module directory path for internal terraform. internal_terr | required |
| disabled | bool | if true then module not work. default is false. | false |
| apply | bool | If this value is true, terraform apply for the sub module is executed, and if f | false |
| workspace | string | The workspace of directory name to run for internal terraform. default is .inte | ".internal_workspace" |
| runtime | object({ os = string va | {
"os": "windows",
"outputs": [],
|
Outputs (2)
variables — These output variables are input variables provided to the internal_terraform m
odule.
results — This is the map type. These output results are output results of sub modules ex
ecuted with internalResources (1)
null_resource
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.4
Cloud NULL
★ Stars1
Forks0
Total downloads792
Inputs5
Outputs2
Resources1
Examples1
LicenseApache-2.0
Namespaceanthunt
Updated