Arif Ali
f1b2063a93
* 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
10 lines
160 B
HCL
10 lines
160 B
HCL
terraform {
|
|
required_providers {
|
|
juju = {
|
|
version = "~> 0.12.0"
|
|
#source = "juju/juju"
|
|
source = "terraform.local/juju/juju"
|
|
}
|
|
}
|
|
}
|