Closed hashibot closed 7 years ago
@HighwayofLife said this was fixed in https://github.com/hashicorp/terraform/pull/13670. If this is still an issue feel free to reopen.
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!
This issue was originally opened by @HighwayofLife as hashicorp/terraform#13674. It was migrated here as part of the provider split. The original body of the issue is below.
Attempting to generate a simple Azure Service Fabric infrastructure in Terraform by using
azurerm_template_deployment
to load an ARM (Azure Resource Manager) template containing the Service Fabric infrastructure causes an error after about 20 minutes.However the deployment in Azure Portal shows as successful deployment and all resources are created.
Terraform Version
Terraform version: 0.9.2 6365269541c8e3150ebe638a5c555e1424071417+CHANGES
Affected Resource
Debug Output
Crash Log
https://gist.github.com/HighwayofLife/964dedbfb4561cabd718d379c24c990a
Expected Behavior
Deployment to Azure succeeded, Terraform would report success.
Actual Behavior
Terraform reported a long running process and closed unexpectedly with the error:
azurerm_template_deployment.sfcluster: unexpected EOF
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Use the template created through Azure and include in
main.tf
file:Important Factoids
Service Fabric is an unsupported native Terraform resource, which is why using the ARM template is necessary.