Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ADOT Patch workflow committed Jan 11, 2024
1 parent fe664cb commit 8fcbf9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/terraform/ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ resource "null_resource" "main_service_setup" {
"RUN yum update && yum install -y sudo",
"usermod -aG sudo test",
"sudo yum install wget",
"y",
# Install Java 11 and tmux
"yes | sudo amazon-linux-extras install java-openjdk11",

Expand Down Expand Up @@ -156,6 +157,8 @@ resource "null_resource" "remote_service_setup" {
"RUN yum update && yum install -y sudo",
"usermod -aG sudo test",
"sudo yum install wget",
"echo 'COMPLETED'",
"y",
# Install Java 11 and tmux
"yes | sudo amazon-linux-extras install java-openjdk11",

Expand Down

0 comments on commit 8fcbf9c

Please sign in to comment.