Skip to content

Commit

Permalink
Remove attribute list items if required
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Sep 20, 2023
1 parent 04cc471 commit 1ac6d2a
Show file tree
Hide file tree
Showing 11 changed files with 877 additions and 82 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Add `iosxe_service_template` resource and data source
- Add `iosxe_vlan_access_map` resource and data source
- Add `dot1x_timeout_tx_period` and `service_policy_type_control_subscriber` attributes to `iosxe_template` resources and data sources
- When removing elements from a list attribute, the corresponding configuration on the device will be updated accordingly

## 0.4.0

Expand Down
1 change: 1 addition & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ description: |-
- Add `iosxe_service_template` resource and data source
- Add `iosxe_vlan_access_map` resource and data source
- Add `dot1x_timeout_tx_period` and `service_policy_type_control_subscriber` attributes to `iosxe_template` resources and data sources
- When removing elements from a list attribute, the corresponding configuration on the device will be updated accordingly

## 0.4.0

Expand Down
96 changes: 93 additions & 3 deletions gen/templates/model.go

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

22 changes: 20 additions & 2 deletions internal/provider/model_iosxe_class_map.go

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

22 changes: 20 additions & 2 deletions internal/provider/model_iosxe_crypto_ikev2_policy.go

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

44 changes: 40 additions & 4 deletions internal/provider/model_iosxe_crypto_ikev2_profile.go

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

22 changes: 20 additions & 2 deletions internal/provider/model_iosxe_crypto_ipsec_profile.go

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

22 changes: 20 additions & 2 deletions internal/provider/model_iosxe_radius_server.go

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

Loading

0 comments on commit 1ac6d2a

Please sign in to comment.