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 3de2e21 commit 9da082eCopy full SHA for 9da082e
modules/config-posture/main.tf
@@ -140,6 +140,12 @@ resource "aws_iam_role_policy" "cspm_role_policy" {
140
Effect = "Allow"
141
Resource = "*"
142
},
143
+ {
144
+ Sid = "BedrockGetModelInvocationLoggingConfiguration"
145
+ Action = "bedrock:GetModelInvocationLoggingConfiguration"
146
+ Effect = "Allow"
147
+ Resource = "*"
148
+ },
149
]
150
})
151
}
modules/config-posture/organizational.tf
@@ -96,6 +96,10 @@ Resources:
96
Effect: "Allow"
97
Action: "bedrock:GetGuardrail"
98
Resource: "*"
99
+ - Sid: "GetModelInvocationLoggingConfiguration"
100
+ Effect: "Allow"
101
+ Action: "bedrock:GetModelInvocationLoggingConfiguration"
102
+ Resource: "*"
103
TEMPLATE
104
105
0 commit comments