Add support for security command center mute rules in module organization, folder and project (#3694)
This commit is contained in:
committed by
GitHub
parent
0e760c3015
commit
2af44b0651
@@ -14,6 +14,17 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
variable "scc_mute_configs" {
|
||||
description = "SCC mute configurations keyed by name."
|
||||
type = map(object({
|
||||
description = optional(string)
|
||||
filter = string
|
||||
type = optional(string, "DYNAMIC")
|
||||
}))
|
||||
default = {}
|
||||
nullable = false
|
||||
}
|
||||
|
||||
variable "scc_sha_custom_modules" {
|
||||
description = "SCC custom modules keyed by module name."
|
||||
type = map(object({
|
||||
|
||||
Reference in New Issue
Block a user