File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ func TestAccSecureTeam(t *testing.T) {
33
33
{
34
34
Config : secureTeamMinimumConfiguration (randomText (10 )),
35
35
},
36
- {
37
- Config : secureTeamWithPlatformMetricsIBM (randomText (10 )),
38
- SkipFunc : func () (bool , error ) {
39
- return ! buildinfo .IBMSecure , nil
40
- },
41
- },
42
36
{
43
37
Config : secureTeamWithPostureZones (randomText (10 )),
44
38
SkipFunc : func () (bool , error ) {
@@ -96,15 +90,6 @@ resource "sysdig_secure_team" "sample" {
96
90
}` , name )
97
91
}
98
92
99
- func secureTeamWithPlatformMetricsIBM (name string ) string {
100
- return fmt .Sprintf (`
101
- resource "sysdig_secure_team" "sample" {
102
- name = "sample-%s"
103
- enable_ibm_platform_metrics = true
104
- ibm_platform_metrics = "foo in (\"0\") and bar in (\"3\")"
105
- }` , name )
106
- }
107
-
108
93
func secureTeamWithPostureZones (name string ) string {
109
94
return fmt .Sprintf (`
110
95
resource "sysdig_secure_posture_zone" "z1" {
You can’t perform that action at this time.
0 commit comments