Skip to content

Commit

Permalink
Update instance type (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
SPAHI4 authored Mar 31, 2024
1 parent bfd88cb commit b0cc00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -125,4 +125,4 @@ variable "google_credentials_installed_json" {
type = string
default = "{}"
sensitive = true
}
}

0 comments on commit b0cc00c

Please sign in to comment.