Skip to content

Commit 2c632c3

Browse files
Update get_software_versions.sh
1 parent d254031 commit 2c632c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

get_software_versions.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ extract_terraform_version() {
3636
fi
3737
}
3838

39+
terraform --version >> terraform-version.txt
40+
41+
az --version >> az-version.txt
42+
43+
3944
# Check for the existence of the files and execute corresponding functions
4045
if [[ -f "docker-version.txt" ]]; then
4146
extract_docker_version

0 commit comments

Comments
 (0)