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 May 7, 2024
1 parent 8f906b9 commit 6d26255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

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

### Merged
- [#210](https://github.com/civo/terraform-provider-civo/pull/210) - Support Private IP for Instance create

## [v1.0.40](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.40) (29 April 2024)

### Merged
Expand Down
1 change: 1 addition & 0 deletions docs/resources/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ resource "civo_instance" "foo" {
- `initial_user` (String) The name of the initial user created on the server (optional; this will default to the template's default_username and fallback to civo)
- `network_id` (String) This must be the ID of the network from the network listing (optional; default network used when not specified)
- `notes` (String) Add some notes to the instance
- `private_ipv4` (String) The private IPv4 address for the instance (optional)
- `public_ip_required` (String) This should be either 'none' or 'create' (default: 'create')
- `region` (String) The region for the instance, if not declare we use the region in declared in the provider
- `reserved_ipv4` (String) Can be either the UUID, name, or the IP address of the reserved IP
Expand Down

0 comments on commit 6d26255

Please sign in to comment.