Skip to content

Commit

Permalink
Update terraform/variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Gulsum Atici <[email protected]>
  • Loading branch information
Mehdi-Bendriss and gatici authored Feb 15, 2024
1 parent 9a5e581 commit d25970a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ variable "channel" {
default = "6/beta"
}

variable "mongo-config" {
description = "Additional configuration for the MongoDB"
variable "config" {
description = "Additional configuration for the MongoDB. Details about available options can be found at https://charmhub.io/mongodb/configure?channel=6/beta."
type = map(string)
default = {}
}

0 comments on commit d25970a

Please sign in to comment.