fix: make `expires_in` type number

pull/100/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 33cbee9521
commit baf1936b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ variable "refreshable" {
}
variable "expires_in" {
type = bool
type = number
description = "The amount of time, in seconds, it would take for the token to expire."
default = null
}

Loading…
Cancel
Save