We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75e58b commit 12c8d8eCopy full SHA for 12c8d8e
internal/service/guardduty/detector.go
@@ -373,6 +373,10 @@ func flattenDataSourceConfigurationsResult(apiObject *guardduty.DataSourceConfig
373
tfMap["kubernetes"] = []interface{}{flattenKubernetesConfiguration(v)}
374
}
375
376
+ if v := apiObject.MalwareProtection; v != nil {
377
+ tfMap["malware_protection"] = []interface{}{flattenMalwareProtectionConfiguration(v)}
378
+ }
379
+
380
return tfMap
381
382
0 commit comments