Skip to content

Conversation

@ben-vaughan-nttd
Copy link

  • Added new github workflows.
  • Added output for KMS key ID in outputs.tf.
  • Updated TestLogGroup in test_impl.go to include KMS key ID validation.
  • Implemented retry logic for DescribeLogGroups to handle eventual consistency.
  • Modified GetAWSConfig to accept region as a parameter and extract it from ARN.
  • Updated required Terraform version in versions.tf to allow for minor updates.

- Added new github workflows.
- Added output for KMS key ID in outputs.tf.
- Updated TestLogGroup in test_impl.go to include KMS key ID validation.
- Implemented retry logic for DescribeLogGroups to handle eventual consistency.
- Modified GetAWSConfig to accept region as a parameter and extract it from ARN.
- Updated required Terraform version in versions.tf to allow for minor updates.
@ben-vaughan-nttd ben-vaughan-nttd requested a review from a team as a code owner November 24, 2025 22:49
@github-actions
Copy link

Caution

Auto-labeling failed, likely due to a misconfiguration in the .github/release-drafter.yml file on the default branch.

The auto-labeler workflow was allowed to complete successfully because you have a configuration change to .github/release-drafter.yml in this pull request. This does not guarantee your changes are valid.

Please manually apply the appropriate label (patch, minor, major) to this pull request.


}

resource "aws_kms_key_policy" "cloudwatch_logs" {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# regal ignore:FG_R00068
source = "../.."

name = var.name

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use resource naming module for creation of name of the resource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants