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
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
I encountered a problem when trying to generate commands line from a List of parameters.
My use case is for creating create database commands lines for a MySQL database and using the virtual network address for the host access value for the user. (I can't use the MySQL provider)
This issue was originally opened by @YoannMa as hashicorp/terraform#15430. It was migrated here as a result of the provider split. The original body of the issue is below.
Hi,
First, thanks you all for your works 👍
I encountered a problem when trying to generate commands line from a List of parameters.
My use case is for creating
create database
commands lines for a MySQL database and using the virtual network address for thehost access
value for the user. (I can't use the MySQL provider)Terraform Version
v0.9.9
Terraform Configuration Files
main.tf
module_commands/main.tf
Debug Output
https://gist.github.com/YoannMa/b200742d79638898cb68041608d5dd13
Expected Behavior
Compute the count value
Actual Behavior
Couldn't compute the count value
Steps to Reproduce
terraform plan
orterraform apply
The text was updated successfully, but these errors were encountered: