Skip to content

Commit

Permalink
Update changelog and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Mar 21, 2024
1 parent 358f275 commit dffb943
Show file tree
Hide file tree
Showing 35 changed files with 968 additions and 590 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- Add `next_hop_self`, `soft_reconfiguration_inbound_always`, `send_community_ebgp`, `send_community_ebgp_inheritance_disable`, `maximum_prefix_limit`, `maximum_prefix_threshold`, `maximum_prefix_restart`, `maximum_prefix_discard_extra_paths`, `maximum_prefix_warning_only`, `default_originate_route_policy` and `default_originate_inheritance_disable` attributes to `iosxr_router_bgp_neighbor_address_family` resource and data source
- Add `timers_keepalive_interval`, `timers_holdtime` and `timers_minimum_acceptable_holdtime` attributes to `iosxr_router_bgp_neighbor_group` resource and data source
- Make `index_sid_index` and `absolute_sid_label` attribute of `iosxr_router_ospf_area_interface` resource optional
- Add `iosxr_router_static_vrf_ipv4_unicast` resource and data source
- Add `iosxr_router_static_vrf_ipv4_multicast` resource and data source
- Add `iosxr_router_static_vrf_ipv6_unicast` resource and data source
- Add `iosxr_router_static_vrf_ipv6_multicast` resource and data source

## 0.4.0

Expand Down
4 changes: 4 additions & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ description: |-
- Add `next_hop_self`, `soft_reconfiguration_inbound_always`, `send_community_ebgp`, `send_community_ebgp_inheritance_disable`, `maximum_prefix_limit`, `maximum_prefix_threshold`, `maximum_prefix_restart`, `maximum_prefix_discard_extra_paths`, `maximum_prefix_warning_only`, `default_originate_route_policy` and `default_originate_inheritance_disable` attributes to `iosxr_router_bgp_neighbor_address_family` resource and data source
- Add `timers_keepalive_interval`, `timers_holdtime` and `timers_minimum_acceptable_holdtime` attributes to `iosxr_router_bgp_neighbor_group` resource and data source
- Make `index_sid_index` and `absolute_sid_label` attribute of `iosxr_router_ospf_area_interface` resource optional
- Add `iosxr_router_static_vrf_ipv4_unicast` resource and data source
- Add `iosxr_router_static_vrf_ipv4_multicast` resource and data source
- Add `iosxr_router_static_vrf_ipv6_unicast` resource and data source
- Add `iosxr_router_static_vrf_ipv6_multicast` resource and data source

## 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/router_static_vrf_ipv4_multicast.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import iosxr_router_static_vrf_ipv4_multicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv4/multicast/prefixes/prefix[prefix-address=100.0.1.0][prefix-length=%!d(string=24)]"
terraform import iosxr_router_static_vrf_ipv4_multicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
```
2 changes: 1 addition & 1 deletion docs/resources/router_static_vrf_ipv4_unicast.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import iosxr_router_static_vrf_ipv4_unicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv4/unicast/prefixes/prefix[prefix-address=100.0.1.0][prefix-length=%!d(string=24)]"
terraform import iosxr_router_static_vrf_ipv4_unicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
```
2 changes: 1 addition & 1 deletion docs/resources/router_static_vrf_ipv6_multicast.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import iosxr_router_static_vrf_ipv6_multicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv6/multicast/prefixes/prefix[prefix-address=1::][prefix-length=%!d(string=64)]"
terraform import iosxr_router_static_vrf_ipv6_multicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
```
2 changes: 1 addition & 1 deletion docs/resources/router_static_vrf_ipv6_unicast.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import iosxr_router_static_vrf_ipv6_unicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv6/unicast/prefixes/prefix[prefix-address=1::][prefix-length=%!d(string=64)]"
terraform import iosxr_router_static_vrf_ipv6_unicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
```
3 changes: 0 additions & 3 deletions examples/data-sources/iosxr_router_static_vrf/data-source.tf

This file was deleted.

1 change: 0 additions & 1 deletion examples/resources/iosxr_router_static_vrf/import.sh

This file was deleted.

3 changes: 0 additions & 3 deletions examples/resources/iosxr_router_static_vrf/resource.tf

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import iosxr_router_static_vrf_ipv4_multicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv4/multicast/prefixes/prefix[prefix-address=100.0.1.0][prefix-length=%!d(string=24)]"
terraform import iosxr_router_static_vrf_ipv4_multicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import iosxr_router_static_vrf_ipv4_unicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv4/unicast/prefixes/prefix[prefix-address=100.0.1.0][prefix-length=%!d(string=24)]"
terraform import iosxr_router_static_vrf_ipv4_unicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import iosxr_router_static_vrf_ipv6_multicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv6/multicast/prefixes/prefix[prefix-address=1::][prefix-length=%!d(string=64)]"
terraform import iosxr_router_static_vrf_ipv6_multicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import iosxr_router_static_vrf_ipv6_unicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv6/unicast/prefixes/prefix[prefix-address=1::][prefix-length=%!d(string=64)]"
terraform import iosxr_router_static_vrf_ipv6_unicast.example "<vrf_name>,<prefix_address>,<prefix_length>"
106 changes: 0 additions & 106 deletions internal/provider/data_source_iosxr_router_static_vrf.go

This file was deleted.

55 changes: 0 additions & 55 deletions internal/provider/data_source_iosxr_router_static_vrf_test.go

This file was deleted.

78 changes: 0 additions & 78 deletions internal/provider/model_iosxr_router_static_vrf.go

This file was deleted.

Loading

0 comments on commit dffb943

Please sign in to comment.