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 4, 2020
1 parent 428df57 commit 9649d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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")"

instance_count = "var.instance_count"


Expand Down

0 comments on commit 9649d95

Please sign in to comment.