Skip to content

Commit

Permalink
updated variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Sep 29, 2021
1 parent 9bd02c2 commit 70bbe91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/modules/_auth/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "key_pair_rotation_period_days" {
}

variable "kms_key_arn" {
description = "kms key to encrypt secrets manager secret"
description = "The ARN of the KMS key used to encrypt the key pair"
type = string
default = null
}
2 changes: 1 addition & 1 deletion infra/terraform/modules/_lambda/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "lambda_at_edge" {
}

variable "kms_key_arn" {
description = "kms key to encrypt secrets manager secret"
description = "The ARN of the KMS key used to encrypt the key pair"
type = string
default = null
}
2 changes: 1 addition & 1 deletion infra/terraform/modules/okta_native/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ variable "scope" {
}

variable "kms_key_arn" {
description = "kms key to encrypt secrets manager secret"
description = "The ARN of the KMS key used to encrypt the key pair"
type = string
default = null
}

0 comments on commit 70bbe91

Please sign in to comment.