aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt/openlab/RegionOne/stage/env.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/RegionOne/stage/env.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/RegionOne/stage/env.hcl')
-rw-r--r--terragrunt/openlab/RegionOne/stage/env.hcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/terragrunt/openlab/RegionOne/stage/env.hcl b/terragrunt/openlab/RegionOne/stage/env.hcl
index b3208c8..cb68eb2 100644
--- a/terragrunt/openlab/RegionOne/stage/env.hcl
+++ b/terragrunt/openlab/RegionOne/stage/env.hcl
@@ -1,14 +1,14 @@
# Set common variables for the environment. This is automatically pulled in in the root terragrunt.hcl configuration to
# feed forward to the child modules.
locals {
- environment = "" # name of the environment you use. e.g stage, prod or qa
- network = "" # name of the network to connect with the Internet
+ environment = "" # name of the environment you use. e.g stage, prod or qa
+ network = "" # name of the network to connect with the Internet
# Rancher and Kubernetes
# To access a VM, 'ssh -i ssh_private_key_path kubernetes_user@one-of-the-external-ips'
# a key pair for accessing VMs
- ssh_public_key = "" # OpenSSH formated string is required
- ssh_private_key_path = "" # e.g ~/.ssh/id_rsa
+ ssh_public_key = "" # OpenSSH formated string is required
+ ssh_private_key_path = "" # e.g ~/.ssh/id_rsa
kubernetes_version = "v1.15.11-rancher1-2"
kubernetes_user = "ubuntu"