Skip to content

Conversation

nightspotlight
Copy link
Contributor

Description

Fixed null value outputs for stage access logs CloudWatch log group

Motivation and Context

Fixing broken output values; the change is made in accordance with the resource relocation:

moved {
from = aws_cloudwatch_log_group.this[0]
to = aws_cloudwatch_log_group.this["this"]
}

Breaking Changes

None

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@nightspotlight nightspotlight changed the title fix: stage_access_logs_cloudwatch_log_group outputs fix: Update stage_access_logs_cloudwatch_log_group outputs Sep 3, 2025
@antonbabenko antonbabenko merged commit 3fe488d into terraform-aws-modules:master Sep 3, 2025
8 of 9 checks passed
antonbabenko pushed a commit that referenced this pull request Sep 3, 2025
## [5.3.1](v5.3.0...v5.3.1) (2025-09-03)

### Bug Fixes

* Update stage_access_logs_cloudwatch_log_group outputs ([#138](#138)) ([3fe488d](3fe488d))
@antonbabenko
Copy link
Member

This PR is included in version 5.3.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants