Skip to content

Commit

Permalink
Updated terraform version
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Dec 20, 2024
1 parent b7e6759 commit 7882e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .verified_terraform_versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"verified": [
"1.6.3",
"1.6.2"
"1.10.2"
]
}
2 changes: 1 addition & 1 deletion src/mlinfra/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def create_symlinks(source: str, destination: str) -> None:

def terraform_tested_version():
# TODO: read from a file and then populate this field
return "1.6.3"
return "1.10.2"


# def _verify_aws_cloud_credentials(self) -> None:
Expand Down

0 comments on commit 7882e1f

Please sign in to comment.