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
when I plan this project I faced this error can you please resolve this and guide me?
terraform plan
Error: Invalid function argument
│
│ on .terraform/modules/vpc/outputs.tf line 353, in output "vpc_endpoint_sqs_id":
│ 353: value = "${element(concat(aws_vpc_endpoint.sqs.*.id, tolist("")), 0)}"
│
│ Invalid value for "v" parameter: cannot convert string to list of any single type.
The text was updated successfully, but these errors were encountered:
when I plan this project I faced this error can you please resolve this and guide me?
terraform plan
Error: Invalid function argument
│
│ on .terraform/modules/vpc/outputs.tf line 353, in output "vpc_endpoint_sqs_id":
│ 353: value = "${element(concat(aws_vpc_endpoint.sqs.*.id, tolist("")), 0)}"
│
│ Invalid value for "v" parameter: cannot convert string to list of any single type.
The text was updated successfully, but these errors were encountered: