localstack / terraform-local

Terraform CLI wrapper to deploy your Terraform applications directly to LocalStack
Apache License 2.0
184 stars 21 forks source link

allow to skip overrides by provider alias #60

Closed Hoffs closed 1 month ago

Hoffs commented 1 month ago

This PR adds ability to not generate overrides for AWS providers by specific aliases. The justification for this feature is that it allows to use real AWS resources for certain resources by utilizing provider aliases and localstack for others.

lakkeger commented 1 month ago

Small nit, could you please bump the feature version and update the docs according to the changes before I merge it?

Hoffs commented 1 month ago

sure, updated, unless I missed something

lakkeger commented 1 month ago

This version is available now on pypi