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
Warning: Interpolation-only expressions are deprecated
on .terraform/modules/api-elb-ssl-policy/ELBSample-ELBDefaultCipherPolicy/main.tf line 2, in resource "aws_lb_ssl_negotiation_policy" "policy":
2: count = "${var.create ? 1 : 0}"
Terraform 0.11 and earlier required all non-constant expressions to be
provided via interpolation syntax, but this pattern is now deprecated. To
silence this warning, remove the "${ sequence from the start and the }"
sequence from the end of this expression, leaving just the inner expression.
Template interpolation syntax is still used to construct strings from
expressions when the template includes multiple interpolation sequences or a
mixture of literal strings and interpolations. This deprecation applies only
to templates that consist entirely of a single interpolation sequence.
(and 119 more similar warnings elsewhere)
The text was updated successfully, but these errors were encountered:
terraform-aws-ssl-ciphers/ELBSample-ELBDefaultCipherPolicy/main.tf
Line 2 in ed2af1c
Showing below warning in
terraform plan
The text was updated successfully, but these errors were encountered: