Skip to content

Commit ff7df51

Browse files
[SSPROD-57279] update bedrock SID (#75)
* SSPROD-57279 Add Bedrock Perm * update Sid
1 parent d1c3e11 commit ff7df51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/config-posture/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,37 +105,37 @@ resource "aws_iam_role_policy" "cspm_role_policy" {
105105
Resource = "*"
106106
},
107107
{
108-
Sid = "AccessAccountContactInfo"
108+
Sid = "BedrockListAgents"
109109
Action = "bedrock:ListAgents"
110110
Effect = "Allow"
111111
Resource = "*"
112112
},
113113
{
114-
Sid = "AccessAccountContactInfo"
114+
Sid = "BedrockGetAgent"
115115
Action = "bedrock:GetAgent"
116116
Effect = "Allow"
117117
Resource = "*"
118118
},
119119
{
120-
Sid = "AccessAccountContactInfo"
120+
Sid = "BedrockListKnowledgeBases"
121121
Action = "bedrock:ListKnowledgeBases"
122122
Effect = "Allow"
123123
Resource = "*"
124124
},
125125
{
126-
Sid = "AccessAccountContactInfo"
126+
Sid = "BedrockGetKnowledgeBase"
127127
Action = "bedrock:GetKnowledgeBase"
128128
Effect = "Allow"
129129
Resource = "*"
130130
},
131131
{
132-
Sid = "AccessAccountContactInfo"
132+
Sid = "BedrockListGuardrails"
133133
Action = "bedrock:ListGuardrails"
134134
Effect = "Allow"
135135
Resource = "*"
136136
},
137137
{
138-
Sid = "AccessAccountContactInfo"
138+
Sid = "BedrockGetGuardrail"
139139
Action = "bedrock:GetGuardrail"
140140
Effect = "Allow"
141141
Resource = "*"

0 commit comments

Comments
 (0)