Closed toptobes closed 6 months ago
Thanks for reporting this. The linked PR adds the missing fields to the regions in the result
object and gives you the ability to filter on region_type
, cloud_provider
and/or enabled
status. It should be merged after review later today.
Later than I hoped, but v2.3.2 released today should fix the issue
Hey there,
Using the
"astra_available_regions"
data source, there should be some way to distinguish betweenvector
and genericserverless
kubes, whether it be by:region_type = "vector" | "serverless"
, or (perhaps less idiomatically)region_type
in each result objectRelevant DevOps API docs where it shows that in each result object, there's a
region-type
query param that may be set to filter byAdditionally, as addenda, it may be nice to (optionally?) check for the
enabled
fields in each result object to be set totrue
, as well as allow acloud_provider
field to have the data source itself filter by that (or even more filters)