Skip to content

Releases: strongdm/terraform-provider-sdm

v3.2.3 - Add retry handling for Unavailable errors

08 Sep 21:44
Compare
Choose a tag to compare
  • The SDK will now attempt several retries upon Unavailable errors.

v3.2.1 - Change Session Timeout on AWS Console types to integer

22 Aug 16:35
Compare
Choose a tag to compare
  • This release changes the underlying type of the aws console and
    aws console static key pair's session timeout field to an integer.

v3.2.0 - Add Unstable Secret Stores

17 Aug 20:25
Compare
Choose a tag to compare
  • This release adds several unstable or experimental secret store types.
  • In addition, this release documents what it means for a type to be unstable, and notes which resource types are unstable. Unstable types may change without a breaking version number change in the future, and are not creatable by all users.

v3.1.0 - Make port overrides optional and server side computed values

15 Aug 14:02
Compare
Choose a tag to compare
  • Update SDKs and Terraform provider definitions to allow for optional port override numbes and server side computed values

v3.0.0 - Deprecated Items Removed

05 Aug 01:05
Compare
Choose a tag to compare

This release removes all deprecated items from the provider. If you've already upgraded to v2, most likely you're not depending on these items, and you'll be able to upgrade to v3 with no code changes. The items have already been disabled on the server for some time. If you are currently making requests using any of these items, they are being rejected:

  • sdm_account_grant resource and data source
  • sdm_role.composite boolean field
  • sdm_role_attachment resource and data source
  • sdm_role_grant resource and data source

Composite Roles have been replaced with the ability to attach a single Account to multiple Roles using Account Attachments. See an example here.

Role Grants have been replaced with Access Rules. See the migration guide.

v2.6.4 - Enable port overrides for AKS and k8s resources

08 Jul 20:49
Compare
Choose a tag to compare
  • Adds new field port_override to AKS and k8s resource types

v2.6.3 - Add optional `keyType` parameter to Cert Based SSH Server that denotes what type of key to generate for communicating with the server.

29 Jun 19:53
Compare
Choose a tag to compare
  • Can be one of: rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, ed25519
  • Previously these were always generated as rsa-2048

v2.6.2 - Support ECDSA and ED25519 in SSH Public Key Servers

27 Jun 17:10
Compare
Choose a tag to compare

Add optional keyType parameter to Public Key SSH Server that denotes what type of key to use.

  • Can be one of: rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, ed25519
  • Previously these were always generated as rsa-2048

v2.6.1 - Remote Identities

24 Jun 21:38
Compare
Choose a tag to compare
  • Cleanup documentation to remove unavailable resources

v2.6.0 - Remote Identities

14 Jun 12:48
Compare
Choose a tag to compare
  • Add Remote Identity support