Remove variables.tf

This commit is contained in:
s0dy
2018-11-01 14:37:02 +01:00
parent 31a38b9043
commit 4601f095c8
8 changed files with 240 additions and 119 deletions

View File

@ -35,7 +35,7 @@ resource "aws_key_pair" "terraform_ec2_key" {
###########################
resource "aws_instance" "webserver" {
ami = "ami-969c2deb"
ami = "ami-04992646d54c69ef4"
instance_type = "t2.micro"
key_name = "${aws_key_pair.terraform_ec2_key.id}"
vpc_security_group_ids = [