Skip to content

Commit f5334c4

Browse files
authored
Bump up tflocal version (#136)
* Bump up tflocal version * Update package to 0.3.1 version
1 parent 8bb6097 commit f5334c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

terraform-init/localstack_terraform_init/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _get_checksum_url(self) -> str | None:
4747

4848

4949
class TflocalPackage(Package):
50-
def __init__(self, default_version: str = "0.24.1"):
50+
def __init__(self, default_version: str = "0.26.0"):
5151
super().__init__(name="terraform_local", default_version=default_version)
5252

5353
def _get_installer(self, version: str) -> PackageInstaller:

terraform-init/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-extension-terraform-init
3-
version = 0.3.0
3+
version = 0.3.1
44
summary = LocalStack Extension: LocalStack Terraform Init
55
url = https://github.com/localstack/localstack-extensions/tree/main/terraform-init
66
author = Thomas Rausch

0 commit comments

Comments
 (0)