elastic / terraform-provider-ec

https://registry.terraform.io/providers/elastic/ec/latest/docs
Apache License 2.0
176 stars 89 forks source link

Missing data for ec_gcp_private_service_connect_endpoint #860

Open ichbinfrog opened 2 months ago

ichbinfrog commented 2 months ago

The doc states that the europe-west9 region is available but the ec_gcp_private_service_connect_endpoint yields an error could not find a privatelink endpoint for region: europe-west9.

Readiness Checklist

Expected Behavior

The data source returns

Current Behavior

 Terraform definition

data "ec_gcp_private_service_connect_endpoint" "main" {
  region = "europe-west9"
}

Steps to Reproduce

1. 2. 3. 4.

Context

Possible Solution

Your Environment