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 af9628e commit 6beba64
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 @@ -5,7 +5,7 @@ provider "aws" {
resource "aws_instance" "web" {

ami = "lookup(var.ami,var.aws_region)"
instance_type = "var.instance_type"
instance_type = "t2.micro"
vpc_security_group_ids = ["aws_security_group.web.id"]
user_data = file("template/user_data.sh")
count = var.instance_count
Expand Down

0 comments on commit 6beba64

Please sign in to comment.