GalleyBytes / terraform-operator

A Kubernetes CRD to handle terraform operations
http://tf.galleybytes.com
Apache License 2.0
364 stars 47 forks source link

Questions about reconcile property #84

Open excaliburnan opened 2 years ago

excaliburnan commented 2 years ago

Here there,

From the terraform crd yaml file, I see a reconclie property that can periodically check the actually provision. But when I set the following options in spec field, I don't see any reconciling when I edit EC2 Instance tage name, or delete EC2 instance from AWS, etc.

reconcile:  
  enable: true
  syncPeriod: 10

I am wondering if you can explain to me how to use it, or if this feature is still under development, thank you : ).

isaaguilar commented 2 years ago

It was a concept I left in because I wanted to go back and implement it. Unfortunately, it doesn't have any functionality at the moment.