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.11 and earlier required all non-constant expressions to be provided via interpolation syntax #384

Merged
merged 2 commits into from
Mar 23, 2021

Conversation

dillonbrowne
Copy link
Contributor

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.

Dillon Browne added 2 commits March 22, 2021 14:45
…e provided via interpolation syntax,

but this pattern is now deprecated.
@Integralist
Copy link
Collaborator

Thanks @dillonbrowne for this PR. This LGTM.

@Integralist Integralist merged commit fb6bebc into fastly:master Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants