Arif Ali
1ca320e672
* Now with cross-model relations * Added infra and controller model * Fixed lma model * Updated variables and linking to model juju_model resource instead
9 lines
116 B
HCL
9 lines
116 B
HCL
terraform {
|
|
required_providers {
|
|
juju = {
|
|
version = "~> 0.15.0"
|
|
source = "juju/juju"
|
|
}
|
|
}
|
|
}
|