Skip to content

Releases: ambarltd/terraform-provider-ambar

v1.0.10

17 Jun 14:54
Compare
Choose a tag to compare
Update Error string, dependencies

v1.0.9

17 Jun 14:18
Compare
Choose a tag to compare
Revert "Support for specifying ports on DataDestinations"

This reverts commit 711a20dea419be21917fc7b70e8c6f5cd3288307.

v1.0.8

12 Jun 21:34
Compare
Choose a tag to compare
Update release action

v1.0.7

26 Apr 20:57
Compare
Choose a tag to compare
Doc changes related to param reqirement changes

v1.0.6

05 Mar 22:01
Compare
Choose a tag to compare
Always base64 encode filter content strings

handle things like 'true' which are valid base64 strings but still need
to be encoded.

v1.0.5

04 Mar 15:43
Compare
Choose a tag to compare
Minor Doc changes and fixups

v1.0.4

21 Feb 22:31
Compare
Choose a tag to compare
Pass Ambar API Errors to Terraform

Handle taking Ambar API Exceptions and correctly outputting them to Terraform
for more useful error when doing Terraform template files.

v1.0.3

09 Feb 18:22
Compare
Choose a tag to compare

Resolves issues with DataSourceConfig causing replacement of resources when no changes had occurred. This was due to a bug in the diff detection because Ambar does not return sensitive attributes that were originally passed via this map such as credentials.

v1.0.2

07 Feb 22:47
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
Handle ResourceNotFound errors gracefully on Read and Delete

When a resource is not found, or is in a DELETING State, we can remove
the resource from Terraform state so that depending on the lifecycle action
Terraform can take appropriate steps, or skip unecessary calls.

v1.0.1

05 Feb 23:35
da04fa4
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
Merge pull request #4 from ambarltd/latest

Latest Ambar API changes