diff --git a/main.tf b/main.tf index e1d1b8045..782a7f790 100644 --- a/main.tf +++ b/main.tf @@ -12,10 +12,10 @@ terraform { required_version = "~> 1.0" backend "remote" { - organization = "REPLACE_ME" + organization = "ACG-Terraform-DemosP" workspaces { - name = "REPLACE_ME" + name = "demo-github-actions" } } } @@ -23,6 +23,7 @@ terraform { provider "aws" { region = "us-east-1" + }