Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Tags depreciation warning message in resource aws_autoscaling_group #247

Open
ymitsos opened this issue Mar 11, 2022 · 1 comment
Open
Labels

Comments

@ymitsos
Copy link

ymitsos commented Mar 11, 2022

Describe the bug
Seems the latest AWS provider deprecates usage of "tags" in favour of "tag" in Resource: aws_autoscaling_group. It is also mentioned in the official documentation (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#tags).

To Reproduce
Using the consul-cluster module with TF >= 0.12 returns, in a deterministic way, a warning message about the depreciation of the "tags" attribute.

Expected behavior
The "tag" attribute shall be used instead.

@ymitsos ymitsos added the bug label Mar 11, 2022
@idnorton
Copy link

There's a PR waiting which fixes this - #248

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants