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
aws_appautoscaling_target resource supports tags: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_target#tags but they are not set in the module.
aws_appautoscaling_target tagged exactly as all other resources.
No need to reproduce anything, it's clear in the source code https://github.com/cloudposse/terraform-aws-ecs-cloudwatch-autoscaling/blob/main/main.tf#L15
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
aws_appautoscaling_target resource supports tags:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_target#tags
but they are not set in the module.
Expected Behavior
aws_appautoscaling_target tagged exactly as all other resources.
Steps to Reproduce
No need to reproduce anything, it's clear in the source code https://github.com/cloudposse/terraform-aws-ecs-cloudwatch-autoscaling/blob/main/main.tf#L15
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: