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 8314623 commit 9a6b928Copy full SHA for 9a6b928
modules/cloudtrail-trail/iam.tf
@@ -49,7 +49,7 @@ module "role" {
49
50
locals {
51
partition = data.aws_partition.this.partition
52
- region = data.aws_region.this.name
+ region = data.aws_region.this.region
53
account_id = data.aws_caller_identity.this.account_id
54
org_id = data.aws_organizations_organization.this.id
55
0 commit comments