Skip to content

Commit

Permalink
Resolves #60: Fix secret value variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Nov 3, 2024
1 parent dfd8571 commit 27957ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/forecast_processor/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ variable "service_principal_client_id" {
sensitive = true
}
variable "service_principal_secret_val" {
description = "Secret ID of above service principal"
description = "Secret value of above service principal"
type = string
default = null
sensitive = true
Expand Down

0 comments on commit 27957ca

Please sign in to comment.