Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jul 26, 2023
1 parent e8bdf57 commit e5d1164
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.4 (unreleased)

- BREAKING CHANGE: Rename `ipv6_adresses` attribute of `sdwan_cisco_vpn_interface_feature_template` resource and data source to `ipv6_addresses`

## 0.2.3

- Add `sdwan_centralized_policy` resource and data source
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/centralized_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Read-Only:

- `entries` (Attributes Set) List of entries (see [below for nested schema](#nestedatt--definitions--entries))
- `id` (String) Policy definition ID
- `type` (String) Policy definiton type
- `type` (String) Policy definition type
- `version` (Number) Policy definition version

<a id="nestedatt--definitions--entries"></a>
Expand Down
10 changes: 5 additions & 5 deletions docs/data-sources/localized_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ data "sdwan_localized_policy" "example" {

### Read-Only

- `application_visibility_ipv4` (Boolean) IPv4 application visibilty
- `application_visibility_ipv6` (Boolean) IPv6 application visibilty
- `application_visibility_ipv4` (Boolean) IPv4 application visibility
- `application_visibility_ipv6` (Boolean) IPv6 application visibility
- `cloud_qos` (Boolean) Cloud QoS
- `cloud_qos_service_side` (Boolean) Cloud QoS service side
- `definitions` (Attributes Set) List of policy definitions (see [below for nested schema](#nestedatt--definitions))
- `description` (String) The description of the localized policy
- `flow_visibility_ipv4` (Boolean) IPv4 flow visibilty
- `flow_visibility_ipv6` (Boolean) IPv6 flow visibilty
- `flow_visibility_ipv4` (Boolean) IPv4 flow visibility
- `flow_visibility_ipv6` (Boolean) IPv6 flow visibility
- `implicit_acl_logging` (Boolean) Implicit ACL logging
- `ipv4_visibility_cache_entries` (Number) IPv4 visibility cache entries
- `ipv6_visibility_cache_entries` (Number) IPv6 visibility cache entries
Expand All @@ -48,5 +48,5 @@ data "sdwan_localized_policy" "example" {
Read-Only:

- `id` (String) Policy definition ID
- `type` (String) Policy definiton type
- `type` (String) Policy definition type
- `version` (Number) Policy definition version
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.2.4 (unreleased)

- BREAKING CHANGE: Rename `ipv6_adresses` attribute of `sdwan_cisco_vpn_interface_feature_template` resource and data source to `ipv6_addresses`

## 0.2.3

- Add `sdwan_centralized_policy` resource and data source
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/centralized_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "sdwan_centralized_policy" "example" {
Required:

- `id` (String) Policy definition ID
- `type` (String) Policy definiton type
- `type` (String) Policy definition type
- Choices: `hubAndSpoke`, `mesh`, `control`, `vpnMembershipGroup`, `appRoute`, `cflowd`, `data`

Optional:
Expand Down
10 changes: 5 additions & 5 deletions docs/resources/localized_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ resource "sdwan_localized_policy" "example" {

### Optional

- `application_visibility_ipv4` (Boolean) IPv4 application visibilty
- `application_visibility_ipv4` (Boolean) IPv4 application visibility
- Default value: `true`
- `application_visibility_ipv6` (Boolean) IPv6 application visibilty
- `application_visibility_ipv6` (Boolean) IPv6 application visibility
- Default value: `true`
- `cloud_qos` (Boolean) Cloud QoS
- Default value: `true`
- `cloud_qos_service_side` (Boolean) Cloud QoS service side
- Default value: `true`
- `definitions` (Attributes Set) List of policy definitions (see [below for nested schema](#nestedatt--definitions))
- `flow_visibility_ipv4` (Boolean) IPv4 flow visibilty
- `flow_visibility_ipv4` (Boolean) IPv4 flow visibility
- Default value: `true`
- `flow_visibility_ipv6` (Boolean) IPv6 flow visibilty
- `flow_visibility_ipv6` (Boolean) IPv6 flow visibility
- Default value: `true`
- `implicit_acl_logging` (Boolean) Implicit ACL logging
- Default value: `true`
Expand All @@ -78,7 +78,7 @@ resource "sdwan_localized_policy" "example" {
Required:

- `id` (String) Policy definition ID
- `type` (String) Policy definiton type
- `type` (String) Policy definition type

Optional:

Expand Down

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.2.4 (unreleased)

- BREAKING CHANGE: Rename `ipv6_adresses` attribute of `sdwan_cisco_vpn_interface_feature_template` resource and data source to `ipv6_addresses`

## 0.2.3

- Add `sdwan_centralized_policy` resource and data source
Expand Down

0 comments on commit e5d1164

Please sign in to comment.