Skip to content

Commit

Permalink
chore(release): 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent a091b7d commit fb2b0b0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.48.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.47.0...v1.48.0) (2024-05-07)


### Features

* **vrf:** Added routeros_ip_vrf resource ([#443](https://github.com/terraform-routeros/terraform-provider-routeros/issues/443)) ([a091b7d](https://github.com/terraform-routeros/terraform-provider-routeros/commit/a091b7da83aa9a70d04e9c50c8e81c2b6286e8d3))

## [1.47.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.46.3...v1.47.0) (2024-05-04)


Expand Down
2 changes: 1 addition & 1 deletion docs/resources/interface_veth.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ resource "routeros_interface_veth" "test" {

### Required

- `address` (String) IP address.
- `name` (String) Interface name.

### Optional

- `address` (String) IP address.
- `comment` (String)
- `disabled` (Boolean)
- `gateway` (String) Gateway IP address.
Expand Down
23 changes: 23 additions & 0 deletions docs/resources/ip_vrf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# routeros_ip_vrf (Resource)




<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `interfaces` (Set of String) At least one interface must be added to the VRF.
- `name` (String) Unique name of the VRF.

### Optional

- `comment` (String)
- `disabled` (Boolean)

### Read-Only

- `id` (String) The ID of this resource.


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-provider-routeros",
"version": "1.47.0",
"version": "1.48.0",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit fb2b0b0

Please sign in to comment.