We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c254c80 commit c63c197Copy full SHA for c63c197
terraform-ec2-with-vpc/instance.tf
@@ -11,7 +11,6 @@ resource "aws_instance" "web" {
11
# key name
12
key_name = var.key_name
13
14
-
15
tags = {
16
Name = "Ec2-with-VPC"
17
}
terraform-ec2-with-vpc/provider.tf
@@ -1,3 +1,3 @@
1
provider "aws" {
2
- region = "${var.region}"
+ region = var.region
3
0 commit comments