Skip to content

Commit

Permalink
Change backend TFC organization and workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue Jimenez committed Dec 2, 2024
1 parent 8e5bab7 commit b7584c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "ACG-Terraform-Demos78"
organization = "jj_ORG"

workspaces {
name = "demo-github-actions"
name = "jj_org_course"
}
}
}
Expand Down Expand Up @@ -53,4 +53,4 @@ resource "aws_security_group" "web-sg" {

output "web-address" {
value = "${aws_instance.web.public_dns}:8080"
}
}

0 comments on commit b7584c2

Please sign in to comment.