Skip to content

Commit 3a83388

Browse files
authored
Update and rename Aws-instance-example.tf to aws-instance-example.tf
1 parent 548b817 commit 3a83388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Aws-instance-example.tf renamed to aws-instance-example.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "aws" {
55
version = "~> 2.0"
66
}
77

8-
resource "aws_instance" "web1" {
8+
resource "aws_instance" "my_web_server" {
99
ami = "${lookup(var.ami_id, var.region)}"
1010
instance_type = "t2.micro"
1111
}

0 commit comments

Comments
 (0)