Skip to content

Commit

Permalink
Merge pull request #296 from sassoftware/staging
Browse files Browse the repository at this point in the history
8.4.0 - July 22, 2024
  • Loading branch information
dhoucgitter authored Jul 22, 2024
2 parents d19b119 + 3191d95 commit 3004da7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG TERRAFORM_VERSION=1.8.3
ARG AWS_CLI_VERSION=2.15.46
ARG TERRAFORM_VERSION=1.8.5
ARG AWS_CLI_VERSION=2.16.5
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform

FROM amazon/aws-cli:$AWS_CLI_VERSION
ARG KUBECTL_VERSION=1.28.7
ARG KUBECTL_VERSION=1.28.11

WORKDIR /viya4-iac-aws

Expand Down
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.8.3"]
expectedOutput: ["Terraform v1.8.5"]
- name: "aws-cli version"
command: "sh"
args:
- -c
- |
aws --version
expectedOutput: ["aws-cli/2.15.46"]
expectedOutput: ["aws-cli/2.16.5"]

metadataTest:
workdir: "/viya4-iac-aws"
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ variable "vpc_private_endpoints" { # tflint-ignore: terraform_unused_declaration
"ec2" = "Interface",
"ecr.api" = "Interface",
"ecr.dkr" = "Interface",
"s3" = "Gateway",
"s3" = "Interface",
"logs" = "Interface",
"sts" = "Interface",
"elasticloadbalancing" = "Interface",
Expand Down

0 comments on commit 3004da7

Please sign in to comment.