Skip to content

Commit

Permalink
Update and rename Aws-instance-example.tf to aws-instance-example.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
easyawslearn authored Jul 1, 2019
1 parent 548b817 commit 3a83388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aws-instance-example.tf → aws-instance-example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "aws" {
version = "~> 2.0"
}

resource "aws_instance" "web1" {
resource "aws_instance" "my_web_server" {
ami = "${lookup(var.ami_id, var.region)}"
instance_type = "t2.micro"
}

0 comments on commit 3a83388

Please sign in to comment.