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 Nov 10, 2022
1 parent 781a1cb commit 415bd78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 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.26](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.26) (10 November 2022)

### Merged
- [#156](https://github.com/civo/terraform-provider-civo/pull/156) - Fix error in the civo_object_store and add more example

### Commits
- [cd816da](https://github.com/civo/terraform-provider-civo/commit/cd816da5632f675d4e75e360a400e81dd801c4c2) - Remove comment code

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

## [v1.0.24](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.24) (26 September 2022)
Expand Down
5 changes: 5 additions & 0 deletions docs/resources/object_store.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ resource "civo_object_store" "backup" {
max_size_gb = 500
region = "LON1"
}
# If you create the bucket without credentials, you can read the credentials in this way
data "civo_object_store_credential" "backup" {
id = civo_object_store.backup.access_key_id
}
```

<!-- schema generated by tfplugindocs -->
Expand Down

0 comments on commit 415bd78

Please sign in to comment.