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
Error: Invalid expanding argument value
on test.tf line 18, in output "subnet":
18: value = coalesce(data.aws_subnet_ids.vpc_etl_pubsnet1.ids ...)
The expanding argument (indicated by ...) must be of a tuple, list, or set
type.
Steps to Reproduce
terraform init
terraform apply
Additional Context
It actually works fine from the Terraform console.
References
The text was updated successfully, but these errors were encountered:
This issue seems to be covering the same problem or request as #22404, so we're going to close it just to consolidate the discussion over there. Thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugconfigv0.12Issues (primarily bugs) reported against v0.12 releases
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform init
terraform apply
Additional Context
It actually works fine from the Terraform console.
References
The text was updated successfully, but these errors were encountered: