Releases: kislerdm/terraform-provider-neon
Releases · kislerdm/terraform-provider-neon
v0.0.6
Fixed
- Fixed
neon_endpoint
resource provisioning when the attributepg_settings
is not set. The bug was in the Neon SDK,
see
details in the release notes.
Changed
- Bumped Neon Go SDK to v0.1.4
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Added
- Branch resource:
resource "neon_project" "this" {
name = "foo"
}
resource "neon_branch" "this" {
project_id = neon_project.foo.id
name = "bar"
}
- Backoff+retry mechanism: operation is retried after the delay of 5 sec. API response's HTTP codes are 500, or 429.
Total number of attempts is limited to 120 per operation.
Changed
- Bumped Neon Go SDK v0.1.3
- Added errors handling for the project resource