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
Current implementation is missing the propagation of var.runner_ec2_tags into EC2 volumes.
var.runner_ec2_tags
https://github.com/philips-labs/terraform-aws-github-runner/blob/main/modules/runners/main.tf#L128-L136
We could use local.tags but it might be problematic if the AWS provider is using the default_tags due to the documented perpetual drift: https://support.hashicorp.com/hc/en-us/articles/4406026108435-Known-issues-with-default-tags-in-the-Terraform-AWS-Provider
local.tags
default_tags
perpetual drift
#2985
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current implementation is missing the propagation of
var.runner_ec2_tags
into EC2 volumes.https://github.com/philips-labs/terraform-aws-github-runner/blob/main/modules/runners/main.tf#L128-L136
We could use
local.tags
but it might be problematic if the AWS provider is using thedefault_tags
due to the documentedperpetual drift
: https://support.hashicorp.com/hc/en-us/articles/4406026108435-Known-issues-with-default-tags-in-the-Terraform-AWS-Provider#2985
The text was updated successfully, but these errors were encountered: