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