vultr / terraform-provider-vultr

Terraform Vultr provider
https://www.terraform.io/docs/providers/vultr/
Mozilla Public License 2.0
190 stars 65 forks source link

feat: add vultr container registry resource #445

Closed im6h closed 1 month ago

im6h commented 7 months ago

Description

im6h commented 7 months ago

I fixed golint and added resources to terrafrom code @optik-aper Would you like to check it again? Thanks

Stealthmate commented 5 months ago

I'd really like to see this merged! I'm in the process of writing TF manifests for all my stuff on Vultr, and container registry is one of the first things I need to have in order to bootstrap everything else.

I'm no Go expert, but I can hack on this and try to resolve the conflicts if needed.

optik-aper commented 5 months ago

Sorry for the delay! I'll test this out and merge it this afternoon.

im6h commented 5 months ago

I'd really like to see this merged! I'm in the process of writing TF manifests for all my stuff on Vultr, and container registry is one of the first things I need to have in order to bootstrap everything else.

I'm no Go expert, but I can hack on this and try to resolve the conflicts if needed.

Sure. I think we can make PR better before merging into the main

F21 commented 1 month ago

Is there anything I can do to help with this one? Pretty keen to see this merged.

optik-aper commented 1 month ago

Is there anything I can do to help with this one? Pretty keen to see this merged.

I just tested things out and it's working. There are a few things I'd like to see cleaned up, and the name validation currently won't account for names with non-alphanumeric characters, but I will address that in a separate PR. I'll get a new release out today or tomorrow.