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 41cdb5e commit fc7dc61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing/terraform/ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ resource "null_resource" "main_service_setup" {

provisioner "remote-exec" {
inline = [
"apt install sudo",
"yum install sudo",
"usermod -aG sudo test",
"sudo apt-get install wget",
"sudo yum install wget",
# Install Java 11 and tmux
"yes | sudo amazon-linux-extras install java-openjdk11",

Expand Down Expand Up @@ -153,9 +153,9 @@ resource "null_resource" "remote_service_setup" {

provisioner "remote-exec" {
inline = [
"apt install sudo",
"yum install sudo",
"usermod -aG sudo test",
"sudo apt-get install wget",
"sudo yum install wget",
# Install Java 11 and tmux
"yes | sudo amazon-linux-extras install java-openjdk11",

Expand Down

0 comments on commit fc7dc61

Please sign in to comment.