Skip to content

Commit 4228478

Browse files
committed
fix: replace deprecated data.aws_region.current.name with data.aws_region.current.region
The name attribute of the aws_region data source has been deprecated in favor of the region attribute. This change updates the reference in the IRSA module to use the current recommended attribute. Signed-off-by: atilsensalduz <[email protected]>
1 parent ccdbd7b commit 4228478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/iam-role-for-service-accounts-eks/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3"
2+
required_version = ">= 1.5"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)