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
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)}"
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
Let me know if any other inputs required
The text was updated successfully, but these errors were encountered: