Skip to content

Commit 8fb6c46

Browse files
committed
replace output with the correct name to match v6
1 parent 263cbe0 commit 8fb6c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secret/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ data "aws_caller_identity" "this" {}
281281
locals {
282282
account_arn = "arn:aws:iam::${local.account_id}:root"
283283
account_id = data.aws_caller_identity.this.account_id
284-
region = data.aws_region.this.name
284+
region = data.aws_region.this.region
285285
sid_suffix = join("", regexall("[[:alnum:]]+", var.name))
286286
read_principals = coalesce(var.read_principals, [local.account_arn])
287287
admin_principals = coalesce(var.admin_principals, [local.account_arn])

0 commit comments

Comments
 (0)