Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jboero authored Feb 18, 2019
1 parent 4730758 commit 6086b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-as-code/aws-ec2-instance/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "ami_id" {

variable "instance_type" {
description = "type of EC2 instance to provision."
default = "t2.small"
default = "t2.micro"
}

variable "name" {
Expand Down

0 comments on commit 6086b4e

Please sign in to comment.