Skip to content

Commit

Permalink
Update acl attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Dec 19, 2023
1 parent 2e705eb commit 242d801
Show file tree
Hide file tree
Showing 15 changed files with 123 additions and 123 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
- Fix issue with `sdwan_traffic_data_policy_definition` not supporting local and restrict options
- Add `sdwan_dns_security_policy_definition` resource and data source
- Add `sdwan_system_global_profile_parcel` resource and data source
- BREAKING CHANGE: Rename `sdwan_acl_policy_definition` resource and data source to `sdwan_ipv4_acl_policy_definition`
- BREAKING CHANGE: Rename `sdwan_device_acl_policy_definition` resource and data source to `sdwan_ipv4_device_acl_policy_definition`
- BREAKING CHANGE: Rename `sdwan_acl_policy_definition` resource and data source to `sdwan_ipv4_acl_policy_definition` and update attributes
- BREAKING CHANGE: Rename `sdwan_device_acl_policy_definition` resource and data source to `sdwan_ipv4_device_acl_policy_definition` and update attributes
- Add `sdwan_ipv6_acl_policy_definition` resource and data source
- Add `sdwan_ipv6_device_acl_policy_definition` resource and data source

Expand Down
8 changes: 4 additions & 4 deletions docs/data-sources/ipv4_acl_policy_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ Read-Only:

- `class_map_id` (String) Class map ID
- `class_map_version` (Number) Class map version
- `destination_data_prefix_list_id` (String) Destination data prefix list ID
- `destination_data_prefix_list_version` (Number) Destination data prefix list version
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
- `destination_ip` (String) Destination IP prefix
- `destination_port` (Number) Destination port
- `dscp` (Number) DSCP value
- `packet_length` (Number) Packet length
- `priority` (String) PLP - priority
- `protocol` (String) Single value (0-255) or multiple values separated by spaces
- `source_data_prefix_list_id` (String) Source data prefix list ID
- `source_data_prefix_list_version` (Number) Source data prefix list version
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
- `source_ip` (String) Source IP prefix
- `source_port` (Number) Source port
- `tcp` (String) TCP parameters
Expand Down
8 changes: 4 additions & 4 deletions docs/data-sources/ipv4_device_acl_policy_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ Read-Only:

Read-Only:

- `destination_data_prefix_list_id` (String) Destination data prefix list ID
- `destination_data_prefix_list_version` (Number) Destination data prefix list version
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
- `destination_ip` (String) Destination IP prefix
- `destination_port` (Number) Destination port, only `22` and `161` supported
- `source_data_prefix_list_id` (String) Source data prefix list ID
- `source_data_prefix_list_version` (Number) Source data prefix list version
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
- `source_ip` (String) Source IP prefix
- `source_port` (Number) Source port
- `type` (String) Type of match entry
4 changes: 2 additions & 2 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ description: |-
- Fix issue with `sdwan_traffic_data_policy_definition` not supporting local and restrict options
- Add `sdwan_dns_security_policy_definition` resource and data source
- Add `sdwan_system_global_profile_parcel` resource and data source
- BREAKING CHANGE: Rename `sdwan_acl_policy_definition` resource and data source to `sdwan_ipv4_acl_policy_definition`
- BREAKING CHANGE: Rename `sdwan_device_acl_policy_definition` resource and data source to `sdwan_ipv4_device_acl_policy_definition`
- BREAKING CHANGE: Rename `sdwan_acl_policy_definition` resource and data source to `sdwan_ipv4_acl_policy_definition` and update attributes
- BREAKING CHANGE: Rename `sdwan_device_acl_policy_definition` resource and data source to `sdwan_ipv4_device_acl_policy_definition` and update attributes
- Add `sdwan_ipv6_acl_policy_definition` resource and data source
- Add `sdwan_ipv6_device_acl_policy_definition` resource and data source

Expand Down
8 changes: 4 additions & 4 deletions docs/resources/ipv4_acl_policy_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Optional:

