File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ Build status] ( https://github.com/localstack/terraform-local/actions/workflows/build.yml/badge.svg )] ( https://github.com/localstack/terraform-local/actions )
2
+
1
3
# ` tflocal ` - Terraform with LocalStack
2
4
3
5
This package provides ` tflocal ` - a small wrapper script to run [ Terraform] ( https://terraform.io ) against [ LocalStack] ( https://localstack.cloud ) .
@@ -37,6 +39,8 @@ please refer to the man pages of `terraform --help`.
37
39
38
40
## Change Log
39
41
42
+ * v0.12: Fix local endpoint overrides for Terraform AWS provider 5.9.0; fix parsing of alias and region defined as value lists
43
+ * v0.11: Minor fix to handle boolean values in S3 backend configs
40
44
* v0.10: Add support for storing state files in local S3 backends
41
45
* v0.9: Fix unsupported provider override for emrserverless
42
46
* v0.8: Configure the endpoint for opensearch service
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = terraform-local
3
- version = 0.11
3
+ version = 0.12
4
4
url = https://github.com/localstack/terraform-local
5
5
author = LocalStack Team
6
6
You can’t perform that action at this time.
0 commit comments