ibm-cloud-architecture / terraform-icp-ibmcloud

This Terraform example configurations uses the IBM Cloud provider to provision virtual machines on IBM Cloud Infrastructure (SoftLayer) and TerraForm Module ICP Deploy to prepare VSIs and deploy IBM Cloud Private on them in Highly Available configuration. This Terraform template automates best practices learned from installing ICP on IBM Cloud Infrastructure.
12 stars 21 forks source link

Avoid destroying the boot node and recreating it every time I run `terraform apply` #2

Open patrocinio opened 5 years ago

patrocinio commented 5 years ago

Every time I run terraform apply, the boot node is destroyed and recreated.

Why?

Thanks

hassenius commented 5 years ago

@patrocinio I've been using this template a good bit lately, but haven't seen this behavior. I have however noticed that if you make certain changes in the Softlayer console (like security groups), the ibmcloud provider can't seem to be able to change that back in-place.

Next time you see that behaviour, can you paste in the terraform plan? In particular the relevant lines around the resource that sais "Forces new resource"