Releases: transloadit/terraform-provider-transloadit
Releases · transloadit/terraform-provider-transloadit
v0.7.0
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
- New
transloadit_template_credential
resource (#34)
v0.5.1
- Support of Apple Silicon (darwin_arm64)
- Update of dependencies libraries
- Update release workflow to comply with new terraform registry requirements
v0.5.0
Cancelled version due to issues in release process
v0.4.0
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
Add support for require_signature_auth
v0.2.0
Change permission of gpg_wrapper.sh + remove +x from .travis.yml