Skip to content

Releases: tryretool/terraform-provider-retool

v1.1.0

03 Dec 19:24
ad69af7

Choose a tag to compare

This release enables connectivity via a unix socket

v1.0.1

18 Nov 22:54
266220f

Choose a tag to compare

Updates docs

v1.0.0

15 Nov 00:59
859066b

Choose a tag to compare

This release updates the backing API reference to v2.9.0 (current retool version)

It adds the following features to the terraform provider:

  • Improved read handling of permissions
    • Will prevent no-op changes on non-terraform managed permissions within the org and universal access permissions on groups managed by terraform
  • Resource for Retool environments
  • Resource for Retool resources
  • Resource for Retool resource configurations
  • Resource + data source for Retool users

Feedback, feature requests, and contributions are welcome via our github repo

v0.2.0

29 Oct 20:04
54fb1c3

Choose a tag to compare

  • Adds support for configuration variables
  • Adds support for environments data source
  • Adds support for groups data source

v0.1.1

13 Dec 19:27
06fd6e3

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

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

Choose a tag to compare

  • Update usage example in the provider documentation.

v0.0.6

10 Sep 18:23
acb1b6d

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

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

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.