Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when importing azurerm_virtual_network #791

Closed
antuAnoro opened this issue Feb 4, 2018 · 2 comments
Closed

Crash when importing azurerm_virtual_network #791

antuAnoro opened this issue Feb 4, 2018 · 2 comments
Milestone

Comments

@antuAnoro
Copy link

Terraform Version

0.11.3

Affected Resource(s)

azurerm_virtual_network

Terraform Configuration Files

...

# Variables

variable "az_subscription_id" {
  description = "Id suscripción azure"
}

variable "az_client_id" {
  description = "Cliente azure"
}

variable "az_client_secret" {
  description = "Clave cliente azure"
}

variable "az_tenant_id" {
  description = "Tenant azure"
}

# Providers. 

provider "azurerm" {
  subscription_id = "${var.az_subscription_id}"
  client_id = "${var.az_client_id}"
  client_secret = "${var.az_client_secret}"
  tenant_id = "${var.az_tenant_id}"
}

# Data.

data "azurerm_resource_group" "UNIR" {
  name = "UNIR_DevOps_rg"
}

data "azurerm_virtual_network" "UNIR" {
  name = "UNIR_DevOps_rg-vnet"
  resource_group_name = "${data.azurerm_resource_group.UNIR.name}"
}

...

Debug Output

Panic Output

https://github.com/antuAnoro/PracticasDevOps/blob/master/terraform/LAMP_Multicapa/crash.log

Expected Behavior

Succesful import of the data

Actual Behavior

Crash

Steps to Reproduce

'terraform plan'

Important Factoids

Azurem Virtual Network created through the Portal, with 1 default subnet. No custom DNS servers.

References

hashicorp/terraform#9410

@tombuildsstuff
Copy link
Contributor

hey @antuAnoro

Thanks for opening this issue :)

Taking a look into this this is the same issue as #801 - which will be fixed in #803. Rather than keeping multiple issues open tracking the same thing - I'm going to close this issue in favour of #801

Thanks!

@tombuildsstuff tombuildsstuff added this to the 1.1.2 milestone Feb 7, 2018
@ghost
Copy link

ghost commented Mar 31, 2020

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 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants