appuio / terraform-openshift4-exoscale

OpenShift 4 Terraform setup for Exoscale
2 stars 0 forks source link

Fix security group creation order #70

Closed simu closed 1 year ago

simu commented 1 year ago

We need to explicitly depend on module.lb in data.exoscale_security_group.lb, and on exoscale_security_group.all_machines in module.lb to ensure the initial terraform apply doesn't try to find the not yet created security group for the data source.

Checklist