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

Interpolation-only expressions are deprecated #28

Closed
atharvs opened this issue Dec 7, 2020 · 1 comment · Fixed by #64
Closed

Interpolation-only expressions are deprecated #28

atharvs opened this issue Dec 7, 2020 · 1 comment · Fixed by #64

Comments

@atharvs
Copy link

atharvs commented Dec 7, 2020

While running the terraform scripts, I am getting below warnings at several places:
Warning: Interpolation-only expressions are deprecated

on .terraform/modules/vpc/outputs.tf line 353, in output "vpc_endpoint_sqs_id":
353: value = "${element(concat(aws_vpc_endpoint.sqs.*.id, list("")), 0)}"

Versions:

terraform --version
Terraform v0.13.5

  • provider registry.terraform.io/hashicorp/aws v3.18.0
  • provider registry.terraform.io/hashicorp/kubernetes v1.13.3
  • provider registry.terraform.io/hashicorp/local v1.4.0
  • provider registry.terraform.io/hashicorp/null v2.1.2
  • provider registry.terraform.io/hashicorp/random v2.3.1
  • provider registry.terraform.io/hashicorp/template v2.2.0

Let me know if any other inputs required

@alanszlosek
Copy link
Contributor

This should now be fixed by #64 and #65. Please let us know if you are still having issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants