Releases: ambarltd/terraform-provider-ambar
Releases · ambarltd/terraform-provider-ambar
v1.0.10
v1.0.9
Revert "Support for specifying ports on DataDestinations" This reverts commit 711a20dea419be21917fc7b70e8c6f5cd3288307.
v1.0.8
Update release action
v1.0.7
Doc changes related to param reqirement changes
v1.0.6
Always base64 encode filter content strings handle things like 'true' which are valid base64 strings but still need to be encoded.
v1.0.5
Minor Doc changes and fixups
v1.0.4
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
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
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
Merge pull request #4 from ambarltd/latest Latest Ambar API changes