We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The google_compute_instance_from_template resource supports adding a resource_manager_tags, but it's not exposed as a variable in this module.
google_compute_instance_from_template
terraform-google-vm/modules/compute_instance
google_compute_instance_from_template google_compute_instance
variable "resource_manager_tags" { type = map(string) default = {} } resource "google_compute_instance_from_template" "compute_instance" { ... params { resource_manager_tags = var.resource_manager_tags } ... }
I would like to set security tags to use in a VM to bind it to a Firewall Policy Rule.
The text was updated successfully, but these errors were encountered:
Samir-Cit
Successfully merging a pull request may close this issue.
TL;DR
The
google_compute_instance_from_template
resource supports adding a resource_manager_tags, but it's not exposed as a variable in this module.Terraform Resources
terraform-google-vm/modules/compute_instance
google_compute_instance_from_template
google_compute_instance
Detailed design
Additional information
I would like to set security tags to use in a VM to bind it to a Firewall Policy Rule.
The text was updated successfully, but these errors were encountered: