minamijoyo / tfmigrate

A Terraform / OpenTofu state migration tool for GitOps
MIT License
1.14k stars 57 forks source link

Avoid using the AWS provider for acceptance tests #116

Closed minamijoyo closed 1 year ago

minamijoyo commented 1 year ago

I suspect localstack is the reason why acceptance tests are slow and unstable. It's hard to completely eliminate localstack due to the s3 backend dependency, but we can avoid using the AWS provider whenever possible.