You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to include more detailed data in resources.
For example, an application has the following:
$ terraform state show juju_application.kubernetes_worker
# juju_application.kubernetes_worker:
resource "juju_application" "kubernetes_worker" {
config = {
"kubelet-extra-config" = jsonencode({})
}
constraints = "arch=amd64"
id = "k8s-calico:kubernetes-worker"
model = "k8s-calico"
name = "kubernetes-worker"
placement = "1,2"
trust = false
units = 2
charm {
base = "ubuntu@20.04"
channel = "1.28/stable"
name = "kubernetes-worker"
revision = 134
series = "focal"
}
}
juju status command has more outputs including IP address and details of each unit.
Without those information it is unable to do other configuration based on what is created.
Urgency
Annoying bug in our test suite
Terraform Juju Provider version
0.13.0
Terraform version
1.9.5
Juju version
3.5.2
Terraform Configuration(s)
No response
Reproduce / Test
terraform apply
Debug/Panic Output
No response
Notes & References
No response
The text was updated successfully, but these errors were encountered:
Description
It would be good to include more detailed data in resources.
For example, an application has the following:
juju status command has more outputs including IP address and details of each unit.
Without those information it is unable to do other configuration based on what is created.
Urgency
Annoying bug in our test suite
Terraform Juju Provider version
0.13.0
Terraform version
1.9.5
Juju version
3.5.2
Terraform Configuration(s)
No response
Reproduce / Test
Debug/Panic Output
No response
Notes & References
No response
The text was updated successfully, but these errors were encountered: