Skip to content

Commit ecb1491

Browse files
committed
update changelog, bump version to 0.12
1 parent 34286ef commit ecb1491

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build status](https://github.com/localstack/terraform-local/actions/workflows/build.yml/badge.svg)](https://github.com/localstack/terraform-local/actions)
2+
13
# `tflocal` - Terraform with LocalStack
24

35
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`.
3739

3840
## Change Log
3941

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
4044
* v0.10: Add support for storing state files in local S3 backends
4145
* v0.9: Fix unsupported provider override for emrserverless
4246
* v0.8: Configure the endpoint for opensearch service

setup.cfg

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

0 commit comments

Comments
 (0)