We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337cef0 commit 7020996Copy full SHA for 7020996
.github/workflows/terraform-apply.yml
@@ -6,7 +6,7 @@ on:
6
env:
7
TF_CLOUD_ORGANIZATION: "DSB"
8
TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}"
9
- TF_WORKSPACE: "dsb-gcp-devsecops-infra"
+ TF_WORKSPACE: "gcp-devsecops-pipelines"
10
CONFIG_DIRECTORY: "./terraform"
11
12
jobs:
terraform/provider.tf
@@ -3,7 +3,7 @@ terraform {
3
organization = "DSB"
4
5
workspaces {
- name = "dsb-gcp-devsecops-infra"
+ name = "gcp-devsecops-pipelines"
}
0 commit comments