timescale / terraform-provider-timescale

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

Implement VPC CRUD #140

Closed Khyme closed 8 months ago

Khyme commented 8 months ago
Khyme commented 8 months ago

@alevy713 good comment on the peering connections and yes it's deliberate. This PR only adds the create/import/update/delete vpc methods, of the vpc "shell" in our system. the peering connection is not added yet (there's a customer request in the form of an issue in the repo for it too btw!) since the model mapping is not so trivial (still have to find my way about arrays with the tf types). I plan to do this in a separate PR to make things a bit lighter/easier to review. Also I still need to add tests in this one.