1
0

enhance: updated module with suggestions from Qoder

This commit is contained in:
xpk
2026-04-11 00:13:55 +08:00
parent 355850fee9
commit 88396bceda
5 changed files with 83 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ variable "monthly-backup-retention" {
}
variable "service-opt-in" {
type = map(string)
type = map(bool)
description = "If not specified, EC2, RDS, EFS, and S3 are enabled"
default = {
"Aurora" : false,