We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Importing a ibm_network_vlan that does not have a name set fails.
ibm_network_vlan
name
Example of ibmcloud sl vlan list
ibmcloud sl vlan list
ID number name firewall network_space primary_router hardware virtual_servers public_ips 2567033 3224 my-vlan1 No PRIVATE [REMOVED] 0 2 61 2737798 3238 - No PRIVATE [REMOVED] 0 4 61
Terraform v0.12.20
provider "ibm" { version = "~> 1.1" } data "ibm_network_vlan" "vlan_2737798" { id = 2737798 } resource "ibm_network_vlan" "vlan_2737798" { id = data.ibm_network_vlan.vlan_2737798.id }
https://gist.github.com/chanster/9401fd446ff7ef03ec78ada16dad1cad
Import of ibm_network_vlan should complete
Import fails with crash error.
Please list the steps required to reproduce the issue, for example:
terraform import ibm_network_vlan.[resource] [vlan_id]
These VLANs were created manually through the IBM Cloud web interface.
Work around is to add a name to the VLAN after it has been created.
The text was updated successfully, but these errors were encountered:
We already have a fix in master branch #1054
Sorry, something went wrong.
It will be available in next release
Fixed in v1.2.0
No branches or pull requests
Importing a
ibm_network_vlan
that does not have aname
set fails.Example of
ibmcloud sl vlan list
Terraform Version
Terraform v0.12.20
Affected Resource(s)
Terraform Configuration Files
Panic Output
https://gist.github.com/chanster/9401fd446ff7ef03ec78ada16dad1cad
Expected Behavior
Import of
ibm_network_vlan
should completeActual Behavior
Import fails with crash error.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform import ibm_network_vlan.[resource] [vlan_id]
Important Factoids
These VLANs were created manually through the IBM Cloud web interface.
Work around is to add a name to the VLAN after it has been created.
The text was updated successfully, but these errors were encountered: