Skip to content

Commit

Permalink
missed a model_name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asbalderson committed Dec 13, 2024
1 parent 51c3cfe commit 9755640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/worker/k8s/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ data "juju_model" "testing" {
}
module "k8s" {
source = "<path-to-this-directory>"
model_name = data.juju_model.testing.name
model = data.juju_model.testing.name
}
```

0 comments on commit 9755640

Please sign in to comment.