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
I've tried to deploy Cisco SDWAN NVA in Virtual Hub from Marketplace using azurerm_managed_application resource.
NVA is deployed successfully, I can see it via Azure Console, also via CLI, however resource creation in terraform ends with error:
Error: unexpected parameter type []interface {}
│
│ with azurerm_managed_application.test-app-[0],
Same Error I can see when tried to deploy this application via Azure Portal and then import it to the Terraform.
Terraform log is provided by Gist link above.
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.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.7
AzureRM Provider Version
3.39.0
Affected Resource(s)/Data Source(s)
azurerm_managed_application
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
I've tried to deploy Cisco SDWAN NVA in Virtual Hub from Marketplace using azurerm_managed_application resource.
NVA is deployed successfully, I can see it via Azure Console, also via CLI, however resource creation in terraform ends with error:
Error: unexpected parameter type []interface {}
│
│ with azurerm_managed_application.test-app-[0],
Same Error I can see when tried to deploy this application via Azure Portal and then import it to the Terraform.
Terraform log is provided by Gist link above.
BTW, I've tried to use azapi provider to deploy the same managed application using this resource: https://learn.microsoft.com/en-us/azure/templates/microsoft.solutions/2019-07-01/applications?pivots=deployment-language-terraform.
With AZAPI provider it is deployed successfully without error, however we would like to use AzureRM provider.
Steps to Reproduce
simple code provided by Dropbox link above
terraform apply -var-file example_variables_values.tfvars
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: