aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt/openlab/account.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'terragrunt/openlab/account.hcl')
-rw-r--r--terragrunt/openlab/account.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/terragrunt/openlab/account.hcl b/terragrunt/openlab/account.hcl
index 27c5cf0..723c6f1 100644
--- a/terragrunt/openlab/account.hcl
+++ b/terragrunt/openlab/account.hcl
@@ -2,7 +2,7 @@
# terragrunt.hcl configuration.
# For Openstack, please fill in the values below
locals {
- user_name = "${get_env("user_name", "")}" # Expose environmental variables for your account
+ user_name = "${get_env("user_name", "")}" # Expose environmental variables for your account. e.g. $>source openstack.rc
password = "${get_env("password", "")}"
project_id = "${get_env("project_id", "")}"
auth_url = "${get_env("auth_url", "")}"