astronomer / terraform-provider-astro

Astro Terraform Provider
https://registry.terraform.io/providers/astronomer/astro/latest
Other
11 stars 4 forks source link

create clusterOptions data source #15

Closed vandyliu closed 7 months ago

vandyliu commented 7 months ago

we will need to require these query params

    type getClusterOptionsQueryParams struct {
        Provider string `form:"provider" binding:"omitempty,oneof=AWS AZURE GCP" enums:"AWS,AZURE,GCP"`
        Type     string `form:"type" binding:"required,oneof=HYBRID DEDICATED" enums:"HYBRID,DEDICATED"`
    }