Skip to content

Releases: transloadit/terraform-provider-transloadit

v0.7.0

07 Mar 12:47
ba730f1
Compare
Choose a tag to compare

Enhancement :

  • On transloadit_template_credential, the content field is now "sensitive" and so will not be printed in stdout (#42)

Technical enhancement :

  • Migrate to terraform-plugin-sdk v2 + bumps all libraries versions (#41)

v0.6.0

22 Aug 12:26
63158be
Compare
Choose a tag to compare
  • New transloadit_template_credential resource (#34)

v0.5.1

25 Jul 11:19
bf81762
Compare
Choose a tag to compare
  • Support of Apple Silicon (darwin_arm64)
  • Update of dependencies libraries
  • Update release workflow to comply with new terraform registry requirements

v0.5.0

15 Jul 12:41
Compare
Choose a tag to compare

Cancelled version due to issues in release process

v0.4.0

11 May 08:06
0844111
Compare
Choose a tag to compare

This minor release allows to specify additional properties, such as notify_url, besides the steps key in a template resource (see #23). For example:

{
  "steps": {
    ":original": {
      "robot": "/upload/handle"
    },
   ...
  },
  "notify_url": "https://example.com/"
}

v0.3.0

29 Oct 13:32
c7b8865
Compare
Choose a tag to compare

Add support for require_signature_auth

v0.2.0

31 Jul 18:16
Compare
Choose a tag to compare
Change permission of gpg_wrapper.sh + remove +x from .travis.yml

v0.1.0

14 May 07:10
Compare
Choose a tag to compare
Update env.example.sh