We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7983cdd commit e2ff0efCopy full SHA for e2ff0ef
.gitignore
@@ -2,3 +2,4 @@ terraform/terraform.tfvars
2
.idea
3
terraform/.terraform
4
terraform/terraform.tfstate*
5
+terraform/.terraform.tfstate.lock.info
terraform/main.tf
@@ -78,7 +78,7 @@ resource "aws_instance" "awx_host" {
78
inline = [
79
"sudo apt update",
80
"sudo apt upgrade -y",
81
- "sudo apt install -y python python-apt apt-transport-https ca-certificates curl software-properties-common git",
+ "sudo apt install -y python python-apt apt-transport-https ca-certificates curl software-properties-common git openjdk-8-jdk-headless",
82
]
83
84
connection {
0 commit comments