File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module "oidc_gke_webservices_high_private_nonprod" {
44 source = " github.com/mozilla/terraform-modules//aws_gke_oidc_config?ref=aws_gke_oidc_config-0.1.0"
55 gcp_region = " us-west1"
66 gcp_project_id = " moz-fx-webservices-high-nonpro"
7- gke_cluster_name = " webservices-high-private- nonprod-us-west1 "
7+ gke_cluster_name = " webservices-high-nonprod"
88}
99
1010# From:
@@ -13,5 +13,5 @@ module "oidc_gke_webservices_high_private_prod" {
1313 source = " github.com/mozilla/terraform-modules//aws_gke_oidc_config?ref=aws_gke_oidc_config-0.1.0"
1414 gcp_region = " us-west1"
1515 gcp_project_id = " moz-fx-webservices-high-prod"
16- gke_cluster_name = " webservices-high-private- prod-us-west1 "
16+ gke_cluster_name = " webservices-high-prod"
1717}
Original file line number Diff line number Diff line change 11environment = " development"
22gcp_region = " us-west1"
3- gke_cluster_name = " webservices-high-private- nonprod-us-west1 "
3+ gke_cluster_name = " webservices-high-nonprod"
44gcp_project_id = " moz-fx-webservices-high-nonpro"
55gke_namespace = " iam-dev"
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ module "cis_profile_retrieval_api" {
3232 gke_cluster_name = var. gke_cluster_name
3333 gcp_project_id = var. gcp_project_id
3434 gke_namespace = var. gke_namespace
35- gke_service_account = " cis-profile-retrieval-api"
35+ gke_service_account = " gha- cis-profile-retrieval-api"
3636 iam_policy_arns = [aws_iam_policy . cis_dynamo_read . arn ]
3737}
You can’t perform that action at this time.
0 commit comments