-
After moving to go-kms-wrapping V2, the Boundary Terraform Provider did not load all KMS plugins resulting in an error when trying to create a wrapper for any type other than 'aead':
Error: error reading wrappers from "recovery_kms_hcl": Error configuring kms: plugin is nil
- Undoes an erroneous deprecation of the
login_name
andpassword
fields inresource_account_password
andresource_account
. Deprecatesresource_account
that was replaced withresource_account_password
(PR).
- Removes fields
host_set_ids
andapplication_credential_library_ids
of thetarget
resource, which were deprecated in 1.0.5 (PR).
- Deprecate fields
host_set_ids
andapplication_credential_library_ids
of thetarget
resource. See boundary 0.5.0 changelog for more detail on the deprecation. (PR).
- Adds managed groups resource (PR).
- Adds credential library resource for Vault (PR).
- Adds credential store resource for Vault (PR 1), (PR 2).
- Adds claim scopes attribute to OIDC auth method (PR).
- Adds account claim maps attribute to OIDC auth method (PR).
- Make OIDC account attribute for subject ForceNew (Issue), (PR).
- Update static type attribute for host catalog resource (Issue), (PR).
- Deprecates fields on
resource_auth_method
that will be replaced in the future with genericattributes
attribute.
- Adds worker filter to target resource (PR).
We are bumping the version of the Boundary Terraform provider to v1.0.0 and will release new versions of the provider at its own cadence instead of keeping it in lockstep with Boundary.
- During
terraform apply
, do not update existing user account passwords when the password field is updated in the tf file. (Issue), (PR).
Update provider to handle new domain errors (PR).
Initial release!