Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: No terraform diff after manually removing reports to receive in report rules #475

Open
szEvEz opened this issue Apr 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@szEvEz
Copy link

szEvEz commented Apr 28, 2023

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)

image

  • 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
@szEvEz szEvEz added the bug Something isn't working label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant