| Folder / File | Description |
|---|---|
| main.tf | description |
| variables.tf | description |
| output.tf | description |
The following variables need to be set either by setting proper environment variables or editing the variables.tf file:
| Variable | Type | Description |
|---|---|---|
| variable | string | description |
The following variables need to be set either by setting proper environment variables or editing the variables.tf file:
| Variable | Type | Description |
|---|---|---|
| variable | string | description |
module "module_name" {
source = "../modules/module_name"
var_1 = "1"
var_2 = "2"
}