We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548b817 commit 3a83388Copy full SHA for 3a83388
Aws-instance-example.tf renamed to aws-instance-example.tf
@@ -5,7 +5,7 @@ provider "aws" {
5
version = "~> 2.0"
6
}
7
8
-resource "aws_instance" "web1" {
+resource "aws_instance" "my_web_server" {
9
ami = "${lookup(var.ami_id, var.region)}"
10
instance_type = "t2.micro"
11
0 commit comments