terraform/juju/init.tf
Arif Ali f1b2063a93
Add latest updates
* Issues with etc due to storage
* Issues with cinder due to storage
* This only works if the conflict between placement and contraints is
  removed from the juju provider
2024-05-06 17:44:48 +01:00

10 lines
160 B
HCL

terraform {
required_providers {
juju = {
version = "~> 0.12.0"
#source = "juju/juju"
source = "terraform.local/juju/juju"
}
}
}