diff --git a/environment.boot b/environment.boot index 495dba37f..6daa3b1a8 100644 --- a/environment.boot +++ b/environment.boot @@ -1,4 +1,4 @@ azul_python_version=3.11.9 azul_python_image=docker.io/library/python@sha256:51b0976b06e08910f36eac9fddebb16952e5517504a115815e0da5e982ea0030 azul_docker_version=27.1.2 -azul_terraform_version=1.9.4 +azul_terraform_version=1.9.5 diff --git a/environment.py b/environment.py index ba8e5b920..16b3c2658 100644 --- a/environment.py +++ b/environment.py @@ -261,7 +261,7 @@ def env() -> Mapping[str, Optional[str]]: # Modifying this variable requires running `make environment.boot` and # committing the resulting changes. # - 'azul_terraform_version': '1.9.4', + 'azul_terraform_version': '1.9.5', # A dictionary mapping the short name of each Docker image used in Azul # to its fully qualified name. Note that a change to any of the image diff --git a/terraform/_schema.json.gz b/terraform/_schema.json.gz index 1f7470e49..d67549a02 100644 Binary files a/terraform/_schema.json.gz and b/terraform/_schema.json.gz differ