Skip to content

Commit 305785a

Browse files
committed
modify
1 parent b94ea00 commit 305785a

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
@@ -12,10 +12,10 @@ terraform {
1212
required_version = "~> 1.0"
1313

1414
backend "remote" {
15-
organization = "REPLACE_ME"
15+
organization = "ACG-Terraform-Demos-AJE"
1616

1717
workspaces {
18-
name = "REPLACE_ME"
18+
name = "demo-github-actions"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)