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 Jul 10, 2024
1 parent 95fa9da commit 3f5b5df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## [v1.0.46](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.46) (10 July 2024)

### Merged
- [#254](https://github.com/civo/terraform-provider-civo/pull/254) - Allow updating reserved_ip4 for instance resource
- [#253](https://github.com/civo/terraform-provider-civo/pull/253) - Wait for the instance to be completely deleted
- [#240](https://github.com/civo/terraform-provider-civo/pull/240) - Make CIDR immutable for network resource
- [#243](https://github.com/civo/terraform-provider-civo/pull/243) - Check for Resource Already Exist Error before retry
- [#237](https://github.com/civo/terraform-provider-civo/pull/237) - Make firewall ID to be a required field for instance
- [#230](https://github.com/civo/terraform-provider-civo/pull/230) - Create Default firewall for network when not specified.
- [#239](https://github.com/civo/terraform-provider-civo/pull/239) - Add cidr and Nameservers as computed
- [#238](https://github.com/civo/terraform-provider-civo/pull/238) - ForceNew on Region in network resource

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

### Merged
Expand Down
5 changes: 4 additions & 1 deletion docs/resources/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ resource "civo_instance" "foo" {
<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `firewall_id` (String) The ID of the firewall to use, from the current list. If left blank or not sent, the default firewall will be used (open to all)

### Optional

- `disk_image` (String) The ID for the disk image to use to build the instance
- `firewall_id` (String) The ID of the firewall to use, from the current list. If left blank or not sent, the default firewall will be used (open to all)
- `hostname` (String) A fully qualified domain name that should be set as the instance's hostname
- `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)
Expand Down

0 comments on commit 3f5b5df

Please sign in to comment.