Skip to content

Commit

Permalink
Bump RDS engine version (#39)
Browse files Browse the repository at this point in the history
AWS automatically upgraded this and now it's dirtying `plan`.
  • Loading branch information
strugee authored Mar 13, 2024
1 parent 0b8d850 commit c63ff60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osem_rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_db_instance" "osem" {
allocated_storage = 30
max_allocated_storage = 100
engine = "mariadb"
engine_version = "10.6.14"
engine_version = "10.6.16"
instance_class = "db.t4g.micro"
name = "osem"
username = "osem"
Expand Down

0 comments on commit c63ff60

Please sign in to comment.