You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
I am reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
The data source returns
Current Behavior
## Terraform definition
data "ec_gcp_private_service_connect_endpoint" "main" {
region = "europe-west9"
}
Steps to Reproduce
Context
Possible Solution
Your Environment
Version used:
Running against Elastic Cloud SaaS or Elastic Cloud Enterprise and version:
Environment name and version (e.g. Go 1.9):
Server type and version:
Operating System and version:
Link to your project:
The text was updated successfully, but these errors were encountered:
The doc states that the
europe-west9
region is available but theec_gcp_private_service_connect_endpoint
yields an errorcould not find a privatelink endpoint for region: europe-west9
.Readiness Checklist
Expected Behavior
The data source returns
Current Behavior
## Terraform definition
Steps to Reproduce
Context
Possible Solution
Your Environment
The text was updated successfully, but these errors were encountered: