You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
- Add `ip_ssh_bulk_mode` and `ip_ssh_bulk_mode_window_size` attributes to `iosxe_system` resource and data source
8
8
- Add `set_ip_next_hop_unchanged` attribute to `iosxe_route_map` resource and data source
9
9
- Enhance `set_communities` attribute documentation in `iosxe_route_map` to clarify support for well-known BGP community values (internet, local-AS, no-advertise, no-export, gshut)
10
+
- Add `iosxe_bgp_template_peer_policy` resource
10
11
11
12
## 0.9.3
12
13
@@ -21,7 +22,7 @@
21
22
- Add `passive_interface_disable_*` attributes to `iosxe_ospf` and `iosxe_ospf_vrf` resources and data sources
22
23
- Fix issue with destroying `iosxe_interface_ethernet` resources
23
24
- Change route target attributes of `iosxe_vrf` from type "List" to "Set"
24
-
- Add `role_based_enforcement` attributes to `iosxe_cts`
25
+
- Add `role_based_enforcement` attributes to `iosxe_cts`
25
26
- Add `tftp_source_interface_*` attributes to `iosxe_system` resource and data source
26
27
- Add `hash` attribute to `iosxe_crypto_pki` resource and data source
27
28
- Add `snooping_information_option`, `snooping_information_option_allow_untrusted` and `snooping_information_option_format_remote_id_string` attributes to `iosxe_dhcp` resource and data source
Copy file name to clipboardExpand all lines: docs/guides/changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ description: |-
16
16
- Add `ip_ssh_bulk_mode` and `ip_ssh_bulk_mode_window_size` attributes to `iosxe_system` resource and data source
17
17
- Add `set_ip_next_hop_unchanged` attribute to `iosxe_route_map` resource and data source
18
18
- Enhance `set_communities` attribute documentation in `iosxe_route_map` to clarify support for well-known BGP community values (internet, local-AS, no-advertise, no-export, gshut)
19
+
- Add `iosxe_bgp_template_peer_policy` resource
19
20
20
21
## 0.9.3
21
22
@@ -30,7 +31,7 @@ description: |-
30
31
- Add `passive_interface_disable_*` attributes to `iosxe_ospf` and `iosxe_ospf_vrf` resources and data sources
31
32
- Fix issue with destroying `iosxe_interface_ethernet` resources
32
33
- Change route target attributes of `iosxe_vrf` from type "List" to "Set"
33
-
- Add `role_based_enforcement` attributes to `iosxe_cts`
34
+
- Add `role_based_enforcement` attributes to `iosxe_cts`
34
35
- Add `tftp_source_interface_*` attributes to `iosxe_system` resource and data source
35
36
- Add `hash` attribute to `iosxe_crypto_pki` resource and data source
36
37
- Add `snooping_information_option`, `snooping_information_option_allow_untrusted` and `snooping_information_option_format_remote_id_string` attributes to `iosxe_dhcp` resource and data source
-`delete_mode` (String) Configure behavior when deleting/destroying the resource. Either delete the entire object (YANG container) being managed, or only delete the individual resource attributes configured explicitly and leave everything else as-is. Default value is `all`.
45
+
- Choices: `all`, `attributes`
46
+
-`device` (String) A device name from the provider configuration.
47
+
-`route_maps` (Attributes List) Apply route map to neighbor (see [below for nested schema](#nestedatt--route_maps))
48
+
-`route_reflector_client` (Boolean) Configure a neighbor as Route Reflector client
0 commit comments