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 Sep 14, 2022
1 parent 4506916 commit eec4c12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## [v1.0.23](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.23) (14 September 2022)

### Merged
- [#148](https://github.com/civo/terraform-provider-civo/pull/148) - Fix bug in the creation of object store credential

### Commits
- [9008885](https://github.com/civo/terraform-provider-civo/commit/90088858c992969b530af3cfe639a29911e8c58c) - Update the doc to fix the name of the resource and the datasource for object store

## [v1.0.22](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.22) (14 September 2022)

### Merged
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/object_store_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data "civo_object_store_credential" "backup" {
}
# Use the credential to create a bucket
resource "civo_object_store_bucket" "backup" {
resource "civo_object_store" "backup" {
name = "backup-server"
max_size_gb = 500
region = "LON1"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/object_store_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "civo_object_store_credential" "backup" {
}
# Use the credential to create a bucket
resource "civo_object_store_bucket" "backup" {
resource "civo_object_store" "backup" {
name = "backup-server"
max_size_gb = 500
region = "LON1"
Expand Down

0 comments on commit eec4c12

Please sign in to comment.