Skip to content
New issue

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

Terraform 0.12 warnings #39

Closed
ismailyenigul opened this issue Jun 7, 2020 · 2 comments
Closed

Terraform 0.12 warnings #39

ismailyenigul opened this issue Jun 7, 2020 · 2 comments

Comments

@ismailyenigul
Copy link

I got the following warning with Terraform 0.12

Warning: Quoted references are deprecated

  on .terraform/modules/subnets/private.tf line 45, in resource "aws_subnet" "private":
  45:     ignore_changes = ["tags.kubernetes", "tags.SubnetType"]

In this context, references are expected literally rather than in quotes.
Terraform 0.11 and earlier required quotes, but quoted references are now
deprecated and will be removed in a future version of Terraform. Remove the
quotes surrounding this reference to silence this warning.

(and 3 more similar warnings elsewhere)
@Gowiem
Copy link
Member

Gowiem commented Apr 11, 2021

@ismailyenigul I don't believe this is an issue any longer. Do you see any reason to keep this open?

@Gowiem
Copy link
Member

Gowiem commented Apr 11, 2021

@ismailyenigul I just checked and it looks like we're no longer utilizing any ignore_changes usages in this module. I'm closing out. Please reopen if you're still having an issue here -- Thanks!

@Gowiem Gowiem closed this as completed Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants