Skip to content

Commit

Permalink
2.164.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 12, 2024
1 parent 85886f7 commit fb2ccac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion aws_v2/modules/iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -551,4 +551,4 @@ output "role_name" {

output "instance_role_name" {
value = aws_iam_role.instance_role.name
}
}
6 changes: 0 additions & 6 deletions cross-account/CrossAccountPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ Statement:
- kms:DescribeKey
- kms:ListAliases
Resource: '*'
- Sid: RequiredForCrossAccountDefaultKmsEncryptedEc2Import
Effect: Allow
Action:
- kms:CreateKey
- kms:CreateAlias
Resource: '*'
- Sid: RequiredForLambdaImport
Effect: Allow
Action:
Expand Down

0 comments on commit fb2ccac

Please sign in to comment.