Skip to content

Commit

Permalink
db version specified
Browse files Browse the repository at this point in the history
  • Loading branch information
IjazMoJ committed May 8, 2024
1 parent 05dd2f0 commit 468ab18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "nextcloud_service" {

create_rds = true
rds_engine = "mariadb"
rds_engine_version = "10.2"
rds_engine_version = "10.2.21"
rds_instance_class = "db.t3.small"
rds_allocated_storage = 500
rds_username = "misnextcloud"
Expand Down

0 comments on commit 468ab18

Please sign in to comment.