Skip to content

Commit d7f71f6

Browse files
authored
chore: sync repo acm location update (#1521)
1 parent 8190439 commit d7f71f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple_zonal_with_acm/acm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "acm" {
2020
location = module.gke.location
2121
cluster_name = module.gke.name
2222

23-
sync_repo = "[email protected]:GoogleCloudPlatform/csp-config-management.git"
23+
sync_repo = "[email protected]:GoogleCloudPlatform/anthos-config-management-samples.git"
2424
sync_branch = "1.0.0"
2525
policy_dir = "foo-corp"
2626

modules/acm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "acm" {
3232
project_id = "my-project-id"
3333
cluster_name = "my-cluster-name"
3434
location = module.gke.location
35-
sync_repo = "[email protected]:GoogleCloudPlatform/csp-config-management.git"
35+
sync_repo = "[email protected]:GoogleCloudPlatform/anthos-config-management-samples.git"
3636
sync_branch = "1.0.0"
3737
policy_dir = "foo-corp"
3838
}

0 commit comments

Comments
 (0)