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:
parent
175ce93f85
commit
d926e2d559
9 changed files with 740 additions and 3 deletions
|
|
@ -23,6 +23,7 @@ type ProviderData struct {
|
|||
LogMeCustomEndpoint string
|
||||
RabbitMQCustomEndpoint string
|
||||
MariaDBCustomEndpoint string
|
||||
ObjectStorageCustomEndpoint string
|
||||
OpenSearchCustomEndpoint string
|
||||
RedisCustomEndpoint string
|
||||
ArgusCustomEndpoint string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue