localstack / localstack-terraform-test

Utilities to run Terraform tests against LocalStack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken scripts after package changes in terraform-provider-aws

giograno opened this issue · comments

When this pipeline has been written, all the tests were located in the aws package.
Later, the terraform-provider-aws changed this package structure, breaking our scripts.
At the moment, each service has tests located in a distinct package, specifically under internal/service/<service>.
Our script was designed to compile a single test executable with:


At the moment, we would need to generate multiple executable, one for each service, since the -c flag cannot be used with multiple packages (a proposal for this feature has been accepted though).

Hey @giograno, Thanks for reporting. It has been fixed in the latest version. Please let me know if the issue still persists.