Skip to content

Commit

Permalink
unify variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jan 21, 2025
1 parent b1490af commit ace560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/replica_set_module/simple_deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "juju_integration" "simple_deployment_grafana-agent_mongodb-integration
]
}

resource "null_resource" "simple_deployment_juju_wait_deployment" {
resource "null_resource" "juju_wait_deployment" {
provisioner "local-exec" {
command = <<-EOT
juju-wait -v --model ${var.model_name}
Expand Down

0 comments on commit ace560e

Please sign in to comment.