Skip to content

Commit

Permalink
fix- Modified as per review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 authored Feb 2, 2024
1 parent 7c5acb4 commit 8b3e296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _examples/basic/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
region = "us-central1"
cluster_version = "latest"
gcp_project_id = "dev-env-3b53"
cluster_name = "addons-cluster"
cluster_name = "${local.name}-cluster"
tags = {
Name = local.name
Environment = local.environment
Expand Down
2 changes: 1 addition & 1 deletion addons/external-dns/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "helm_config" {
description = "Helm provider config for Cluster Autoscaler"
description = "Helm provider config for External DNS"
type = any
default = {}
}
Expand Down

0 comments on commit 8b3e296

Please sign in to comment.