Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Dec 5, 2024
1 parent f2675c4 commit baf418a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/tests/simple_deployment.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "mongodb" {
source = "../"
app_name = var.app_name
juju_model_name = var.juju_model_name
model = var.model
units = var.simple_mongodb_units
config = {
profile = "testing"
Expand Down
2 changes: 1 addition & 1 deletion terraform/tests/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variable "juju_model_name" {
variable "model" {
description = "Model name"
type = string
}
Expand Down

0 comments on commit baf418a

Please sign in to comment.