Skip to content

Commit

Permalink
OPS-6322 Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Nov 7, 2024
1 parent 59b9f5b commit ec8b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "knowledgebase_model_id" {
default = "amazon.titan-embed-text-v1"
}

variable "knowledgebase_data_deletion_policy" {
variable "knowledgebase_data_deletion_policy" {
description = "Data deletion policy for a data source. Valid values: `RETAIN`, `DELETE`"
type = string
default = "RETAIN"
Expand Down

0 comments on commit ec8b216

Please sign in to comment.