Releases: tryretool/terraform-provider-retool
Releases · tryretool/terraform-provider-retool
v0.1.1
What's Changed
[fix] Fixed a bug where revoking multiple permissions in the same block would cause an error.
Full Changelog : v0.1.0...v0.1.1
v0.1.0
Important
This release is only compatible with Retool release 3.105-edge and after. Please use provider v0.0.7 if you are running an older release.
What's Changed
Corrected typo in docs for possible folder_type
in folder
provider.
Added new source_control_setting: force_uuid_mapping
. Please note this change is not backwards compatible for retool versions before 3.105-edge.
Full Changelog : v0.0.7...v0.1.0
v0.0.7
Update usage example in the provider documentation.
v0.0.6
Added a guide for auto-generating Terraform config from existing Retool org.
Updated retool_space
resource to be more import-friendly.
v0.0.5
More informative error messages when Retool version check fails.
Don't display an error when attempting to revoke permission that doesn't exist anymore.
v0.0.4
Adds rate limiting for Retool API requests to avoid throttling on the server side.
Adds documentation on rate limiting settings.
v0.0.3
Adds a way to import Permissions, Source Control, Source Control Settings and SSO resources.
Updates documentation.
v0.0.2
[chore] Prepare the repo for publishing to the Terraform Registry (#28)
v0.0.1
First release to test out Goreleaser config.