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

CloudWatch Logs: Use TagResource API #28359

Merged
merged 10 commits into from
Dec 14, 2022
Merged

CloudWatch Logs: Use TagResource API #28359

merged 10 commits into from
Dec 14, 2022

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Dec 14, 2022

Description

Use TagResource vs. TagLogGroup.
aws_cloudwatch_log_destinations can now be tagged.

Relations

Closes #28322.

Output from Acceptance Testing

% make testacc TESTARGS='-run=TestAccLogsGroupDataSource_\|TestAccLogsGroup_' PKG=logs ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/logs/... -v -count 1 -parallel 3  -run=TestAccLogsGroupDataSource_\|TestAccLogsGroup_ -timeout 180m
=== RUN   TestAccLogsGroupDataSource_basic
=== PAUSE TestAccLogsGroupDataSource_basic
=== RUN   TestAccLogsGroup_basic
=== PAUSE TestAccLogsGroup_basic
=== RUN   TestAccLogsGroup_nameGenerate
=== PAUSE TestAccLogsGroup_nameGenerate
=== RUN   TestAccLogsGroup_namePrefix
=== PAUSE TestAccLogsGroup_namePrefix
=== RUN   TestAccLogsGroup_disappears
=== PAUSE TestAccLogsGroup_disappears
=== RUN   TestAccLogsGroup_tags
=== PAUSE TestAccLogsGroup_tags
=== RUN   TestAccLogsGroup_kmsKey
=== PAUSE TestAccLogsGroup_kmsKey
=== RUN   TestAccLogsGroup_retentionPolicy
=== PAUSE TestAccLogsGroup_retentionPolicy
=== RUN   TestAccLogsGroup_multiple
=== PAUSE TestAccLogsGroup_multiple
=== RUN   TestAccLogsGroup_skipDestroy
=== PAUSE TestAccLogsGroup_skipDestroy
=== CONT  TestAccLogsGroupDataSource_basic
=== CONT  TestAccLogsGroup_tags
=== CONT  TestAccLogsGroup_multiple
--- PASS: TestAccLogsGroup_multiple (19.85s)
=== CONT  TestAccLogsGroup_retentionPolicy
--- PASS: TestAccLogsGroupDataSource_basic (20.12s)
=== CONT  TestAccLogsGroup_skipDestroy
--- PASS: TestAccLogsGroup_skipDestroy (18.42s)
=== CONT  TestAccLogsGroup_kmsKey
--- PASS: TestAccLogsGroup_tags (53.39s)
=== CONT  TestAccLogsGroup_namePrefix
--- PASS: TestAccLogsGroup_retentionPolicy (37.72s)
=== CONT  TestAccLogsGroup_disappears
--- PASS: TestAccLogsGroup_disappears (17.84s)
=== CONT  TestAccLogsGroup_nameGenerate
--- PASS: TestAccLogsGroup_namePrefix (23.77s)
=== CONT  TestAccLogsGroup_basic
--- PASS: TestAccLogsGroup_nameGenerate (23.23s)
--- PASS: TestAccLogsGroup_basic (22.58s)
--- PASS: TestAccLogsGroup_kmsKey (62.83s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/logs	109.193s
% make testacc TESTARGS='-run=TestAccLogsDestination_' PKG=logs ACCTEST_PARALLELISM=3      
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/logs/... -v -count 1 -parallel 3  -run=TestAccLogsDestination_ -timeout 180m
=== RUN   TestAccLogsDestination_basic
=== PAUSE TestAccLogsDestination_basic
=== RUN   TestAccLogsDestination_disappears
=== PAUSE TestAccLogsDestination_disappears
=== RUN   TestAccLogsDestination_tags
=== PAUSE TestAccLogsDestination_tags
=== RUN   TestAccLogsDestination_update
=== PAUSE TestAccLogsDestination_update
=== CONT  TestAccLogsDestination_basic
=== CONT  TestAccLogsDestination_tags
=== CONT  TestAccLogsDestination_update
--- PASS: TestAccLogsDestination_basic (63.26s)
=== CONT  TestAccLogsDestination_disappears
--- PASS: TestAccLogsDestination_tags (88.72s)
--- PASS: TestAccLogsDestination_update (114.58s)
--- PASS: TestAccLogsDestination_disappears (56.37s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/logs	124.706s

@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. generators Relates to code generators. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. service/logs Issues and PRs that pertain to the logs service. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Dec 14, 2022
@ewbankkit ewbankkit merged commit 106f46e into main Dec 14, 2022
@ewbankkit ewbankkit deleted the td-logs-tagging branch December 14, 2022 20:05
@github-actions github-actions bot added this to the v4.47.0 milestone Dec 14, 2022
github-actions bot pushed a commit that referenced this pull request Dec 14, 2022
@github-actions
Copy link

This functionality has been released in v4.47.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!

@github-actions
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. generators Relates to code generators. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. service/logs Issues and PRs that pertain to the logs service. size/XL Managed by automation to categorize the size of a PR. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Use Correct API's for CloudWatch Logs Tagging
1 participant