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

support for resource manager tags to be used with iam deny policies #222

Open
rojomisin opened this issue Dec 27, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@rojomisin
Copy link

TL;DR

the module of course supports network tags, but tags for project resources which IAM deny policies can use, for example to prevent anyone from using the instances.computeAdminLogin permission to get sudo on a compute instance.

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance#resource_manager_tags-1

Detailed design

We should be able to input one or a list of tagKey and/or tagValue, and have it apply to the compute VM.  This will allow targeting from iam deny policies for example.

Additional information

No response

@rojomisin rojomisin added the enhancement New feature or request label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant