enhance: updated module with suggestions from Qoder
This commit is contained in:
@@ -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/*/*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user