Skip to content

Releases: CiscoDevNet/terraform-provider-mso

v0.3.1

30 Sep 19:01
Compare
Choose a tag to compare

BUG FIXES:

  • Fix DeletebyId crash issue with nil pointer (mso-go-client v1.2.2 update)
  • Make zone attribute not mandatory in mso_schema_site_vrf_region and mso_schema_site_vrf_region_cidr_subnet (to support Azure sites)

v0.3.0

24 Sep 20:13
Compare
Choose a tag to compare

BUG FIXES:

  • Fix mso_schema_site_anp_epg Import when VRF or BD is not configured

IMPROVEMENTS:

  • Added new resource mso_schema_site_external_epg
  • Updated mso_user to support MSO/ND platform
  • Updated resource and datasource mso_site to work with ND-based MSO / NDO
  • Updated mso_schema_template_contract to support multiple filter_relationship and deprecate filter_relationships attribute.

v0.2.1

21 Jul 03:55
Compare
Choose a tag to compare

BUG FIXES:

  • Added examples and documentations for Multi-Site associations
  • Fix ressources creation and update when PATCH request return 204 No Content

v0.2.0

23 Jun 17:47
Compare
Choose a tag to compare

BUG FIXES:

  • Fix mso_schema_site_anp_epg_static_leaf documentation example
  • Fix mso_site documentation for location attribute (locations -> location)

IMPROVEMENTS:

  • Support of ND authentication (platform = "nd") for MSO v3.2+
  • Updated mso_schema_site and mso_schema_template_vrf resource docs name
  • Updated all terraform examples with required_provider section added in recent Terraform versions
  • Added example of how to use for_each to support multiple static ports
  • Added import capability on all resources
  • Add support for fex ports in mso_schema_site_anp_epg_static_port
  • Cleanup of go.mod and vendor directory

v0.1.5

25 Jan 11:17
1473774
Compare
Choose a tag to compare
Update CHANGELOG.md

v0.1.4

23 Dec 12:16
fde4816
Compare
Choose a tag to compare
Merge pull request #6 from CiscoDevNet/destroy-child

delete method of child resources updated

v0.1.3

29 Oct 12:26
48cb670
Compare
Choose a tag to compare
Update go.mod

v0.1.2

03 Sep 07:12
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Renamed resources for naming consistency.
  • First Terraform Registry release.