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

Fix CHANGELOG entries #33049

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changelog/30293.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:bug
resource/aws_cloudwatch_event_rule: Fix arn based partner event bus rule ID parsing error
resource/aws_cloudwatch_event_rule: Fix ARN-based partner event bus rule ID parsing error
```
2 changes: 1 addition & 1 deletion .changelog/31127.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:bug
resource/aws_wafv2_web_acl: Added `rule_group_reference_statement.rule_action_override.action_to_use.challenge` argument
resource/aws_wafv2_web_acl: Adds `rule_group_reference_statement.rule_action_override.action_to_use.challenge` argument
```
2 changes: 1 addition & 1 deletion .changelog/31757.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:bug
data/aws_ecr_repository: Correctly set `most_recent_image_tags` when only a single image is found
data-source/aws_ecr_repository: Correctly set `most_recent_image_tags` when only a single image is found
```
2 changes: 1 addition & 1 deletion .changelog/32856.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:bug
resource/aws_quicksight_analysis: raise limit for maximum allowed `visuals` blocks per sheet to 50
resource/aws_quicksight_analysis: Raise limit for maximum allowed `visuals` blocks per sheet to 50
```
6 changes: 3 additions & 3 deletions .changelog/33023.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```release-note:bug
resource/aws_quicksight_analysis: Covert `permissions` argument to set type, preventing persistent differences
resource/aws_quicksight_analysis: Convert `permissions` argument to TypeSet, preventing persistent differences
```
```release-note:bug
resource/aws_quicksight_dashboard: Covert `permissions` argument to set type, preventing persistent differences
resource/aws_quicksight_dashboard: Convert `permissions` argument to TypeSet, preventing persistent differences
```
```release-note:bug
resource/aws_quicksight_template: Covert `permissions` argument to set type, preventing persistent differences
resource/aws_quicksight_template: Convert `permissions` argument to TypeSet, preventing persistent differences
```
Loading