Skip to content

Commit b74cc41

Browse files
INFRA-7515 | update
1 parent aecbfbf commit b74cc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ variable "auth_token" {
180180

181181
variable "auth_token_update_strategy" {
182182
type = string
183-
description = "Strategy to use when updating the auth_token. Valid values are `SET`, `ROTATE`, and `DELETE`."
183+
description = "Strategy to use when updating the auth_token. Valid values are `SET`, `ROTATE`, and `DELETE` if transit_encryption_enabled is set to true else set as `null`."
184184
}
185185

186186
variable "kms_key_id" {

0 commit comments

Comments
 (0)