Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanjit- authored Oct 5, 2020
1 parent 71af0e0 commit 0f9d864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_instance" "web" {
instance_type = "var.instance_type"
vpc_security_group_ids = ["aws_security_group.web.id"]
user_data = file("template/user_data.sh")
count = "var.instance_count"
count = var.instance_count

# tags {
# Name = "hello-world-web"
Expand Down

0 comments on commit 0f9d864

Please sign in to comment.