aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt/openlab/RegionOne/region.hcl
blob: 5f664ae06f11d77762416357603bf0c0e8ed15a2 (plain)
1
2
3
4
5
# Set common variables for the region. This is automatically pulled in in the root terragrunt.hcl configuration to
# configure the remote state bucket and pass forward to the child modules as inputs.
locals {
  region = ""
}