vmware / terraform-provider-nsxt

Terraform Provider for VMware NSX
https://registry.terraform.io/providers/vmware/nsxt/
Mozilla Public License 2.0
131 stars 84 forks source link

Fix crash in metadata code with empty clause #1311

Closed annakhm closed 2 months ago

annakhm commented 2 months ago

When empty clause is specified in resource, the code needs to guard against nil value before casting the value to map. This PR ensures this protection. Signed-off-by: Anna Khmelnitsky akhmelnitsky@vmware.com