@@ -56,17 +56,17 @@ func Provider() terraform.ResourceProvider {
5656 },
5757
5858 ResourcesMap : map [string ]* schema.Resource {
59- "aci_tenant" : resourceAciTenant (),
60- "aci_application_profile" : resourceAciApplicationProfile (),
61- "aci_bridge_domain" : resourceAciBridgeDomain (),
62- "aci_contract" : resourceAciContract (),
63- "aci_application_epg" : resourceAciApplicationEPG (),
64- "aci_contract_subject" : resourceAciContractSubject (),
65- "aci_subnet" : resourceAciSubnet (),
66- "aci_filter" : resourceAciFilter (),
67- "aci_filter_entry" : resourceAciFilterEntry (),
68- "aci_vmm_domain" : resourceAciVMMDomain (),
69- "aci_vmm_controller" : resourceAciVMMController (),
59+ "aci_tenant" : resourceAciTenant (),
60+ "aci_application_profile" : resourceAciApplicationProfile (),
61+ "aci_bridge_domain" : resourceAciBridgeDomain (),
62+ "aci_contract" : resourceAciContract (),
63+ "aci_application_epg" : resourceAciApplicationEPG (),
64+ "aci_contract_subject" : resourceAciContractSubject (),
65+ "aci_subnet" : resourceAciSubnet (),
66+ "aci_filter" : resourceAciFilter (),
67+ "aci_filter_entry" : resourceAciFilterEntry (),
68+ "aci_vmm_domain" : resourceAciVMMDomain (),
69+ "aci_vmm_controller" : resourceAciVMMController (),
7070 "aci_vmm_credential" : resourceAciVMMCredential (),
7171 "aci_vswitch_policy" : resourceAciVSwitchPolicyGroup (),
7272 "aci_vrf" : resourceAciVRF (),
@@ -203,17 +203,17 @@ func Provider() terraform.ResourceProvider {
203203 },
204204
205205 DataSourcesMap : map [string ]* schema.Resource {
206- "aci_tenant" : dataSourceAciTenant (),
207- "aci_application_profile" : dataSourceAciApplicationProfile (),
208- "aci_bridge_domain" : dataSourceAciBridgeDomain (),
209- "aci_contract" : dataSourceAciContract (),
210- "aci_application_epg" : dataSourceAciApplicationEPG (),
211- "aci_contract_subject" : dataSourceAciContractSubject (),
212- "aci_subnet" : dataSourceAciSubnet (),
213- "aci_filter" : dataSourceAciFilter (),
214- "aci_filter_entry" : dataSourceAciFilterEntry (),
215- "aci_vmm_domain" : dataSourceAciVMMDomain (),
216- "aci_vmm_controller" : dataSourceAciVMMController (),
206+ "aci_tenant" : dataSourceAciTenant (),
207+ "aci_application_profile" : dataSourceAciApplicationProfile (),
208+ "aci_bridge_domain" : dataSourceAciBridgeDomain (),
209+ "aci_contract" : dataSourceAciContract (),
210+ "aci_application_epg" : dataSourceAciApplicationEPG (),
211+ "aci_contract_subject" : dataSourceAciContractSubject (),
212+ "aci_subnet" : dataSourceAciSubnet (),
213+ "aci_filter" : dataSourceAciFilter (),
214+ "aci_filter_entry" : dataSourceAciFilterEntry (),
215+ "aci_vmm_domain" : dataSourceAciVMMDomain (),
216+ "aci_vmm_controller" : dataSourceAciVMMController (),
217217 "aci_vmm_credential" : dataSourceAciVMMCredential (),
218218 "aci_vswitch_policy" : dataSourceAciVSwitchPolicyGroup (),
219219 "aci_vrf" : dataSourceAciVRF (),
0 commit comments