File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
org-formation/700-aws-sso Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -435,17 +435,20 @@ SsoDeveloper:
435435 - ' arn:aws:iam::aws:policy/AWSBillingReadOnlyAccess'
436436 - ' arn:aws:iam::aws:policy/AmazonBedrockFullAccess'
437437 sessionDuration : ' PT12H'
438- inlinePolicy : >-
439- {
440- "Version": "2012-10-17",
441- "Statement": [
442- {
438+ inlinePolicy :
439+ Fn::Sub :
440+ - >-
441+ {
442+ "Version": "2012-10-17",
443+ "Statement": [
444+ {
443445 "Effect": "Allow",
444446 "Action": "sts:AssumeRole",
445- "Resource": "arn:aws:iam::050451359079:role/synapsellmprod-bedrock-full-access-ServiceRole-WpQ20TgVRPeR"
446- }
447- ]
448- }
447+ "Resource": "${AllowedRole}"
448+ }
449+ ]
450+ }
451+ - AllowedRole : ' arn:aws:iam::050451359079:role/synapsellmprod-bedrock-full-access-ServiceRole-WpQ20TgVRPeR'
449452
450453SsoFinanceAuditor :
451454 Type : update-stacks
You can’t perform that action at this time.
0 commit comments