We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53ba1b commit f9a7b36Copy full SHA for f9a7b36
main.tf
@@ -20,7 +20,7 @@ locals {
20
Name = local.name
21
"altinity:cloud/env" = local.env_name
22
})
23
- region = var.region != "" ? var.region : data.aws_region.current.name
+ region = var.region != "" ? var.region : data.aws_region.current.region
24
account_id = var.aws_account_id != "" ? var.aws_account_id : data.aws_caller_identity.current.account_id
25
}
26
0 commit comments