Skip to content

Releases: hashicorp/terraform-provider-boundary

v1.1.15

01 May 18:06
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

Next

1.1.15 (May 1, 2024)

New and Improved

  • Add support for a target alias as a resource
    (PR)

v1.1.14

14 Feb 18:34
Compare
Choose a tag to compare

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

02 Feb 01:25
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.13 (February 1, 2024)

New and Improved

  • Allow dynamic credentials when configuring storage buckets.
    (PR)

v1.1.12

09 Jan 18:40
e4b7ff1
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

Next

1.1.12 (January 8, 2024)

New and Improved

  • Add support to configure valid_principals with Vault SSH Certificate Credential Library
    (PR)

v1.1.11

13 Dec 21:35
Compare
Choose a tag to compare

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

  • Add support for Scope datasource
    (PR)
  • LDAP: Add support for maximum_page_size and dereference_aliases
    (PR)

v1.1.10

12 Oct 01:16
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.10 (October 11, 2023)

New and Improved

  • Add support for Scope datasource
    (PR)
  • LDAP: Add support for maximum_page_size and dereference_aliases
    (PR)

v1.1.9

19 Jul 16:16
008a6ff
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.9 (July 19, 2023)

New and Improved

  • Add support for a storage bucket as a resource
    (PR)
  • Add option to enable session recording on a target resource
    (PR)
  • Update docs for host set plugin filters examples
    (PR)

v1.1.8

13 Jun 04:39
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.8 (June 13, 2023)

New and Improved

  • Add support for target default client port
    (PR)
  • Add support for using ldap primary auth method
    (PR)

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 use auth_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)

v1.1.7

12 May 15:07
8c0d90a
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.7 (May 12, 2023)

Bug Fix

  • Fix default auth method with recovery kms
    (PR)

v1.1.6

05 May 16:56
ede5377
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.6 (May 5, 2023)

New and Improved

  • Add support for using default auth method if no auth method ID is provided for provider
    (PR)
  • Fix typo in Managed Group resource page
    (PR)

Bug Fix

  • Force new resource on credential_type change
    (PR)