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
However subsequent to hashicorp/terraform#26265, all list elements must have the same type. So for example this fails: module_depends_on = [time_sleep.wait_300_seconds, null_resource.test] The given value is not suitable as all list elements must have the same type.
@bharathkkb - When you have time, could you confirm/feedback as if so this might apply to several modules? The vast majority of module_depends_on only have a single argument, are therefore work as expected. However we might want to switch to a string or update the documentation to clarify the situation.
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
N/A
Terraform Version
Terraform v1.2.2
Additional information
No response
The text was updated successfully, but these errors were encountered:
TL;DR
Historically
list(any)
was used forterraform-google-gcloud/variables.tf
Line 35 in 6789fa7
module_depends_on = [time_sleep.wait_300_seconds, null_resource.test]
The given value is not suitable as all list elements must have the same type.@bharathkkb - When you have time, could you confirm/feedback as if so this might apply to several modules? The vast majority of
module_depends_on
only have a single argument, are therefore work as expected. However we might want to switch to a string or update the documentation to clarify the situation.Expected behavior
No response
Observed behavior
No response
Terraform Configuration
N/A
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: