Releases: strongdm/terraform-provider-sdm
Releases · strongdm/terraform-provider-sdm
v3.2.3 - Add retry handling for Unavailable errors
- The SDK will now attempt several retries upon Unavailable errors.
v3.2.1 - Change Session Timeout on AWS Console types to integer
- 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
- 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
- Update SDKs and Terraform provider definitions to allow for optional port override numbes and server side computed values
v3.0.0 - Deprecated Items Removed
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 sourcesdm_role.composite
boolean fieldsdm_role_attachment
resource and data sourcesdm_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
- 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.
- 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
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
- Cleanup documentation to remove unavailable resources
v2.6.0 - Remote Identities
- Add Remote Identity support