From 441d0cbcc8756a92e0828f2260bb30d98f3ee298 Mon Sep 17 00:00:00 2001 From: Plsk-test Date: Thu, 21 Jul 2022 03:48:18 -0400 Subject: [PATCH 1/3] checking terraform create infrastructure github actions --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index e1d1b80..98d56f5 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "ACG-Terraform-Labs-Bato" workspaces { - name = "REPLACE_ME" + name = "terraform-lab-CI-CD" } } } From 890a85203b967c66281918ecdf720af8ffea19a5 Mon Sep 17 00:00:00 2001 From: Plsk-test Date: Thu, 21 Jul 2022 06:11:24 -0400 Subject: [PATCH 2/3] added app.terraform.io --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 98d56f5..5231e2e 100644 --- a/main.tf +++ b/main.tf @@ -12,6 +12,7 @@ terraform { required_version = "~> 1.0" backend "remote" { + hostname = "app.terraform.io" organization = "ACG-Terraform-Labs-Bato" workspaces { From d2bddfceb25d218111c5a8f8196f4e2759093229 Mon Sep 17 00:00:00 2001 From: Plsk-test Date: Fri, 22 Jul 2022 04:05:36 -0400 Subject: [PATCH 3/3] another correction to config --- main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.tf b/main.tf index 5231e2e..2845280 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,9 @@ terraform { required_version = "~> 1.0" backend "remote" { + hostname = "app.terraform.io" + organization = "ACG-Terraform-Labs-Bato" workspaces {