Skip to content

Commit c1a550c

Browse files
committed
fix: remove deprecated-attribute
1 parent 0792d7f commit c1a550c

File tree

1 file changed

+1
-1
lines changed
  • modules/iam-role-for-service-accounts-eks

1 file changed

+1
-1
lines changed

modules/iam-role-for-service-accounts-eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {
66
account_id = data.aws_caller_identity.current.account_id
77
partition = data.aws_partition.current.partition
88
dns_suffix = data.aws_partition.current.dns_suffix
9-
region = data.aws_region.current.name
9+
region = data.aws_region.current.region
1010
role_name_condition = var.role_name != null ? var.role_name : "${var.role_name_prefix}*"
1111
}
1212

0 commit comments

Comments
 (0)