Skip to content

Commit

Permalink
Update vars.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
SPAHI4 authored Jun 17, 2024
1 parent 0de0eb0 commit 7a9c26b
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 7a9c26b

Please sign in to comment.