Add support for security command center mute rules in module organization, folder and project (#3694)

This commit is contained in:
Vannick Trinquier
2026-02-04 08:31:05 +07:00
committed by GitHub
parent 0e760c3015
commit 2af44b0651
22 changed files with 626 additions and 40 deletions

View File

@@ -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({