aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt/openlab/account.hcl
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-09-14 12:40:45 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-09-15 07:24:46 +0000
commit60b4a1ec488b32fca34b675ee91bcb8c24b41fac (patch)
tree7aa6480e2270801013ef4b022773e7c0ca25baed /terragrunt/openlab/account.hcl
parentebc143124680cc2ddefa3a74bf6d242fa417e992 (diff)
Rewrite terragrunt files into canonical format so they pass validation
Change-Id: I3e748f0027429c2ee384467d9d61c1a87cce8fc3 Issue-ID: INT-1713 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'terragrunt/openlab/account.hcl')
-rw-r--r--terragrunt/openlab/account.hcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/terragrunt/openlab/account.hcl b/terragrunt/openlab/account.hcl
index 19d1b8c..27c5cf0 100644
--- a/terragrunt/openlab/account.hcl
+++ b/terragrunt/openlab/account.hcl
@@ -2,10 +2,10 @@
# terragrunt.hcl configuration.
# For Openstack, please fill in the values below
locals {
- user_name = "${get_env("user_name", "")}" # Expose environmental variables for your account
- password = "${get_env("password", "")}"
- project_id = "${get_env("project_id", "")}"
- auth_url = "${get_env("auth_url","")}"
- backend = "" # Remote state backend. gcs for google or s3 for Amazon
+ user_name = "${get_env("user_name", "")}" # Expose environmental variables for your account
+ password = "${get_env("password", "")}"
+ project_id = "${get_env("project_id", "")}"
+ auth_url = "${get_env("auth_url", "")}"
+ backend = "" # Remote state backend. gcs for google or s3 for Amazon
backend_state = "" # GCP storage bucket or AWS S3
}