Skip to content

Commit 9a0f552

Browse files
Android Build Filesystem (ABFS) Teamsce-taid
authored andcommitted
No public description
PiperOrigin-RevId: 797662774
1 parent 04051a8 commit 9a0f552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/workstations.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module "workstations" {
1616
count = var.create_cloud_workstation_resources ? 1 : 0
1717

18-
source = "github.com/GoogleCloudPlatform/cicd-foundation//infra/modules/cicd_workstations?ref=v2.1.0"
18+
source = "../../../../cloud_cicd_foundation/infra/modules/cicd_workstations"
1919

2020
project_id = data.google_project.project.project_id
2121
cws_scopes = var.cws_scopes

0 commit comments

Comments
 (0)