@@ -133,7 +133,7 @@ resource "sysdig_secure_rule_falco" "terminal_shell" {
133133func ruleFalcoTerminalShellWithMissingOuput (name string ) string {
134134 return fmt .Sprintf (`
135135resource "sysdig_secure_rule_falco" "terminal_shell" {
136- name = "TERRAFORM TEST %s - Terminal Shell"
136+ name = "TERRAFORM TEST %s - Terminal Shell Missing Output "
137137 description = "TERRAFORM TEST %s"
138138 tags = ["container", "shell", "mitre_execution"]
139139
@@ -146,7 +146,7 @@ resource "sysdig_secure_rule_falco" "terminal_shell" {
146146func ruleFalcoTerminalShellWithMissingSource (name string ) string {
147147 return fmt .Sprintf (`
148148resource "sysdig_secure_rule_falco" "terminal_shell" {
149- name = "TERRAFORM TEST %s - Terminal Shell"
149+ name = "TERRAFORM TEST %s - Terminal Shell Missing Source "
150150 description = "TERRAFORM TEST %s"
151151 tags = ["container", "shell", "mitre_execution"]
152152
@@ -160,7 +160,7 @@ resource "sysdig_secure_rule_falco" "terminal_shell" {
160160func ruleFalcoUpdatedTerminalShell (name string ) string {
161161 return fmt .Sprintf (`
162162resource "sysdig_secure_rule_falco" "terminal_shell" {
163- name = "TERRAFORM TEST %s - Terminal Shell"
163+ name = "TERRAFORM TEST %s - Terminal Shell Updated "
164164 description = "TERRAFORM TEST %s"
165165 tags = ["shell", "mitre_execution"]
166166
@@ -278,7 +278,7 @@ resource "sysdig_secure_rule_falco" "attach_to_cluster_admin_role_exceptions" {
278278func ruleFalcoTerminalShellWithMinimumEngineVersion (name string ) string {
279279 return fmt .Sprintf (`
280280resource "sysdig_secure_rule_falco" "terminal_shell" {
281- name = "TERRAFORM TEST %s - Terminal Shell"
281+ name = "TERRAFORM TEST %s - Terminal Shell Min Engine Version "
282282 minimum_engine_version = 13
283283 description = "TERRAFORM TEST %s"
284284 tags = ["container", "shell", "mitre_execution"]
0 commit comments