Skip to content

Commit 8022369

Browse files
authored
Merge pull request #1 from vkinfirno/update-tfc-backend
Point backend to correct TFC org and workspace
2 parents 5def61b + 4f76296 commit 8022369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ terraform {
1515
required_version = ">= 1.1.0"
1616

1717
cloud {
18-
organization = "REPLACE_ME"
18+
organization = "ACG-Terraform-Demos"
1919

2020
workspaces {
21-
name = "gh-actions-demo"
21+
name = "demo-github-actions"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)