Skip to content

Commit

Permalink
Fix api issue with network device group resource
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jan 11, 2024
1 parent 0df9d8b commit c4ab8bb
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.9 (unreleased)

- Fix issue with `ise_network_device_group` resource and ISE versions >= 3.2.0 Patch1. Due to a breaking change in the API, this resource is now only supported with ISE version >= 3.2.0 Patch1.

## 0.1.8

- Fix default value of `ip_version` attribute of `ise_trustsec_security_group_acl` resource
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This provider uses both, the ERS and Open API. Instructions on how to enable API

All resources and data sources have been tested with the following releases.

| Platform | Version |
| -------- | ------- |
| ISE | 3.2 |
| Platform | Version |
| -------- | ------------- |
| ISE | 3.2.0 Patch 4 |

Documentation: <https://registry.terraform.io/providers/CiscoDevNet/ise/latest>

Expand Down
4 changes: 4 additions & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.1.9 (unreleased)

- Fix issue with `ise_network_device_group` resource and ISE versions >= 3.2.0 Patch1. Due to a breaking change in the API, this resource is now only supported with ISE version >= 3.2.0 Patch1.

## 0.1.8

- Fix default value of `ip_version` attribute of `ise_trustsec_security_group_acl` resource
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This provider uses both, the ERS and Open API. Instructions on how to enable API

All resources and data sources have been tested with the following releases.

| Platform | Version |
| -------- | ------- |
| ISE | 3.2 |
| Platform | Version |
| -------- | ------------- |
| ISE | 3.2.0 Patch 4 |

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion gen/definitions/network_device_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ attributes:
type: String
description: Description
example: My network device group
- model_name: ndgtype
- model_name: othername
tf_name: root_group
data_path: [NetworkDeviceGroup]
type: String
Expand Down
6 changes: 3 additions & 3 deletions internal/provider/model_ise_network_device_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.1.9 (unreleased)

- Fix issue with `ise_network_device_group` resource and ISE versions >= 3.2.0 Patch1. Due to a breaking change in the API, this resource is now only supported with ISE version >= 3.2.0 Patch1.

## 0.1.8

- Fix default value of `ip_version` attribute of `ise_trustsec_security_group_acl` resource
Expand Down
6 changes: 3 additions & 3 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This provider uses both, the ERS and Open API. Instructions on how to enable API

All resources and data sources have been tested with the following releases.

| Platform | Version |
| -------- | ------- |
| ISE | 3.2 |
| Platform | Version |
| -------- | ------------- |
| ISE | 3.2.0 Patch 4 |

## Example Usage

Expand Down

0 comments on commit c4ab8bb

Please sign in to comment.