Skip to content

Commit

Permalink
Update backend.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-netops authored Jun 14, 2022
1 parent f5f1e9f commit 8ed96da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.1.0"
backend "remote" {
hostname = "app.terraform.io"
# organization = "<replace-with-your-Terraform-Cloud-organization-and-uncomment>"
organization = "ace-netops"
workspaces {
name = "ace-iac-day-zero"
}
Expand Down

0 comments on commit 8ed96da

Please sign in to comment.