Skip to content

Commit

Permalink
fix policy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Mar 14, 2024
1 parent 3047b35 commit 9f4d0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 36-worker-iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resource "aws_iam_policy" "worker_additional_policies" {
"ec2:AssignIpv6Addresses",
"ec2:CreateTags",
"ec2:DescribeInstances",
"ec2:DescribeInstanceTypes"
"ec2:DescribeInstanceTypes",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeTags",
"ssm:GetParameter"
Expand Down

0 comments on commit 9f4d0bf

Please sign in to comment.