Skip to content

Releases: strongdm/terraform-provider-sdm

v14.26.0

25 Jun 00:44
Compare
Choose a tag to compare

v14.26.0 - Release Aerospike driver and allow resource secret store updates

  • The Aerospike driver is now stable and generally available.
  • Allow the secret store ID of resources to be updated without forcing a recreate of the resource.

v14.25.0

20 Jun 13:17
Compare
Choose a tag to compare

v14.25.0 - Release stable Trino driver

v14.24.0

20 Jun 10:05
Compare
Choose a tag to compare

v14.23.0 - Enable TLS support in DB2 LUW

  • The driver will connect over TLS if ConfigTLSRequired is set to true

v14.23.0

16 Jun 16:23
Compare
Choose a tag to compare

v14.23.0 - Expose PortOverride field for HTTP resources

  • Expose the PortOverride field in HTTPBasicAuth, HTTPNoAuth, and HTTPAuth resources, allowing the local port used by clients to connect to the resource to be explicitly specified, as with other resource types. Previously this field was exposed in the admin UI and CLI interfaces for these resource types, but not available in the SDK.

v14.20.0

23 May 23:52
Compare
Choose a tag to compare

v14.20.0 - Improve retry logic

  • Requests that result in a rate limit error are now retried indefinitely until the deadline, if any, is reached.
  • Retries now use exponential backoff to improve reliability.

v14.18.1

23 May 08:01
Compare
Choose a tag to compare

v14.16.1 - Add sdm_managed_secret_value

  • Add sdm_managed_secret_value helper resource for easier value setting for sdm_managed_secret resource

v14.15.0

21 May 00:34
Compare
Choose a tag to compare

v14.15.0 - Add RDP CA Data source

  • Similarly to the SSH CA, the provider now exposes a data source for the RDP Certificate Authority within StrongDM

v14.14.0

14 May 15:24
Compare
Choose a tag to compare

v14.14.0 - Mark new Vault secret store authentication methods as stable

  • Marks AWS EC2 and IAM authentication methods for Hashicorp's Vault secret store as stable

v14.13.0

13 May 18:40
Compare
Choose a tag to compare

v14.13.0 - Oracle NNE support now available

  • Oracle DB connections that require Native Network Encryption (NNE) are now suppored via the Oracle (NNE) driver

v14.12.0

13 May 16:41
Compare
Choose a tag to compare

v14.12.0 - Change connection options for the unstable Aerospike driver

  • Username and Password are optional
  • UseServicesAlternate is optional