f5devcentral / terraform-aws-bigip

BIG-IP AWS module for the Terraform Registry
MIT License
10 stars 25 forks source link

Fix deprecated expressions error #80

Closed mjmenger closed 3 years ago

mjmenger commented 3 years ago

Warning: Interpolation-only expressions are deprecated

on .terraform/modules/bigip/main.tf line 17, in data "aws_ami" "f5_ami": 17: values = ["${var.f5_ami_search_name}"]

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.