Skip to content

Commit 0b85455

Browse files
committed
Update app install commands
1 parent c817afa commit 0b85455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lab/step2/apache.tf

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ resource "null_resource" "application-install" {
3333

3434
provisioner "remote-exec" {
3535
inline = [
36+
"apt-get update",
3637
"apt-get install apache2 -y"
3738
]
3839
}

0 commit comments

Comments
 (0)