diff --git a/backend.tf b/backend.tf index b8fa58b..c3fe171 100755 --- a/backend.tf +++ b/backend.tf @@ -2,7 +2,7 @@ terraform { required_version = ">= 1.1.0" backend "remote" { hostname = "app.terraform.io" - organization = "ace-netops" + # organization = "" workspaces { name = "ace-iac-day-zero" }