Skip to content

Releases: tryretool/terraform-provider-retool

v0.1.1

13 Dec 19:27
06fd6e3
Compare
Choose a tag to compare

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

14 Nov 00:17
6de10ac
Compare
Choose a tag to compare

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

19 Sep 16:46
7ae15a0
Compare
Choose a tag to compare
  • Update usage example in the provider documentation.

v0.0.6

10 Sep 18:23
acb1b6d
Compare
Choose a tag to compare
  • Added a guide for auto-generating Terraform config from existing Retool org.
  • Updated retool_space resource to be more import-friendly.

v0.0.5

05 Sep 23:01
5ad27f5
Compare
Choose a tag to compare
  • 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

22 Aug 21:45
706ad04
Compare
Choose a tag to compare
  • Adds rate limiting for Retool API requests to avoid throttling on the server side.
  • Adds documentation on rate limiting settings.

v0.0.3

21 Aug 17:19
1447e33
Compare
Choose a tag to compare
  • Adds a way to import Permissions, Source Control, Source Control Settings and SSO resources.
  • Updates documentation.

v0.0.2

16 Aug 22:52
d883291
Compare
Choose a tag to compare
[chore] Prepare the repo for publishing to the Terraform Registry (#28)

v0.0.1

16 Aug 00:20
d883291
Compare
Choose a tag to compare

First release to test out Goreleaser config.