Difference between revisions of "Warning: Quoted references are deprecated"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
  ╵
 
  ╵
  
 +
== Related ==
 +
* <code>[[terraform init]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 14:36, 18 October 2021

╷
│ Warning: Quoted references are deprecated
│
│   on .terraform/modules/alb/modules/alb/elbv2.tf line 226, in resource "aws_lb_target_group" "this":
│  226:   depends_on = ["aws_lb.this"]
│
│ 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 8 more similar warnings elsewhere)
╵

Related

See also

Advertising: