diff --git a/main.tf b/main.tf index e1d1b8045..00fd334be 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" } } } @@ -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