Skip to content

Commit

Permalink
Update Terraform to 1.9.8 (#6629)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Oct 18, 2024
1 parent 0c5640b commit 930ed47
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.10
azul_python_image=docker.io/library/python@sha256:13b5591078b6450547762ed1faec89f9934d69d5cffc746f8cdbc1d2ee5b44d4
azul_docker_version=27.2.1
azul_terraform_version=1.9.7
azul_terraform_version=1.9.8
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.7',
'azul_terraform_version': '1.9.8',

# 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 930ed47

Please sign in to comment.