Skip to content

Commit

Permalink
Update Terraform to 1.9.5 (#6537)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Sep 6, 2024
1 parent 0df875f commit 9d9bd29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.boot
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified terraform/_schema.json.gz
Binary file not shown.

0 comments on commit 9d9bd29

Please sign in to comment.