Skip to content

Commit e564849

Browse files
committed
update readme with SKIP_ALIASES and bump version
1 parent 24afbe1 commit e564849

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The following environment variables can be configured:
4141
* `default` profile's credentials are configured
4242
* falls back to the default `AWS_ACCESS_KEY_ID` mock value
4343
* `AWS_ACCESS_KEY_ID`: AWS Access Key ID to use for multi account setups (default: `test` -> account ID: `000000000000`)
44+
* `SKIP_ALIASES`: Allows to skip generating AWS provider overrides for specified aliased providers, e.g. `SKIP_ALIASES=aws_secrets,real_aws`
4445

4546
## Usage
4647

@@ -49,6 +50,7 @@ please refer to the man pages of `terraform --help`.
4950

5051
## Change Log
5152

53+
* v0.19.0: Add `SKIP_ALIASES` configuration environment variable
5254
* v0.18.2: Fix warning on aliased custom endpoint names
5355
* v0.18.1: Fix issue with not proxied commands
5456
* v0.18.0: Add `DRY_RUN` and patch S3 backend entrypoints

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = terraform-local
3-
version = 0.18.2
3+
version = 0.19.0
44
url = https://github.com/localstack/terraform-local
55
author = LocalStack Team
66
author_email = [email protected]

0 commit comments

Comments
 (0)