Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aci resource migration esg #1223

Merged
merged 22 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7a462da
[ignore] Generator changes for migration of existing resources to plu…
akinross May 13, 2024
2990bd0
[ignore] Removal of legacy docs, examples and code for aci_esg resour…
akinross May 13, 2024
59e0277
[minor_change] Migration of aci_endpoint_security_group into plugin f…
akinross May 29, 2024
e1513f6
[ignore] Documentation updates for DN formats an UI locations
akinross May 30, 2024
254fd19
[ignore] Documentation updates for relational classes that can point …
akinross May 30, 2024
a0a3a27
[ignore] Documentation updates for children that do not have required…
akinross May 30, 2024
71f6872
[ignore] Restore intent property for out_of_band_contract
akinross May 30, 2024
47b61c1
[ignore] fix class include function and fix excluding unneeded testva…
akinross May 30, 2024
206ced4
[ignore] Remove legacy unused exclude
akinross Jun 18, 2024
ff182ae
[ignore] Rename contract_interface ti existing imported_contract reso…
akinross Jun 18, 2024
926af49
[ignore] Remove unneeded log statements
akinross Jun 18, 2024
61f6646
[ignore] Documentation update for esg preferred group member and intr…
akinross Jun 22, 2024
dda2968
[ignore] Fix typo in documentation for distinguished in datasources
akinross Jun 26, 2024
7d7be7a
[ignore] Changing variable naming in go generate and fix resource nam…
akinross Jul 2, 2024
230b9de
[ignore] Fix examples for target_dns in data-sources
akinross Jul 2, 2024
32589bb
[ignore] Fix examples for target_dns in resources
akinross Jul 2, 2024
72eaf20
[ignore] Add maximum items for children taht only allow 1 entry
akinross Jul 2, 2024
7a32fa8
[ignore] Fix documentation sentences
akinross Jul 2, 2024
029e524
[ignore] Add dnformats for l2out and l3out to contract_masters
akinross Jul 2, 2024
9dc0862
[ignore] Change networkings to networking in documentation
akinross Jul 2, 2024
a8d4e51
[ignore] Fix typo in documentation for QOS priority
akinross Jul 2, 2024
f1d8900
[ignore] Change documentation for attributes
akinross Jul 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 0 additions & 61 deletions aci/data_source_aci_fvesg.go

This file was deleted.

2 changes: 0 additions & 2 deletions aci/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ func Provider() *schema.Provider {
"aci_l3out_static_route_next_hop": resourceAciL3outStaticRouteNextHop(),
"aci_l3out_vpc_member": resourceAciL3outVPCMember(),
"aci_endpoint_security_group_selector": resourceAciEndpointSecurityGroupSelector(),
"aci_endpoint_security_group": resourceAciEndpointSecurityGroup(),
"aci_endpoint_security_group_epg_selector": resourceAciEndpointSecurityGroupEPgSelector(),
"aci_endpoint_security_group_tag_selector": resourceAciEndpointSecurityGroupTagSelector(),
"aci_bfd_interface_policy": resourceAciBFDInterfacePolicy(),
Expand Down Expand Up @@ -491,7 +490,6 @@ func Provider() *schema.Provider {
"aci_l3out_static_route_next_hop": dataSourceAciL3outStaticRouteNextHop(),
"aci_l3out_vpc_member": dataSourceAciL3outVPCMember(),
"aci_endpoint_security_group_selector": dataSourceAciEndpointSecurityGroupSelector(),
"aci_endpoint_security_group": dataSourceAciEndpointSecurityGroup(),
"aci_endpoint_security_group_epg_selector": dataSourceAciEndpointSecurityGroupEPgSelector(),
"aci_endpoint_security_group_tag_selector": dataSourceAciEndpointSecurityGroupTagSelector(),
"aci_bfd_interface_policy": dataSourceAciBFDInterfacePolicy(),
Expand Down
Loading