vk-cs / terraform-provider-vkcs

Mozilla Public License 2.0
42 stars 13 forks source link

Add ability to control Object Storage #52

Open kluevandrew opened 2 years ago

kluevandrew commented 2 years ago

At the moment users can't create and S3 bucket or S3 keypair through terraform provider, it gives bad user experience. Suggest to add such functionality

kvendingoldo commented 2 years ago

Agree; Do maintainers have any plan to add it?

ftersin commented 2 years ago

I guess standard S3 provider could be used in any Object Storage use case. Am i wrong?

kvendingoldo commented 2 years ago

I think it can be used, but from user exp side wrapper would be better.

nixargh commented 12 months ago

Hello. Looks like nothing has happened with obeject storage support yet. Guys, do you have any plans?

ftersin commented 11 months ago

S3 buckets can be created now with aws provider. Correct me if i am wrong.

As for S3 keys we intend to support their creation but i cannot say ETA at the moment.

Nmishin commented 5 months ago

I tried to create S3 bucket via terraform but have an issue:

│ Error: reading S3 Bucket (my-tf-test-bucket-1) versioning: operation error S3: GetBucketVersioning, https response error StatusCode: 451, RequestID: Me844cYrHK, HostID: , api error InternalError: This request can not be processed
│ 
│   with aws_s3_bucket.example,
│   on main.tf line 1, in resource "aws_s3_bucket" "example":
│    1: resource "aws_s3_bucket" "example" {
│ 
Nmishin commented 5 months ago

and 451 HTTP code looks strange here :)

ftersin commented 5 months ago

We publish an instruction on https://cloud.vk.com/docs/en soon.

kvendingoldo commented 5 months ago

any eta?

ftersin commented 5 months ago

august

ftersin commented 5 months ago

i post here a link when it is ready

ftersin commented 2 months ago

done https://cloud.vk.com/docs/en/tools-for-using-services/terraform/how-to-guides/aws

Alexey-Tsarev commented 1 month ago

When will you update official doc https://registry.terraform.io/providers/vk-cs/vkcs/latest/docs ?

It returns

No matching results

when I try to search the bucket in filter.

ftersin commented 1 month ago

When will you update official doc

Wokring with S3 is not a part of the provider. What is a reason for its doc to contain that info?