You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: