This commit is contained in:
Sathiya Shunmugasundaram 2015-06-09 16:24:05 -04:00
parent 507c252b15
commit 6ec6d19add
2 changed files with 4 additions and 2 deletions

View File

@ -66,3 +66,4 @@ resource "aws_instance" "web" {
Name = "eip-example" Name = "eip-example"
} }
} }

View File

@ -1,3 +1,4 @@
#!/bin/bash -v #!/bin/bash -v
apt-get update -y apt-get update -y
apt-get install -y nginx > /tmp/nginx.log apt-get install -y nginx > /tmp/nginx.log