Skip to content

Commit

Permalink
Merge pull request #1 from onryo/master
Browse files Browse the repository at this point in the history
Adding apt-get update step to refresh apt package manifest
  • Loading branch information
Sean Carolan authored Sep 4, 2019
2 parents f83b6d2 + 5e901dd commit d7b6265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ resource "null_resource" "configure-cat-app" {

provisioner "remote-exec" {
inline = [
"sudo apt -y update",
"sudo apt -y install apache2",
"sudo systemctl start apache2",
"sudo chown -R ${var.admin_username}:${var.admin_username} /var/www/html",
Expand Down

0 comments on commit d7b6265

Please sign in to comment.