- `class_map_id` (String) Class map ID
- `class_map_version` (Number) Class map version
- `destination_data_prefix_list_id` (String) Destination data prefix list ID
- `destination_data_prefix_list_version` (Number) Destination data prefix list version
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
- `destination_ip` (String) Destination IP prefix
- `destination_port` (Number) Destination port
- Range: `0`-`65535`
Expand All @@ -139,8 +139,8 @@ Optional:
- `priority` (String) PLP - priority
- Choices: `high`, `low`
- `protocol` (String) Single value (0-255) or multiple values separated by spaces
- `source_data_prefix_list_id` (String) Source data prefix list ID
- `source_data_prefix_list_version` (Number) Source data prefix list version
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
- `source_ip` (String) Source IP prefix
- `source_port` (Number) Source port
- Range: `0`-`65535`
Expand Down
8 changes: 4 additions & 4 deletions docs/resources/ipv4_device_acl_policy_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ Required:

Optional:

- `destination_data_prefix_list_id` (String) Destination data prefix list ID
- `destination_data_prefix_list_version` (Number) Destination data prefix list version
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
- `destination_ip` (String) Destination IP prefix
- `destination_port` (Number) Destination port, only `22` and `161` supported
- Range: `0`-`65535`
- `source_data_prefix_list_id` (String) Source data prefix list ID
- `source_data_prefix_list_version` (Number) Source data prefix list version
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
- `source_ip` (String) Source IP prefix
- `source_port` (Number) Source port
- Range: `0`-`65535`
Expand Down
16 changes: 8 additions & 8 deletions gen/definitions/generic/ipv4_acl_policy_definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,32 +175,32 @@ attributes:
max_int: 65535
example: 9000
- model_name: ref
tf_name: source_data_prefix_list_id
tf_name: source_data_ipv4_prefix_list_id
conditional_attribute:
name: type
value: sourceDataPrefixList
type: String
description: Source data prefix list ID
description: Source data IPv4 prefix list ID
exclude_test: true
example: 2081c2f4-3f9f-4fee-8078-dcc8904e368d
- tf_name: source_data_prefix_list_version
- tf_name: source_data_ipv4_prefix_list_version
tf_only: true
type: Version
description: Source data prefix list version
description: Source data IPv4 prefix list version
exclude_test: true
- model_name: ref
tf_name: destination_data_prefix_list_id
tf_name: destination_data_ipv4_prefix_list_id
conditional_attribute:
name: type
value: destinationDataPrefixList
type: String
description: Destination data prefix list ID
description: Destination data IPv4 prefix list ID
exclude_test: true
example: 2081c2f4-3f9f-4fee-8078-dcc8904e368d
- tf_name: destination_data_prefix_list_version
- tf_name: destination_data_ipv4_prefix_list_version
tf_only: true
type: Version
description: Destination data prefix list version
description: Destination data IPv4 prefix list version
exclude_test: true
- model_name: value
tf_name: protocol
Expand Down
16 changes: 8 additions & 8 deletions gen/definitions/generic/ipv4_device_acl_policy_definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,32 +121,32 @@ attributes:
max_int: 65535
example: 22
- model_name: ref
tf_name: source_data_prefix_list_id
tf_name: source_data_ipv4_prefix_list_id
conditional_attribute:
name: type
value: sourceDataPrefixList
type: String
description: Source data prefix list ID
description: Source data IPv4 prefix list ID
exclude_test: true
example: 2081c2f4-3f9f-4fee-8078-dcc8904e368d
- tf_name: source_data_prefix_list_version
- tf_name: source_data_ipv4_prefix_list_version
tf_only: true
type: Version
description: Source data prefix list version
description: Source data IPv4 prefix list version
exclude_test: true
- model_name: ref
tf_name: destination_data_prefix_list_id
tf_name: destination_data_ipv4_prefix_list_id
conditional_attribute:
name: type
value: destinationDataPrefixList
type: String
description: Destination data prefix list ID
description: Destination data IPv4 prefix list ID
exclude_test: true
example: 2081c2f4-3f9f-4fee-8078-dcc8904e368d
- tf_name: destination_data_prefix_list_version
- tf_name: destination_data_ipv4_prefix_list_version
tf_only: true
type: Version
description: Destination data prefix list version
description: Destination data IPv4 prefix list version
exclude_test: true
- model_name: actions
tf_name: action_entries
Expand Down

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

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

Loading

0 comments on commit 242d801

Please sign in to comment.