aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt/openlab/account.hcl
diff options
context:
space:
mode:
authoryoonsoonjahng <yoonsoon.jahng@yoppworks.com>2020-10-27 13:14:37 -0400
committeryoonsoonjahng <yoonsoon.jahng@yoppworks.com>2020-11-03 09:50:19 -0500
commit69e2530c06f7bc569f1ad50f877f4129f0b7dd56 (patch)
treea21591fe5182c954fbcd35f681ed2d4b91b29def /terragrunt/openlab/account.hcl
parent7bb34f87a76af9bcb6400bc19bd3b682183dcad6 (diff)
Wrong URL format fix7.0.1guilin
1. Changed wrong url format 2. Fixed wrong host name 3. Updated REAME file more descriptive Issue-ID: INT-1753 Change-Id: I5bd4e0247fdb2204b097da683f7b6bb4ffb6aefe Signed-off-by: yoonsoonjahng <yoonsoon.jahng@yoppworks.com>
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", "")}"