Open
Description
Steps to reproduce the behavior:
- create the resources using the following terraform code
resource "lacework_report_rule" "default" {
name = "Daily Compliance Reports and Weekly Snapshot"
severities = [
"Critical",
"High",
"Medium",
"Low",
"Info"
]
email_alert_channels = [
lacework_alert_channel_email.default.id
]
daily_compliance_reports {
host_security = true
aws_cloudtrail = true
aws_compliance = true
}
}
- modify the reports to receive (Settings -> Report Rules)
- run terraform again -> no diff
Expected behavior
Terraform shows a diff
Please complete the following information):
- OS: Pop!_OS 22.04 LTS
- Provider Version: v1.5.1
- Terraform version: v1.4.6