Chanwit Kaewkasi

Results 112 issues of Chanwit Kaewkasi

kind/enhancement
area/performance

The new version of Terraform has been released. This 1.2.x series contains many significant changes and will break some of our test cases. https://github.com/hashicorp/terraform/releases/tag/v1.2.3

We have to support multiple versions of Terraform binary, ranging from v1.1.7 to 1.2.0 at the moment. This supported range would change according to the versions supported by HashiCorp.

We would implement drift detection requests in the same way as reconciliation requests.

A Terraform object is not guaranteed to permanently attach to a Source. In some scenarios, the Source is deleted before deleting the Terraform object. Fortunately, `terraform destroy` can be run...