appuio / terraform-openshift4-exoscale

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

Ignore Elastic IPs attached to compute instances #73

Closed DebakelOrakel closed 1 year ago

DebakelOrakel commented 1 year ago

We don't manage EIP attachments on cluster instances with Terraform. Ignore changes to the elastic_ip_ids field during terraform plan / terraform apply to not remove attachments managed outside Terraform.

Checklist