From 69e2530c06f7bc569f1ad50f877f4129f0b7dd56 Mon Sep 17 00:00:00 2001 From: yoonsoonjahng Date: Tue, 27 Oct 2020 13:14:37 -0400 Subject: Wrong URL format fix 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 --- terragrunt/openlab/account.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'terragrunt/openlab/account.hcl') 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", "")}" -- cgit 1.2.3-korg