Skip to content

Commit

Permalink
Update vars.tf (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
SPAHI4 authored May 4, 2024
1 parent abee1d3 commit 47cefaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "ecr_repository_name" {
variable "ec2_instance_type" {
default = {
development = "t3.micro"
production = "t3.micro"
production = "t3.small"
}
}

Expand Down

0 comments on commit 47cefaa

Please sign in to comment.