Skip to content

Commit

Permalink
improvement: reduce the instance price by selecting t4g by default
Browse files Browse the repository at this point in the history
  • Loading branch information
scoof committed Aug 27, 2024
1 parent d4d0bf4 commit f0bf5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-eks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "vpc_id" {
}

variable "database_instance_type" {
default = "db.t3.micro"
default = "db.t4g.micro"
description = "RDS Database instance type"
type = string
}
Expand Down

0 comments on commit f0bf5e9

Please sign in to comment.