-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
remove :* suffix on cloudwatchlog group datasource #22043
remove :* suffix on cloudwatchlog group datasource #22043
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @maquessime 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
Hi @maquessime , thank you for this PR! I'll be reviewing and updating this PR if needed to get it into our major release, though the code change itself LGTM 👍 |
f11a25b
to
b52b7b5
Compare
b52b7b5
to
ace9bb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @maquessime 🚀 !
Output of acceptance tests:
--- FAIL: TestAccCloudWatchLogsGroup_tagging (92.14s) -- related to empty tags issue https://github.com/hashicorp/terraform-provider-aws/issues/20371
--- PASS: TestAccCloudWatchLogsGroupDataSource_basic (56.88s)
--- PASS: TestAccCloudWatchLogsGroupDataSource_kms (60.96s)
--- PASS: TestAccCloudWatchLogsGroupDataSource_retention (57.11s)
--- PASS: TestAccCloudWatchLogsGroupDataSource_tags (56.44s)
--- PASS: TestAccCloudWatchLogsGroup_NamePrefix_retention (75.10s)
--- PASS: TestAccCloudWatchLogsGroup_basic (63.20s)
--- PASS: TestAccCloudWatchLogsGroup_disappears (52.01s)
--- PASS: TestAccCloudWatchLogsGroup_generatedName (62.76s)
--- PASS: TestAccCloudWatchLogsGroup_kmsKey (80.69s)
--- PASS: TestAccCloudWatchLogsGroup_multiple (61.82s)
--- PASS: TestAccCloudWatchLogsGroup_namePrefix (62.97s)
--- PASS: TestAccCloudWatchLogsGroup_retentionPolicy (76.66s)
--- PASS: TestAccCloudWatchLogsGroupsDataSource_basic (55.66s)
cool thanks @anGie44 |
* version 4 upgrade guide WIP * Remove `aws_vpn_connection` sections. The implementation does not set `Default` values on attributes and is backwards compatible. * add instructions for breaking change introduced in #19198 * add instructions for breaking change introduced in #22043 * add instructions for breaking change introduced in #21771 * add instructions for breaking change introduced in #22253 Co-authored-by: Kit Ewbank <[email protected]>
This functionality has been released in v4.0.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Closes #15073.
To match what we have on the resource create/read in
terraform-provider-aws/internal/service/cloudwatchlogs/group.go
Line 142 in 187f165
Potential breaking change since we don't know what string manipulation clients do on their end :/
I'll add acctest output and changelog if that makes since to merge this PR.
Potential refactor : reuse what we do after
terraform-provider-aws/internal/service/cloudwatchlogs/group.go
Line 131 in 187f165
Community Note