terraform/juju/init.tf

9 lines
116 B
HCL

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