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
+4 -3
View File
@@ -58,18 +58,19 @@ locals {
}
"CloudFormation" : {
enabled = var.service-opt-in["CloudFormation"].enabled
arn-prefix = "arn:aws:cloudformation:*:*:stack/*/*"
}
"Neptune" : {
enabled = var.service-opt-in["Neptune"].enabled
arn-prefix = "arn:aws:neptune-db:*:*:cluster:*"
}
"Redshift Serverless" : {
enabled = var.service-opt-in["Redshift Serverless"].enabled
arn-prefix = "arn:aws:redshift-serverless:*:*:workgroup/*"
}
"SAP HANA on Amazon EC2" : {
enabled = var.service-opt-in["SAP HANA on Amazon EC2"].enabled
}
"Storage Gateway" : {
enabled = var.service-opt-in["Storage Gateway"].enabled
arn-prefix = "arn:aws:sap:*:*:application/*/*"
}
}
}