Skip to content

Update deprecated attribute #14

Open
wants to merge 1 commit into
base: tf-upgrade
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion patch-aws-auth/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
region = var.region == "" ? data.aws_region.current.name : var.region
region = var.region == "" ? data.aws_region.current.id : var.region
aws_eks_cluster_auth = data.aws_eks_cluster_auth.cluster
aws_eks_cluster = data.aws_eks_cluster.cluster

Expand Down