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

provisioner "remote-exec" {
inline = [
"yes | sudo yum install wget",
# Install Java 11 and tmux
"sudo yum install java-11-amazon-corretto -y",
# Install Java 11 and wget
"sudo yum install wget java-11-amazon-corretto -y",

# Copy in CW Agent configuration
"agent_config='${replace(replace(file("./amazon-cloudwatch-agent.json"), "/\\s+/", ""), "$REGION", var.aws_region)}'",
Expand Down

0 comments on commit 871308d

Please sign in to comment.