We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11c6be commit aad63b0Copy full SHA for aad63b0
README.md
@@ -50,6 +50,7 @@ please refer to the man pages of `terraform --help`.
50
51
## Change Log
52
53
+* v0.20.1: Fix list config rendering
54
* v0.20.0: Fix S3 backend option merging
55
* v0.19.0: Add `SKIP_ALIASES` configuration environment variable
56
* v0.18.2: Fix warning on aliased custom endpoint names
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = terraform-local
3
-version = 0.20.0
+version = 0.20.1
4
url = https://github.com/localstack/terraform-local
5
author = LocalStack Team
6
author_email = [email protected]
0 commit comments