Skip to content

Commit 64d2843

Browse files
committed
Fixed relative credentials expiration date
1 parent 02b53a9 commit 64d2843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "end_date_relative" {
3939
description = "A relative duration for which the password is valid until, for example 240h (10 days) or 2400h30m. Changing this field forces a new resource to be created."
4040
type = string
4141
sensitive = true
42-
default = "1y"
42+
default = "8766h"
4343
}
4444

4545
variable "end_date" {

0 commit comments

Comments
 (0)