From b0dba3d7286aae04b7d32e7f03564681060e1c8f Mon Sep 17 00:00:00 2001 From: Murad Ali <141018381+TechnoCloudian@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:37:05 +0100 Subject: [PATCH 1/2] update backend --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index e1d1b8045..a58f5e03f 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "ACG-learning-Demos" workspaces { - name = "REPLACE_ME" + name = "learning-terraform" } } } From cc243d5110ab1d98e3402b853085c04bec85b521 Mon Sep 17 00:00:00 2001 From: Murad Ali Date: Mon, 23 Dec 2024 21:25:51 +0000 Subject: [PATCH 2/2] testing dev container setup --- main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.tf b/main.tf index a58f5e03f..00fd334be 100644 --- a/main.tf +++ b/main.tf @@ -54,3 +54,5 @@ resource "aws_security_group" "web-sg" { output "web-address" { value = "${aws_instance.web.public_dns}:8080" } + +#this is a comment, I am using dev container to edit this file and check if its working \ No newline at end of file