Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudJeantet committed Dec 19, 2023
1 parent b94ea00 commit 305785a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ terraform {
required_version = "~> 1.0"

backend "remote" {
organization = "REPLACE_ME"
organization = "ACG-Terraform-Demos-AJE"

workspaces {
name = "REPLACE_ME"
name = "demo-github-actions"
}
}
}
Expand Down

0 comments on commit 305785a

Please sign in to comment.