resource/aws_flow_log: Automatically trim :* suffix from log_destination argument #6377
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
aws_cloudwatch_log_group
arn
attribute references will automatically contain:*
due to the CloudWatch Logs API implementation. This resource will accept that attribute as-is, however it will report access denied issues (presumably because the log group name now incorrectly contains the:*
suffix.While we may in the future trim that attribute in the
aws_cloudwatch_log_group
resource in a major release, this provides a quick band aid for issues when using it with this resource.Fixes #6360
Fixes #6373
Changes:
:*
suffix fromlog_destination
argumentresource.ParallelTest()
Output from acceptance testing: