File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
username : ${{ secrets.DOCKERHUB_USERNAME }}
19
19
password : ${{ secrets.DOCKERHUB_PASS }}
20
- repository : zenika/terraform-azure -cli
20
+ repository : zenika/terraform-aws -cli
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -eo pipefail
5
5
# FIXME: use getopts function to parse aguments
6
6
# FIXME: if provided, both TF and AWS CLI semvers should be regex-validated
7
7
8
- # Set AZ and TF CLI to latest supported versions if not specified
8
+ # Set AWS and TF CLI to latest supported versions if not specified
9
9
[[ -n $1 ]] && AWS_VERSION=$1 || AWS_VERSION=$( jq -r ' .awscli_version | sort | .[-1]' supported_versions.json)
10
10
[[ -n $2 ]] && TF_VERSION=$2 || TF_VERSION=$( jq -r ' .tf_version | sort | .[-1]' supported_versions.json)
11
11
You can’t perform that action at this time.
0 commit comments