You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
FEATURES:
4
4
5
5
* Add support for `recursive` search in `data_vault_namespaces`[#2408](https://github.com/hashicorp/terraform-provider-vault/pull/2408)
6
+
* Add support for `explicit_max_ttl` in `vault_azure_secret_backend_role` resources. Requires Vault 1.18+ ([#2438](https://github.com/hashicorp/terraform-provider-vault/pull/2438)).
Copy file name to clipboardExpand all lines: website/docs/r/azure_secret_backend_role.html.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ The following arguments are supported:
73
73
Accepts time suffixed strings ("1h") or an integer number of seconds. Defaults to the system/engine default TTL time.
74
74
*`max_ttl` – (Optional) Specifies the maximum TTL for service principals generated using this role. Accepts time
75
75
suffixed strings ("1h") or an integer number of seconds. Defaults to the system/engine max TTL time.
76
+
*`explicit_max_ttl` - (Optional) Specifies the explicit maximum lifetime of the lease and service principal generated using this role. If not set or set to 0, will use the system default (10 years). Requires Vault 1.18+.
76
77
*`sign_in_audience` - (Optional) Specifies the security principal types that are allowed to sign in to the application.
0 commit comments