-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_template_deployment fails to pass "array" type parameters properly #11085
Comments
Any possible workarounds? I am working on automating the Protection of a VM. Perhaps taking a string value from terraform and creating an array with it inside json? |
I'm using |
I have a similar issue , unable to pass arrays as parameters in azurerm_template_deployment , do we have a solution for this issue ? |
We also have a requirement for this. |
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. |
Terraform Version
v0.8.0
Affected Resource(s)
Terraform Configuration Files
Consider the an ARM template with an "array" parameter, e.g.:
Output
Expected Behavior
I would have expected the array to be marshalled through to the template properly.
What should have happened?
The text was updated successfully, but these errors were encountered: