Skip to content

Commit

Permalink
Update locals var to fix TF cloud plan error
Browse files Browse the repository at this point in the history
  • Loading branch information
Satveer Khurpa committed Apr 26, 2022
1 parent c7fb638 commit 52462ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fully-private-eks-cluster/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ provider "helm" {
cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data)
}
}
locals {
locals = {
tenant = var.tenant
environment = var.environment
zone = var.zone
Expand Down

0 comments on commit 52462ff

Please sign in to comment.