@@ -40,22 +40,20 @@ var globalDataSourceMap = map[string]*schema.Resource{
4040 "vcfa_supervisor_zone" : datasourceVcfaSupervisorZone (), // 1.0
4141 "vcfa_region" : datasourceVcfaRegion (), // 1.0
4242 "vcfa_ip_space" : datasourceVcfaIpSpace (), // 1.0
43+ "vcfa_region_zone" : datasourceVcfaRegionZone (), // 1.0
44+ "vcfa_org_vdc" : datasourceVcfaOrgVdc (), // 1.0
4345 "vcfa_tier0_gateway" : datasourceVcfaTier0Gateway (), // 1.0
4446 "vcfa_provider_gateway" : datasourceVcfaProviderGateway (), // 1.0
4547}
4648
4749var globalResourceMap = map [string ]* schema.Resource {
48- "vcfa_vcenter" : resourceVcfaVcenter (), // 1.0
49- "vcfa_org" : resourceVcfaOrg (), // 1.0
50- "vcfa_nsx_manager" : resourceVcfaNsxManager (), // 1.0
51- "vcfa_region" : resourceVcfaRegion (), // 1.0
52- "vcfa_ip_space" : resourceVcfaIpSpace (), // 1.0
53- "vcfa_tm_version" : datasourceVcfaTmVersion (), // 1.0
54- "vcfa_supervisor" : datasourceVcfaSupervisor (), // 1.0
55- "vcfa_supervisor_zone" : datasourceVcfaSupervisorZone (), // 1.0
56- "vcfa_region_zone" : datasourceVcfaRegionZone (), // 1.0
57- "vcfa_org_vdc" : datasourceVcfaOrgVdc (), // 1.0
58- "vcfa_provider_gateway" : resourceVcfaProviderGateway (), // 1.0
50+ "vcfa_vcenter" : resourceVcfaVcenter (), // 1.0
51+ "vcfa_org" : resourceVcfaOrg (), // 1.0
52+ "vcfa_nsx_manager" : resourceVcfaNsxManager (), // 1.0
53+ "vcfa_region" : resourceVcfaRegion (), // 1.0
54+ "vcfa_ip_space" : resourceVcfaIpSpace (), // 1.0
55+ "vcfa_org_vdc" : resourceVcfaOrgVdc (), // 1.0
56+ "vcfa_provider_gateway" : resourceVcfaProviderGateway (), // 1.0
5957}
6058
6159// Provider returns a terraform.ResourceProvider.
0 commit comments