You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a cloud account as below, the region name is the same as the externalRegionId.
This is different from what you get when creating the cloud account manually in the VRA UI, where the region name is <Folder>/<Datacenter name>
Add new attribute externalRegions to data_source_vra_region_enumeration_vsphere
This is map created from the externalRegions value of the region-enumration output, where key=name, value = externalRegionId.
In resource_vra_cloud_account_vsphere, allow users to specify RegionSpecification themselves, instread of being generated by expandRegionSpecificationList
When creating a cloud account as below, the region name is the same as the externalRegionId.
This is different from what you get when creating the cloud account manually in the VRA UI, where the region name is
<Folder>/<Datacenter name>
However, both region emulation provides the DC name, and creating cloud accounts allows setting the region name
Recommended solution
Add new attribute
externalRegions
to data_source_vra_region_enumeration_vsphereThis is map created from the
externalRegions
value of the region-enumration output, where key=name, value = externalRegionId.In resource_vra_cloud_account_vsphere, allow users to specify RegionSpecification themselves, instread of being generated by expandRegionSpecificationList
terraform-provider-vra/vra/regions.go
Line 31 in 120c582
The text was updated successfully, but these errors were encountered: