kislerdm/terraform-provider-neon

Creating a project using "aws-us-east-1" region fails

Closed this issue · 1 comments

Hi and thanks for developing this!

We are facing an issue creating a new project using the "aws-us-east-1" region. From the docs it seems this region is supported, and trying to create a project using the api works, but terraform outputs region aws-us-east-1 is not supported yet: https://neon.tech/docs/introduction/regions/.
I think it's related to this check.

Thank you!

Terraform Version

Terraform v1.6.6

Provider Version

provider registry.terraform.io/kislerdm/neon v0.3.1

Affected Resource(s)

  • neon_project

Terraform Configuration Files

resource "neon_project" "this" {
    name      = "this"
    region_id = "aws-us-east-1"
}

Steps to Reproduce

  1. terraform apply

Hey @rshulman-trigo! Thank you for opening the issue and for pointing out the root cause!

Would you like to implement the fix?

Thanks!