Object Storage: implement bucket (#45)

* Add object storage dependency

* Add object storage

* Add object storage

* Implement bucket resource

* Add map fields test

* Fix typos

* Implement data source

* Add Object Storage bucket

* Fix typo

* Implement Object Storage acc tests

* Go mod tidy

* Reword description

* Fix typos

* Fix typo

* Implement check destroy

* Add region in check destroy

* Add timeout in check destroy

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
Henrique Santos 2023-09-29 14:37:32 +01:00 committed by GitHub
parent 175ce93f85
commit d926e2d559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 740 additions and 3 deletions

View file

@ -23,6 +23,7 @@ type ProviderData struct {
LogMeCustomEndpoint string
RabbitMQCustomEndpoint string
MariaDBCustomEndpoint string
ObjectStorageCustomEndpoint string
OpenSearchCustomEndpoint string
RedisCustomEndpoint string
ArgusCustomEndpoint string