gridscale / terraform-provider-gridscale

Terraform gridscale provider
https://registry.terraform.io/providers/gridscale/gridscale/latest/docs
Mozilla Public License 2.0
12 stars 11 forks source link

How to create an object storage? #207

Open semtyre opened 2 years ago

semtyre commented 2 years ago

Hi there,

the official documentation for gridscale_object_storage actually points to gridscale_object_storage_accesskey instead. image

How can we create an object storage? Is that possible with the gridscale provider?

Best regards,

nvthongswansea commented 2 years ago

@semtyre Hi. Sorry for the confusing docs. We don't have object storage resource (which can be used to manage object storage, e.g. create buckets) yet. The gridscale_object_storage_accesskey will give you an access key and a secret key which can be used to create a s3 client to interact with object storage, i.e. https://docs.ceph.com/en/latest/radosgw/s3/

nvthongswansea commented 2 years ago

@semtyre Hi, we have added a new resource to manage object storage bucket here. And we also update our docs regarding gridscale_object_storage_accesskey.