Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ec2:CreateTags action to default clients ec2 iam policy #300

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

kristina-solovyova
Copy link
Collaborator

No description provided.

@@ -15,7 +15,8 @@ resource "aws_iam_policy" "ec2" {
"ec2:ModifyNetworkInterfaceAttribute",
"ec2:DeleteNetworkInterface",
"ec2:DescribeInstances",
"ec2:DescribeInstanceTypes"
"ec2:DescribeInstanceTypes",
"ec2:CreateTags",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need it?

@kristina-solovyova kristina-solovyova marked this pull request as draft October 18, 2024 10:02
@kristina-solovyova kristina-solovyova force-pushed the add-create-tags-policy-to-default-client-iam-role branch from dc6ff99 to 2ac2315 Compare November 15, 2024 16:19
@kristina-solovyova kristina-solovyova changed the base branch from main to dev November 15, 2024 16:19
@kristina-solovyova kristina-solovyova marked this pull request as ready for review November 15, 2024 16:19
@assafgi assafgi merged commit 7e68d26 into dev Nov 16, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants