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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
## Unreleased
2
+
FEATURES:
3
+
* Adds a warning message to `r/tfe_team_token`, `r/tfe_organization_token` and `r/tfe_audit_trail_token` resources to indicate that if no `expired_at` attribute is set, the token will expire in 2 years. By @sana-faraz[#1976](https://github.com/hashicorp/terraform-provider-tfe/pull/1976)
2
4
3
5
FEATURES:
4
6
* Adds `tfe_query_run` action, allowing users to invoke remote Terraform queries on HCP Terraform and Terraform Enterprise, by @sebasslash[#1982](https://github.com/hashicorp/terraform-provider-tfe/pull/1982)
Copy file name to clipboardExpand all lines: website/docs/r/audit_trail_token.html.markdown
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,7 @@ The following arguments are supported:
30
30
generated even if a token already exists. This will invalidate the existing
31
31
token!
32
32
*`expired_at` - (Optional) The token's expiration date. The expiration date must be a date/time string in RFC3339
33
-
format (e.g., "2024-12-31T23:59:59Z"). If no expiration date is supplied, the expiration date will default to null and
34
-
never expire.
33
+
format (e.g., "2024-12-31T23:59:59Z"). If no expiration date is supplied, the token will expire 24 months from creation and a warning during plan and apply phases will be displayed.
0 commit comments