How do I create a SoftLayer Vlan using Terraform?
问题 I am able to create VLANs using control.softlayer.com (we have the automated VLAN ordering flag turned on). However, when I attempt to use the Terraform provider from github slash ibm-bluemix.github.io/tf-ibm-docs/v0.3-tf-v0.9.3/r/infra_vlan.html, I get an error. I am using the API key from my account, so permissions should be the same. Here's the .tf file content: resource "ibmcloud_infra_vlan" "dev_vlan_01" { name = "pancakes_dev_vlan_01" datacenter = "FRA02" type = "PRIVATE" subnet_size =