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'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
Aug 11, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hashicorp/terraform#19445
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
2018/11/22 19:20:05 [DEBUG] plugin: waiting for all plugin processes to complete...
Error: Error refreshing state: 1 error(s) occurred:
azurerm_storage_share.moo-share: 1 error(s) occurred:
azurerm_storage_share.moo-share: azurerm_storage_share.moo-share: Error testing existence of share "share-moo": Head https://moonortheurope.file.core.windows.net/moo?restype=share: Unknown Host
Expected Behavior
Check if the service up & running
Actual Behavior
Steps to Reproduce
terraform init
terraform apply
Additional Context
I believe the issue is that the "Host not found" considered as error, however based on the API documentation https://docs.microsoft.com/en-us/rest/api/storageservices/get-file-service-properties this could mean that the share does not exist yet. In the code:
https://github.com/terraform-providers/terraform-provider-azurerm/blob/22ca0989ab65278b202677740dfbc7373b2ae82a/azurerm/resource_arm_storage_share.go#L122
References
The text was updated successfully, but these errors were encountered: