Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 06 Aug 15:41
· 3 commits to refs/heads/main since this release
7e71ca1
fix: Add tags to `aws_appautoscaling_target` resourses missed in previous PR @MaxymVlasov (#66) ## what Add missed tags

why

Tags were introduced for all aws_appautoscaling_target resources created after 2023-03-20.

That blocks us from enforcing policy checks for missing tags.

references

Follow-up to #65

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_target

Also, after release a new version here, we need release in https://github.com/cloudposse/terraform-aws-dynamodb/blob/a0cfac2e8c2584125596089a3185fc4a057410e4/main.tf#L153-L155