vmware / terraform-provider-vcd

Terraform VMware Cloud Director provider
https://www.terraform.io/docs/providers/vcd/
Mozilla Public License 2.0
148 stars 112 forks source link

Object Storage Extension #1264

Open josajunior81 opened 4 months ago

josajunior81 commented 4 months ago

Community Note

Description

Add Object Storage Extension resource to the provider

New or Affected Resource(s)

Create bucket and object resources

josajunior81 commented 4 months ago

@Didainius I did a provider that do this work, https://github.com/josajunior81/terraform-provider-vcd-object-storage-ext. I created a fork of the govcd and this provider and I'm trying to implement this feature in that way. Implement the Object Storage API calls in th govcd and then add the resources to the provider.

josajunior81 commented 1 month ago

@Didainius I implemented the features for the Object Storage Extension in govcd. It's in this pull request: https://github.com/vmware/go-vcloud-director/pull/676