Skip to content

Commit 56a1650

Browse files
committed
Merge branch 'main' into fix/issue_485
2 parents 537c2d8 + a45a9cc commit 56a1650

File tree

38 files changed

+572
-315
lines changed

38 files changed

+572
-315
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 0.6.3 (Unreleased)
1+
## 0.6.3 (unreleased)
22

33
- Fix issue, where NAT is always configured on `sdwan_transport_wan_vpn_interface_ethernet_feature`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/485)
4+
- Add missing options under `unsupported_features` attribute of `sdwan_configuration_group`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/478)
45

56
## 0.6.2
67

docs/data-sources/ipv4_acl_policy_definition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,17 @@ Read-Only:
8282
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID
8383
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
8484
- `destination_ip` (String) Destination IP prefix
85+
- `destination_ip_variable` (String) Destination IP prefix variable
8586
- `destination_ports` (String) Destination ports. Single value (0-65535) or ranges separated by spaces.
86-
- `dscp` (Number) DSCP value
87+
- `dscp` (String) DSCP value
8788
- `icmp_message` (String) ICMP Message
8889
- `packet_length` (Number) Packet length
8990
- `priority` (String) PLP - priority
9091
- `protocol` (String) Single value (0-255) or multiple values separated by spaces
9192
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID
9293
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
9394
- `source_ip` (String) Source IP prefix
95+
- `source_ip_variable` (String) Source IP prefix variable
9496
- `source_ports` (String) Source ports. Single value (0-65535) or ranges separated by spaces.
9597
- `tcp` (String) TCP parameters
9698
- `type` (String) Type of match entry

docs/data-sources/ipv4_device_acl_policy_definition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ Read-Only:
6262
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID
6363
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
6464
- `destination_ip` (String) Destination IP prefix
65+
- `destination_ip_variable` (String) Destination IP prefix variable
6566
- `destination_port` (Number) Destination port, only `22` and `161` supported
6667
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID
6768
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
6869
- `source_ip` (String) Source IP prefix
70+
- `source_ip_variable` (String) Source IP prefix variable
6971
- `source_ports` (String) Source ports. Single value (0-65535) or ranges separated by spaces.
7072
- `type` (String) Type of match entry

docs/data-sources/route_policy_definition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Read-Only:
5858
- `atomic_aggregate` (Boolean) Atomic aggregate
5959
- `community` (String) Community value, e.g. `1000:10000` or `internet` or `local-AS`
6060
- `community_additive` (Boolean) Community additive
61+
- `community_variable` (String) Community variable
6162
- `local_preference` (Number) Local preference
6263
- `metric` (Number) Metric
6364
- `metric_type` (String) Metric type
@@ -81,6 +82,7 @@ Read-Only:
8182
- `community_list_match_flag` (String) Community list match flag
8283
- `community_list_versions` (List of String) Community list versions
8384
- `expanded_community_list_id` (String) Expanded community list ID
85+
- `expanded_community_list_variable` (String) Expanded community list variable
8486
- `expanded_community_list_version` (Number) Expanded community list version
8587
- `extended_community_list_id` (String) Extended community list ID
8688
- `extended_community_list_version` (Number) Extended community list version

docs/guides/changelog.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
---
2-
subcategory: "Guides"
3-
page_title: "Changelog"
4-
description: |-
5-
Changelog
6-
---
7-
8-
# Changelog
9-
10-
## 0.6.3 (Unreleased)
1+
---
2+
subcategory: "Guides"
3+
page_title: "Changelog"
4+
description: |-
5+
Changelog
6+
---
7+
8+
# Changelog
9+
10+
## 0.6.3 (unreleased)
1111

1212
- Fix issue, where NAT is always configured on `sdwan_transport_wan_vpn_interface_ethernet_feature`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/485)
13+
- Add missing options under `unsupported_features` attribute of `sdwan_configuration_group`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/478)
14+
1315

1416
## 0.6.2
1517

