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
After tofu apply-ing the following main.tf, both apps are deployed fine, but the integration is missing.
OpenTofu errors out with:
│ Error: Client Error
│
│ with juju_model.mimir,
│ on main.tf line 3, in resource "juju_model" "mimir":
│ 3: resource "juju_model" "mimir" {
│
│ Unable to create model, got error: failed to open kubernetes client: annotations
│ map[controller.juju.is/id:42cd3f3c-17be-4786-811a-527bc80d653b
│ model.juju.is/id:5774314d-07cc-4cf9-841d-31c2c9bbb722] for namespace "mimir2" not valid must
│ include map[controller.juju.is/id:42cd3f3c-17be-4786-811a-527bc80d653b
│ model.juju.is/id:3fc1ee22-0502-4aca-8aaa-3fc3acdfc02c] (not valid)
Following up with a manual juju relate worker1 coord1 works fine.
Description
After
tofu apply
-ing the followingmain.tf
, both apps are deployed fine, but the integration is missing.OpenTofu errors out with:
Following up with a manual
juju relate worker1 coord1
works fine.Urgency
Casually reporting
Terraform Juju Provider version
0.13.0
Terraform version
OpenTofu v1.8.1
Juju version
3.5.3
Microk8s v1.29.8
Terraform Configuration(s)
Reproduce / Test
Debug/Panic Output
No response
Notes & References
Getting the same error with Terraform v1.9.5.
The text was updated successfully, but these errors were encountered: