Skip to content

Instantly share code, notes, and snippets.

@k7faq
Last active April 22, 2020 13:03
Show Gist options
  • Select an option

  • Save k7faq/e52c126029eb2ce5d65a9dd8e82ae14c to your computer and use it in GitHub Desktop.

Select an option

Save k7faq/e52c126029eb2ce5d65a9dd8e82ae14c to your computer and use it in GitHub Desktop.
# Output of Terraform for informational purpose for a bug report. Otherwise useless.
azurerm_storage_account.monitoring: Creating...
azurerm_storage_account.monitoring: Still creating... [10s elapsed]
azurerm_storage_account.monitoring: Still creating... [20s elapsed]
< snip >
azurerm_storage_account.monitoring: Still creating... [9m48s elapsed]
azurerm_storage_account.monitoring: Still creating... [9m58s elapsed]
azurerm_storage_account.monitoring: Creation complete after 10m7s [id=/subscriptions/<redacted>/resourceGroups/u<redacted>n/providers/Microsoft.Storage/storageAccounts/<redacted>]
azurerm_storage_share.mpowcoremon_fileshare: Creating...
azurerm_storage_container.monitoring: Creating...
azurerm_storage_container.monitoring: Still creating... [10s elapsed]
azurerm_storage_share.mpowcoremon_fileshare: Still creating... [10s elapsed]
azurerm_storage_share.mpowcoremon_fileshare: Creation complete after 11s [id=https://<redacted>.file.core.windows.net/<redacted>-fileshare]
azurerm_storage_container.monitoring: Still creating... [20s elapsed]
azurerm_storage_container.monitoring: Still creating... [30s elapsed]
< snip >
azurerm_storage_container.monitoring: Still creating... [18m50s elapsed]
azurerm_storage_container.monitoring: Still creating... [19m0s elapsed]
Error: Error checking for existence of existing Container "<redacted>" (Account "<redacted>" / Resource Group "u<redacted>n"): containers.Client#GetProperties: Failure sending request: StatusCode=0 -- Original Error: Get https://<redacted>.blob.core.windows.net/u<redacted>n?restype=container: dial tcp: lookup <redacted>.blob.core.windows.net on [2001:558:feed::1]:53: no such host
on main.tf line 35, in resource "azurerm_storage_container" "monitoring":
35: resource "azurerm_storage_container" "monitoring" {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment