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 7020996 commit fdb27d3Copy full SHA for fdb27d3
.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: "gcp-devsecops-pipelines"
+ TF_WORKSPACE: "gcp-devsecops-pipeline"
10
CONFIG_DIRECTORY: "./terraform"
11
12
jobs:
terraform/provider.tf
@@ -3,7 +3,7 @@ terraform {
3
organization = "DSB"
4
5
workspaces {
- name = "gcp-devsecops-pipelines"
+ name = "gcp-devsecops-pipeline"
}
0 commit comments