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 Feb 7, 2022
1 parent 0ea0500 commit 2630607
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.10](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.10) (7 February 2022)

### Merged
- [#119](https://github.com/civo/terraform-provider-civo/pull/119) - Removing the duplicate id parameter from civo volume

## [v1.0.9](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.9) (18 January 2022)

### Merged
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ resource "civo_volume" "db" {

### Optional

- **id** (String) The ID of this resource.
- **region** (String) The region for the volume, if not declare we use the region in declared in the provider.

### Read-Only

- **id** (String) The ID of this resource.
- **mount_point** (String) The mount point of the volume (from instance's perspective)

## Import
Expand Down

0 comments on commit 2630607

Please sign in to comment.