Skip to content

fix: replace deprecated log_group.name with id #1228

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chinnayyachintha
Copy link

Description

Replaced deprecated usage of log_group.name with log_group.id in vpc-flow-logs.tf to comply with the latest AWS provider recommendations.

Motivation and Context

This change resolves a deprecation warning from the AWS provider related to the name attribute in CloudWatch Log Group ARNs. It improves compatibility with newer provider versions and ensures future stability.

Breaking Changes

No breaking changes. This update is backward-compatible, as log_group.id returns the same ARN-friendly value as name.

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