Closed kremerpatrick closed 1 year ago
I've logged an bug to the VMC backend team.
Since this is an issue with the VMC service and no code fixes are required in the Terraform provider I'll be closing the issue, but will be monitoring the bug, logged in the VMC backend's backlog.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Describe the bug
If I set use skip_creating_vxlan to True, the default segment is created anyway.
resource "vmc_sddc" "sddc_a" { sddc_name = var.sddc_a_name vpc_cidr = var.sddc_a_mgmt_cidr num_host = 1 provider_type = var.provider_type region = local.sddc_a_region delay_account_link = true skip_creating_vxlan = true deployment_type = "SingleAZ" sddc_type = "1NODE" host_instance_type = "I3_METAL" }
Reproduction steps
Expected behavior
The segment should not be created.
Additional context
I have tried this in Python against /vmc-aws/operations with a payload that looks like this, and it seems to be ignored as well. This is likely a VMware issue.