@@ -451,4 +453,4 @@ description: |-
451453
## 0.1.0 (July 23, 2021)
452454

453455
- Initial Release
454-
456+

docs/resources/configuration_group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Optional:
101101

102102
- `parcel_id` (String) Parcel ID
103103
- `parcel_type` (String) Parcel type
104-
- Choices: `wan/vpn/interface/gre`, `wan/vpn/interface/ethernet`, `wan/vpn/interface/cellular`, `wan/vpn/interface/ipsec`, `wan/vpn/interface/serial`, `routing/ospf`, `lan/vpn/interface/ethernet`, `lan/vpn/interface/svi`, `lan/vpn/interface/ipsec`, `lan/vpn`
104+
- Choices: `wan/vpn/interface/gre`, `wan/vpn/interface/ethernet`, `wan/vpn/interface/cellular`, `wan/vpn/interface/ipsec`, `wan/vpn/interface/serial`, `route-policy`, `routing/bgp`, `routing/ospf`, `lan/vpn/interface/ethernet`, `lan/vpn/interface/svi`, `lan/vpn/interface/ipsec`, `lan/vpn`
105105

106106
## Import
107107

docs/resources/ipv4_acl_policy_definition.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "sdwan_ipv4_acl_policy_definition" "example" {
2525
match_entries = [
2626
{
2727
type = "dscp"
28-
dscp = 16
28+
dscp = "16"
2929
}
3030
]
3131
action_entries = [
@@ -131,9 +131,9 @@ Optional:
131131
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID, Attribute conditional on `type` being equal to `destinationDataPrefixList`
132132
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
133133
- `destination_ip` (String) Destination IP prefix, Attribute conditional on `type` being equal to `destinationIp`
134+
- `destination_ip_variable` (String) Destination IP prefix variable, Attribute conditional on `type` being equal to `destinationIp`
134135
- `destination_ports` (String) Destination ports. Single value (0-65535) or ranges separated by spaces., Attribute conditional on `type` being equal to `destinationPort`
135-
- `dscp` (Number) DSCP value, Attribute conditional on `type` being equal to `dscp`
136-
- Range: `0`-`63`
136+
- `dscp` (String) DSCP value, Attribute conditional on `type` being equal to `dscp`
137137
- `icmp_message` (String) ICMP Message, Attribute conditional on `type` being equal to `icmpMessage`
138138
- `packet_length` (Number) Packet length, Attribute conditional on `type` being equal to `packetLength`
139139
- Range: `0`-`65535`
@@ -143,6 +143,7 @@ Optional:
143143
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID, Attribute conditional on `type` being equal to `sourceDataPrefixList`
144144
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
145145
- `source_ip` (String) Source IP prefix, Attribute conditional on `type` being equal to `sourceIp`
146+
- `source_ip_variable` (String) Source IP prefix variable, Attribute conditional on `type` being equal to `sourceIp`
146147
- `source_ports` (String) Source ports. Single value (0-65535) or ranges separated by spaces., Attribute conditional on `type` being equal to `sourcePort`
147148
- `tcp` (String) TCP parameters, Attribute conditional on `type` being equal to `tcp`
148149
- Choices: `syn`

docs/resources/ipv4_device_acl_policy_definition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,13 @@ Optional:
101101
- `destination_data_ipv4_prefix_list_id` (String) Destination data IPv4 prefix list ID, Attribute conditional on `type` being equal to `destinationDataPrefixList`
102102
- `destination_data_ipv4_prefix_list_version` (Number) Destination data IPv4 prefix list version
103103
- `destination_ip` (String) Destination IP prefix, Attribute conditional on `type` being equal to `destinationIp`
104+
- `destination_ip_variable` (String) Destination IP prefix variable, Attribute conditional on `type` being equal to `destinationIp`
104105
- `destination_port` (Number) Destination port, only `22` and `161` supported, Attribute conditional on `type` being equal to `destinationPort`
105106
- Range: `0`-`65535`
106107
- `source_data_ipv4_prefix_list_id` (String) Source data IPv4 prefix list ID, Attribute conditional on `type` being equal to `sourceDataPrefixList`
107108
- `source_data_ipv4_prefix_list_version` (Number) Source data IPv4 prefix list version
108109
- `source_ip` (String) Source IP prefix, Attribute conditional on `type` being equal to `sourceIp`
110+
- `source_ip_variable` (String) Source IP prefix variable, Attribute conditional on `type` being equal to `sourceIp`
109111
- `source_ports` (String) Source ports. Single value (0-65535) or ranges separated by spaces., Attribute conditional on `type` being equal to `sourcePort`
110112

111113
## Import

docs/resources/localized_policy.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,13 @@ resource "sdwan_localized_policy" "example" {
4646
### Optional
4747

4848
- `application_visibility_ipv4` (Boolean) IPv4 application visibility
49-
- Default value: `true`
5049
- `application_visibility_ipv6` (Boolean) IPv6 application visibility
51-
- Default value: `true`
5250
- `cloud_qos` (Boolean) Cloud QoS
53-
- Default value: `true`
5451
- `cloud_qos_service_side` (Boolean) Cloud QoS service side
55-
- Default value: `true`
5652
- `definitions` (Attributes Set) List of policy definitions (see [below for nested schema](#nestedatt--definitions))
5753
- `flow_visibility_ipv4` (Boolean) IPv4 flow visibility
58-
- Default value: `true`
5954
- `flow_visibility_ipv6` (Boolean) IPv6 flow visibility
60-
- Default value: `true`
6155
- `implicit_acl_logging` (Boolean) Implicit ACL logging
62-
- Default value: `true`
6356
- `ipv4_visibility_cache_entries` (Number) IPv4 visibility cache entries
6457
- Range: `16`-`2000000`
6558
- `ipv6_visibility_cache_entries` (Number) IPv6 visibility cache entries

docs/resources/route_policy_definition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Optional:
9797
- `atomic_aggregate` (Boolean) Atomic aggregate, Attribute conditional on `type` being equal to `atomicAggregate`
9898
- `community` (String) Community value, e.g. `1000:10000` or `internet` or `local-AS`, Attribute conditional on `type` being equal to `community`
9999
- `community_additive` (Boolean) Community additive, Attribute conditional on `type` being equal to `communityAdditive`
100+
- `community_variable` (String) Community variable, Attribute conditional on `type` being equal to `community`
100101
- `local_preference` (Number) Local preference, Attribute conditional on `type` being equal to `localPreference`
101102
- Range: `0`-`4294967295`
102103
- `metric` (Number) Metric, Attribute conditional on `type` being equal to `metric`
@@ -121,7 +122,7 @@ Optional:
121122
Required:
122123

123124
- `type` (String) Type of match entry
124-
- Choices: `address`, `asPath`, `advancedCommunity`, `expandedCommunity`, `extCommunity`, `localPreference`, `metric`, `nextHop`, `origin`, `peer`, `ompTag`, `ospfTag`
125+
- Choices: `address`, `asPath`, `advancedCommunity`, `expandedCommunity`, `expandedCommunityInline`, `extCommunity`, `localPreference`, `metric`, `nextHop`, `origin`, `peer`, `ompTag`, `ospfTag`
125126

126127
Optional:
127128

@@ -132,6 +133,7 @@ Optional:
132133
- Choices: `and`, `or`, `exact`
133134
- `community_list_versions` (List of String) Community list versions
134135
- `expanded_community_list_id` (String) Expanded community list ID, Attribute conditional on `type` being equal to `expandedCommunity`
136+
- `expanded_community_list_variable` (String) Expanded community list variable, Attribute conditional on `type` being equal to `expandedCommunityInline`
135137
- `expanded_community_list_version` (Number) Expanded community list version
136138
- `extended_community_list_id` (String) Extended community list ID, Attribute conditional on `type` being equal to `extCommunity`
137139
- `extended_community_list_version` (Number) Extended community list version

0 commit comments

Comments
 (0)