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
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform version: 0.9.2 6365269541c8e3150ebe638a5c555e1424071417+CHANGES
Go runtime version: go1.8
When I manually converted the azuredeploy.parameters.json into a map because it seemd to have issues with agentpool1Count = 1 (maybe because it is an int?), once I removed that and the template used it started creating with the deployment.
The text was updated successfully, but these errors were encountered:
Just to let you know that support for this has been added in #404 which exposes a new parameters_body field on the azurerm_template_deployment resource, which will ship in v1.3.0 of the AzureRM Provider.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was originally opened by @Globegitter as hashicorp/terraform#13241. It was migrated here as part of the provider split. The original body of the issue is below.
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform version: 0.9.2 6365269541c8e3150ebe638a5c555e1424071417+CHANGES
Go runtime version: go1.8
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform should have created that deployment
Actual Behavior
It failed
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
I am using acs-engine to create the template file as shown in this article: http://danielrhoades.com/2017/03/20/docker-azure-terra/
When I manually converted the
azuredeploy.parameters.json
into a map because it seemd to have issues withagentpool1Count = 1
(maybe because it is an int?), once I removed that and the template used it started creating with the deployment.The text was updated successfully, but these errors were encountered: