hashicorp / terraform-aws-consul

A Terraform Module for how to run Consul on AWS using Terraform and Packer
Apache License 2.0
399 stars 482 forks source link

Fixed interpolation deprecation warnings #206

Closed anouarchattouna closed 3 years ago

anouarchattouna commented 3 years ago

Avoiding this kind of warning

Warning: Interpolation-only expressions are deprecated

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.
hashicorp-cla commented 3 years ago

CLA assistant check
All committers have signed the CLA.

brikis98 commented 3 years ago

I'll kick off tests now!

brikis98 commented 3 years ago

Tests passed. Merged and released: https://github.com/hashicorp/terraform-aws-consul/releases/tag/v0.8.3