Releases: hashicorp/terraform-provider-boundary
Releases · hashicorp/terraform-provider-boundary
v1.2.0
Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.
1.2.0 (October 21, 2024)
New and Improved
- Introduces support for specifying a worker filter in dynamic host catalogs
(PR)
Deprecations/Changes
- With Boundary 0.15, a deprecation notice was put under the
grant_scope_id
field, and a newgrant_scope_ids
field was introduced to replace it. With
Boundary v0.17.1 and Boundary API v0.0.52,grant_scope_id
support was
entirely removed.grant_scope_id
support has now been removed from this TF
provider.
v1.1.15
v1.1.14
Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.
1.1.14 (February 14, 2024)
New and Improved
-
Support the multi-value
grant_scope_ids
field in the role provider
(PR) -
Support Boundary Storage Policies
(PR)
v1.1.13
v1.1.12
v1.1.11
Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.
Next
New and Improved
1.1.11 (December 13, 2023)
New and Improved
- Add support for OIDC prompts. Using prompts, the Relying Party (RP) can customize the authentication and authorization flow to suit their specific needs and improve the user experience. OIDC Authentication request server.
(PR) - Add boundary_auth_method data source
(PR) - Add boundary_group data source
(PR) - Add boundary_account data source
(PR) - Add boundary_user data source
(PR)
Bug Fix
- Fix boundary_worker overwriting worker generated auth token during
(PR)
1.1.10 (October 11, 2023)
New and Improved
v1.1.10
v1.1.9
Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.
1.1.9 (July 19, 2023)
New and Improved
v1.1.8
Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.
1.1.8 (June 13, 2023)
New and Improved
Deprecations/Changes
- Deprecate
password_auth_method_login_name
&password_auth_method_password
for Terraform Provider.
password_auth_method_login_name
&password_auth_method_password
fields have been set to deprecated
with a recommendation to useauth_method_login_name
&auth_method_password
fields instead.
(PR) - Deprecate type field for
boundary_account_password
(PR) - Deprecate type field for
boundary_account_ldap
(PR)