Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Updating hub registration module to pull from a different location. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgood authored Jun 17, 2022
1 parent e7b5534 commit 6187ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1_clusters/clusters.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module "anthos-platform-hub-prod-east" {
*/

module "anthos-platform-hub-prod-central" {
source = "terraform-google-modules/kubernetes-engine/google//modules/hub"
source = "terraform-google-modules/kubernetes-engine/google//modules/hub-legacy"

project_id = var.project_id
cluster_name = module.anthos-platform-prod-central.cluster-name
Expand All @@ -144,7 +144,7 @@ module "anthos-platform-hub-prod-central" {
}

module "anthos-platform-hub-prod-east" {
source = "terraform-google-modules/kubernetes-engine/google//modules/hub"
source = "terraform-google-modules/kubernetes-engine/google//modules/hub-legacy"

project_id = var.project_id
cluster_name = module.anthos-platform-prod-east.cluster-name
Expand Down

0 comments on commit 6187ac1

Please sign in to comment.