terraform/juju/home-maas-focal/00-init.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

9 lines
116 B
HCL

terraform {
required_providers {
juju = {
version = "~> 0.15.0"
source = "juju/juju"
}
}
}