Skip to content

Commit

Permalink
chore: sync repo acm location update (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
themanifold committed Jan 12, 2023
1 parent 8190439 commit d7f71f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple_zonal_with_acm/acm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "acm" {
location = module.gke.location
cluster_name = module.gke.name

sync_repo = "git@github.com:GoogleCloudPlatform/csp-config-management.git"
sync_repo = "git@github.com:GoogleCloudPlatform/anthos-config-management-samples.git"
sync_branch = "1.0.0"
policy_dir = "foo-corp"

Expand Down
2 changes: 1 addition & 1 deletion modules/acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module "acm" {
project_id = "my-project-id"
cluster_name = "my-cluster-name"
location = module.gke.location
sync_repo = "git@github.com:GoogleCloudPlatform/csp-config-management.git"
sync_repo = "git@github.com:GoogleCloudPlatform/anthos-config-management-samples.git"
sync_branch = "1.0.0"
policy_dir = "foo-corp"
}
Expand Down

0 comments on commit d7f71f6

Please sign in to comment.