Skip to content

Commit fdb27d3

Browse files
committed
updating everything
1 parent 7020996 commit fdb27d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
TF_CLOUD_ORGANIZATION: "DSB"
88
TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}"
9-
TF_WORKSPACE: "gcp-devsecops-pipelines"
9+
TF_WORKSPACE: "gcp-devsecops-pipeline"
1010
CONFIG_DIRECTORY: "./terraform"
1111

1212
jobs:

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
organization = "DSB"
44

55
workspaces {
6-
name = "gcp-devsecops-pipelines"
6+
name = "gcp-devsecops-pipeline"
77
}
88
}
99
}

0 commit comments

Comments
 (0)