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.
2 parents bd8852b + 8fb6c46 commit 6f2ed79Copy full SHA for 6f2ed79
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])
secret/versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = "~> 5.0"
+ version = "~> 6.0"
8
}
9
10
0 commit comments