|
|
|
|
|
by msmith
998 days ago
|
|
Can your example be solved by having the k8s cluster resource reference the network resource’s “name” attribute? Doing that allows Terraform to create both resources in one plan/apply step, and it also helps Terraform understand the dependency between the resources so that they are created in the correct order. |
|