diff options
Diffstat (limited to 'openlab/RegionOne/region.hcl')
-rw-r--r-- | openlab/RegionOne/region.hcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openlab/RegionOne/region.hcl b/openlab/RegionOne/region.hcl new file mode 100644 index 0000000..dbb3c91 --- /dev/null +++ b/openlab/RegionOne/region.hcl @@ -0,0 +1,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" +}
\ No newline at end of file |