timescale / terraform-provider-timescale

Timescale Cloud Terraform Provider
Apache License 2.0
18 stars 2 forks source link

Wait for VPC on creation #186

Closed aaronblevy closed 5 months ago

aaronblevy commented 5 months ago

The VPC is not immediately ready when being created. This can result in errors when setting up a peering connection. If a peering connection is requested befor the VPC is ready, the Timescale VPC will not be found. Now the provider will wait for the VPC to be created as part of the creation workflow.

aaronblevy commented 5 months ago

added a test to check the VPC status