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 : ).
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.
I am wondering if you can explain to me how to use it, or if this feature is still under development, thank you : ).