BREAKING CHANGE:
- Change aci_dhcp_relay_policy relation_dhcp_rs_prov argument from list of string to block definition to accomodate the addr argument.
BUG FIXES:
- Fix a regression introduced in aci_rest creating issues when use in parallel.
- Make management_profile_dn an optional parameter with "uni/tn-mgmt/mgmtp-default" as default value in aci_node_mgmt_epg.
- Deprecate use of filter argument in aci_contract and removal from documentation.
- Fix documentation of region argument in aci_cloud_aws_provider.
- Fix aci_bgp_peer_connectivity_profile documentation for as_number and local_asn.
- Fix aci_application_epg examples and documentation to make it clearer.
- Fix cert_name usage examples in documentation and README.md.
- Remove application_epg_dn argument from aci_client_end_point documentation as use case is not implemented yet (follow #513 for use case development).
- Add required_provider and provider definition in all examples to conform to new Terraform provider usage definitions.
- Fix aci_contract example to showcase how to create contract, subject, filter and filter entries.
BREAKING CHANGE:
- Fix "ctrl" attribute issues with list of items in OSPF Interface Policy resource/datasource.
- Fix "enforce_rtctrl" attribute issues with list of items in L3 Outside resource/datasource.
- Change aci_stp_if_pol resource name to aci_spanning_tree_interface_policy name
BUG FIXES:
- Update aci_spanning_tree_interface_policy documentation to add description attribute.
- Stop control(ctrl) from being added repeatedly when set to "unspecified" in OSPF Interface Policy, Subnet and STP Interface Policy resources.
- Add alloc_mode in documentation of aci_vlan_pool datasource and update resource example.
- Fix aci_l3out_path_attachment to accept custom MTU values.
- Fix relation_infra_rs_spine_acc_node_p_grp issue in aci_spine_switch_association resource.
IMPROVEMENTS:
- Updated documentation and examples for new terraform required_provider syntax.
- Add new resources for Cloud ACI VGW, L3Outs, L2Outs, routing, Service Graphs, ESGs, STP Interface Policy, DHCP options, DHCP relay, DHCP labels, breakout, OOB/inband EPG and VMM domain policies.
- Add vPC support for aci_fabric_path_ep
BUG FIXES:
- Fixed a few documentation issues.
- Ignore REST errors on destroy for object that cannot be deleted.
- Diverse fixes for issues.
BUG FIXES:
- Added Missing documentation for aci_monitoring_policy resource.
IMPROVEMENTS:
- Added New attribute named endpoint_path to fvcep data-source.
- Added More levels for priorities to the application_profile resource. (Supported in latest version of APIC)
BUG FIXES:
- Renamed
_from
attribute tofrom
for aci_ranges resource.
BREAKING CHANGES:
- scope attribute for aci_l3_ext_subnet resource is now list of string rather than a single string. This change will break your infrastructure if you have l3extsubnet created with terraform. Consider removing the l3extsubnet resource from your terraform state file using
terraform state rm
and than run theterraform apply
to make your configuration inline with the new changes. This will not affect the l3extsubnet which is already there.
BUG FIXES:
- Fixed an issue with aci_subnet ctrl attribute to have list value.
- Fixed an issue with aci_any relations being not created.
- Fixed an issue with aci_cloud_subnet to have name attribute.
IMPROVEMENTS:
- Added new data-source for fvCEP resource..
BUG FIXES:
- Fixed an issue with aci_physical_domain and aci_l3_domain_profile about unknown attribute error.
IMPROVEMENTS:
- Added new resources Spine Switch profiles and interfaces, L4-L7 interfaces.
- access_port_block have default name attribute with auto incrementor.
- Added resources to manage FEX profiles.
BUG FIXES:
- Fixed an issue with docs being not rendered via name in Hashicorp registry.
- Fixed an issue with subnet scope attribute to have list value.
- Fixed all the bugs reported.
IMPROVEMENTS:
- First Terraform Registry release.
IMPROVEMENTS:
- Improved checks in the parameters.
- Added resources to manage FEX profiles.
BUG FIXES:
- Fixed an issue with parameters not getting updated on first run.
- Fixed typo errors in documentations.
IMPROVEMENTS:
- Parameter
relation_cloud_rs_to_ctx
works on id now for Cloud Context Profile resource.
BREAKING CHANGES:
- Renamed all the t_dn attributes to tdn.
IMPROVEMENTS:
- Added zone parameter to cloud_subnet resource for APIC v5.0 or higher.
BREAKING CHANGES:
- Renamed all the e_pg attributes to epg.
IMPROVEMENTS:
- Updated objet model payload for l3out and vmmdomain relations.
BUG FIXES:
- Fixed the issue with vzany not updated in first run.
- FIxed the issue with switch id replaced while creating multiple switches.
IMPROVEMENTS:
- Updated object model for all the relation attributes compatible with new APIC versions.
IMPROVEMENTS:
- Added support for inline creation of filter and filter entry with contract.
- Added new resource to manage relations from epg to domain and contract with more control.
- aci_rest now supports more generic YAML/JSON payload.
- All the relation supports id only.
BUG FIXES:
- Fixed issues with domain and leaf attachment.
IMPROVEMENTS:
- Added new resource to manage imported_contracts.
BREAKING CHANGES:
- Renamed the aci_cloud_epg, aci_cloud_external_epg, aci_cloud_endpoint_selectorfor_external_epgs resources, removed an extra
_
in epg. New names for these resources will be aci_cloud_epg, aci_cloud_external_epg, aci_cloud_endpoint_selectorfor_external_epgs respectively.
IMPROVEMENTS:
- Removed the implicit status insertion for aci_rest resource.
BUG FIXES:
- Fixed the issue with l3extRsL3DomAtt not attaching properly.
IMPROVEMENTS:
- Added new resources for static leaf attachment, l3out profile, aci_any.
- Added support for inline private key for authentication.
BUG FIXES:
- Added singleton implementation for authentication endpoint.
IMPROVEMENTS:
- Added new modules for managing fabric and APIC management objects.
BUG FIXES:
- Fixed the issue with new Rn format for CloudExtEpgSelector class.
IMPROVEMENTS:
- Added support for new cipher suites and TLS version for the new release of cloud APIC.
IMPROVEMENTS:
- Added logic to handle panics and show proper error messages.
BUG FIXES:
- Fixed crashing of Terraform while using cert based authentication.
IMPROVEMENTS:
- Switched to terraform-plugin-sdk instead of legacy terraform package.
BUG FIXES:
- Fixed issue of having 405 errors from APIC nginx.
BUG FIXES:
- Fixed issue of hanging sessions with Terraform 0.12.
IMPROVEMENTS:
- Added Docs for aci_rest resource.
- Markdown improvements.
BUG FIXES:
- Fixed issue of Terraform crashing while creating L3 Subnet.
- Initial Release