Skip to content

Commit 61e5aa9

Browse files
committed
terraform fmt
1 parent cbe0f4a commit 61e5aa9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

internal/service/organizations/policy_test.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -933,23 +933,23 @@ resource "aws_bedrock_guardrail_version" "test" {
933933
resource "aws_organizations_policy" "test" {
934934
# Reference: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock_syntax.html
935935
content = jsonencode({
936-
"bedrock": {
937-
"guardrail_inference": {
938-
"${data.aws_region.current.region}": {
939-
"config_1": {
940-
"identifier": {
941-
"@@assign": "${aws_bedrock_guardrail.test.guardrail_arn}:${aws_bedrock_guardrail_version.test.version}"
942-
},
943-
"input_tags": {
944-
"@@assign": "honor"
945-
}
946-
}
936+
"bedrock" : {
937+
"guardrail_inference" : {
938+
(data.aws_region.current.region) : {
939+
"config_1" : {
940+
"identifier" : {
941+
"@@assign" : "${aws_bedrock_guardrail.test.guardrail_arn}:${aws_bedrock_guardrail_version.test.version}"
942+
},
943+
"input_tags" : {
944+
"@@assign" : "honor"
947945
}
946+
}
948947
}
948+
}
949949
}
950-
})
951-
name = %[1]q
952-
type = "BEDROCK_POLICY"
950+
})
951+
name = %[1]q
952+
type = "BEDROCK_POLICY"
953953
}
954954
`, rName)
955955
}

0 commit comments

Comments
 (0)