diff --git a/main.tf b/main.tf index 996ae26b9..1ae807ff2 100644 --- a/main.tf +++ b/main.tf @@ -9,10 +9,10 @@ terraform { } backend "remote" { - organization = "REPLACE_ME" + organization = "Precise-Global" workspaces { - name = "gh-actions-demo" + name = "demo-github-action" } } } @@ -49,4 +49,4 @@ resource "aws_security_group" "web-sg" { output "web-address" { value = "${aws_instance.web.public_dns}:8080" -} \ No newline at end of file +}