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 04051a8 commit 9a0f552Copy full SHA for 9a0f552
examples/simple/workstations.tf
@@ -15,7 +15,7 @@
15
module "workstations" {
16
count = var.create_cloud_workstation_resources ? 1 : 0
17
18
- source = "github.com/GoogleCloudPlatform/cicd-foundation//infra/modules/cicd_workstations?ref=v2.1.0"
+ source = "../../../../cloud_cicd_foundation/infra/modules/cicd_workstations"
19
20
project_id = data.google_project.project.project_id
21
cws_scopes = var.cws_scopes
0 commit comments