Skip to content

Commit 12c8d8e

Browse files
author
nick
committed
hashicorp#25994 add flatten
1 parent f75e58b commit 12c8d8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/service/guardduty/detector.go

+4
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@ func flattenDataSourceConfigurationsResult(apiObject *guardduty.DataSourceConfig
373373
tfMap["kubernetes"] = []interface{}{flattenKubernetesConfiguration(v)}
374374
}
375375

376+
if v := apiObject.MalwareProtection; v != nil {
377+
tfMap["malware_protection"] = []interface{}{flattenMalwareProtectionConfiguration(v)}
378+
}
379+
376380
return tfMap
377381
}
378382

0 commit comments

Comments
 (0)