Skip to content

Commit

Permalink
Fix typo in Google container cluster name format
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Nov 2, 2024
1 parent 3c159fe commit 5d6c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regional/shared/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data "google_client_config" "this" {
# https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/container_cluster

data "google_container_cluster" "this" {
name = "ptl-${module.helpers.region}-${module.helpers.zone}"
name = "plt-${module.helpers.region}-${module.helpers.zone}"
location = module.helpers.region
project = data.google_project.this.project_id
}
Expand Down

0 comments on commit 5d6c6dc

Please sign in to comment.