Skip to content

Commit f9a7b36

Browse files
committed
chore: remove depreacted aws region name
1 parent d53ba1b commit f9a7b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ locals {
2020
Name = local.name
2121
"altinity:cloud/env" = local.env_name
2222
})
23-
region = var.region != "" ? var.region : data.aws_region.current.name
23+
region = var.region != "" ? var.region : data.aws_region.current.region
2424
account_id = var.aws_account_id != "" ? var.aws_account_id : data.aws_caller_identity.current.account_id
2525
}
2626

0 commit comments

Comments
 (0)