Skip to content

Commit

Permalink
chore: (IAC-1190) Bump container test expected versions for terraform…
Browse files Browse the repository at this point in the history
… and aws-cli
  • Loading branch information
dhoucgitter committed Dec 5, 2023
1 parent 56062b3 commit fc6a0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ commandTests:
- name: "terraform version"
command: "terraform"
args: ["--version"]
expectedOutput: ["Terraform v1.4.5"]
expectedOutput: ["Terraform v1.6.3"]
- name: "aws-cli version"
command: "sh"
args:
- -c
- |
aws --version
expectedOutput: ["aws-cli/2.11.21"]
expectedOutput: ["aws-cli/2.13.33"]

metadataTest:
workdir: "/viya4-iac-aws"
Expand Down

0 comments on commit fc6a0de

Please sign in to comment.