Skip to content

Commit

Permalink
Update docs and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jun 6, 2024
1 parent 0d55494 commit d36d808
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## [v1.0.42](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.42) (6 June 2024)

### Merged
- [#214](https://github.com/civo/terraform-provider-civo/pull/214) - Rename field HarwareAddr to PhysicalInterface

## [v1.0.41](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.41) (7 May 2024)

### Merged
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ resource "civo_network" "custom_net" {
- `vlan_allocation_pool_v4_start` (String) Start of the IPv4 allocation pool for VLAN
- `vlan_cidr_v4` (String) CIDR for VLAN IPv4
- `vlan_gateway_ip_v4` (String) Gateway IP for VLAN IPv4
- `vlan_physical_interface` (String) Physical interface for VLAN
- `vlan_id` (Number) VLAN ID for the network
- `vlan_physical_interface` (String) Physical interface for VLAN

### Read-Only

Expand Down

0 comments on commit d36d808

Please sign in to comment.