Releases: strongdm/terraform-provider-sdm
v2.0.0 - Access Rules
-
Role Grants are now deprecated and will be removed in a future release. Use Access Rules instead. See the migration guide or checkout the examples.
-
Composite Roles and Role Attachments are now deprecated and will be removed in a future release. Instead, use AccountAttachments to assign an Account to multiple Roles.
-
Account Grants are now deprecated in Terraform and will be removed in a future release. Use Access Rules instead.
-
The
sdm_role.access_rules
field now respects the ordering of access rules, and resource IDs within access rules.
NOTE: Before you can use access rules and multiple account attachments, your organization must undergo the "Access Overhaul" migration to enable the new UI and a myriad of other features. Contact [email protected] to learn more.
v1.0.39 - Adding Azure Key Vault support
- This adds Azure secret store backed by Azure Key Vault
- Exposes NLA downgrade option allows disabling NLA for authentication for RDP servers
- Adds terraform import examples specific to each resource
v1.0.38 - Add ARM64 Support for Linux and Darwin
- This release adds experimental arm64 support for linux and darwin.
v1.0.37 - Documentation update
- Added documentation to clarify the circumstances under which secret store credential fields are required.
v1.0.36 - Documentation update
- Added documentation to clarify that the Terraform provider does support importing.
v1.0.35 - Mongo Sharded Cluster beta resource type
- Added the MongoShardedCluster resource type, which is available as an opt-in beta.
v1.0.34 - GCP and Azure Cloud Resources
- This release adds the GCP, Azure, and AzureCertificate Cloud resource types in Beta.
v1.0.33 - Azure Database for Postgres
- This release adds support for Azure Database for Postgres.
v1.0.32 - Neptune and DocumentDB
- This release adds support for Neptune and DocumentDB.
v1.0.31 - Vault namespaces
- This release adds the
namespace
field for Hashicorp Vault secret stores.