Skip to content

Commit f2e3cf2

Browse files
committed
fix IAM policy
1 parent 6b2e68d commit f2e3cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudformation/iam.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Resources:
8787
- Fn::Sub: arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/infra-core-api-room-requests-status/index/*
8888
- Fn::Sub: arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/infra-core-api-linkry/index/*
8989
- Fn::Sub: arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/infra-core-api-membership-provisioning/index/*
90+
- Fn::Sub: arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/infra-core-api-membership-external-v3/index/*
9091

9192
- Sid: DynamoDBCacheAccess
9293
Effect: Allow

0 commit comments

Comments
 (0)