Skip to content

Commit

Permalink
fixing type for IAM permission needed
Browse files Browse the repository at this point in the history
changing `ec2:CreateKeypair` to `ec2:CreateKeyPair`
  • Loading branch information
elreydetoda authored and lbajolet-hashicorp committed Jun 5, 2023
1 parent 12a7145 commit e453f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builders/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ for the Amazon plugin to work:
"ec2:AuthorizeSecurityGroupIngress",
"ec2:CopyImage",
"ec2:CreateImage",
"ec2:CreateKeypair",
"ec2:CreateKeyPair",
"ec2:CreateSecurityGroup",
"ec2:CreateSnapshot",
"ec2:CreateTags",
Expand Down

0 comments on commit e453f5e

Please sign in to comment.