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: Fix aws_cloudwatch_log_group resource #13

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

shoekstra
Copy link
Member

This resource should only exist if a SNS topic ARN is specified,
otherwise aws_cloudwatch_log_metric_filter.iam_activity can fail if
the log group is not looked up.

Signed-off-by: Stephen Hoekstra [email protected]

This resource should only exist if a SNS topic ARN is specified,
otherwise `aws_cloudwatch_log_metric_filter.iam_activity` can fail if
the log group is not looked up.

Signed-off-by: Stephen Hoekstra <[email protected]>
@github-actions github-actions bot added the bug Something isn't working label Dec 1, 2023
Copy link
Contributor

github-actions bot commented Dec 1, 2023

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Lint 📖success

Terraform Validation 🤖success

Validation Output

Success! The configuration is valid.


@shoekstra shoekstra changed the title Fix aws_cloudwatch_log_group resource bug: Fix aws_cloudwatch_log_group resource Dec 1, 2023
@marwinbaumannsbp marwinbaumannsbp merged commit 348ccd6 into master Dec 5, 2023
7 checks passed
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

Successfully merging this pull request may close these issues.

4 participants