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 263cbe0 commit 8fb6c46Copy full SHA for 8fb6c46
secret/main.tf
@@ -281,7 +281,7 @@ data "aws_caller_identity" "this" {}
281
locals {
282
account_arn = "arn:aws:iam::${local.account_id}:root"
283
account_id = data.aws_caller_identity.this.account_id
284
- region = data.aws_region.this.name
+ region = data.aws_region.this.region
285
sid_suffix = join("", regexall("[[:alnum:]]+", var.name))
286
read_principals = coalesce(var.read_principals, [local.account_arn])
287
admin_principals = coalesce(var.admin_principals, [local.account_arn])
0 commit comments