terraform/juju/home-maas-focal/controller/40-model.tf
Arif Ali 1ca320e672
update the focal tf templates
* Now with cross-model relations
* Added infra and controller model
* Fixed lma model
* Updated variables and linking to model juju_model resource instead
2024-11-19 22:25:21 +00:00

4 lines
59 B
HCL

data "juju_model" "controller" {
name = "controller"
}