Skip to content

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 20:39
· 34 commits to main since this release
f641a7e
private endpoint services: support all clouds (#189)

* private endpoint services: support all clouds

Previously, the private_endpoint_services resource only supported the
creation of AWS private endpoint services. This commit removes this
restriction, now all clouds are supported. Additionally this commit
fixes a bug that caused the private_endpoint_service resource to be
created without the resource state being loaded into the state file.
Lastly, this commit bumps the CRDB version used for testing.

* changelog: update for v1.3.2