blob: dbb3c911e29a0f38a00cf2bae2192158b3090162 (
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 = "RegionOne"
}
|