appuio / terraform-openshift4-exoscale

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

Switch LB module security group inputs and outputs to IDs #72

Closed simu closed 1 year ago

simu commented 1 year ago

By using security group names across the module boundary, we triggered a bug in the Terraform Exoscale provider which results in inconsistent final plans during the initial terraform apply.

This commit updates the LB module to v4.2.0 (which includes https://github.com/appuio/terraform-modules/pull/39) and updates the surrounding Terraform to use security group IDs directly.

Checklist