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

b/aws_cloudwatch_event_target: remove default value from ecs_target.propagate_tags #25233

Conversation

atsushi-ishibashi
Copy link
Contributor

Community Note

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

Closes #25231

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccEventsTarget_ecsFull\|TestAccEventsTarget_ecs_noPropagateTags' PKG=events
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/events/... -v -count 1 -parallel 20  -run=TestAccEventsTarget_ecsFull\|TestAccEventsTarget_ecs_noPropagateTags -timeout 180m
=== RUN   TestAccEventsTarget_ecsFull
=== PAUSE TestAccEventsTarget_ecsFull
=== RUN   TestAccEventsTarget_ecs_noPropagateTags
=== PAUSE TestAccEventsTarget_ecs_noPropagateTags
=== CONT  TestAccEventsTarget_ecsFull
=== CONT  TestAccEventsTarget_ecs_noPropagateTags
--- PASS: TestAccEventsTarget_ecsFull (44.67s)
--- PASS: TestAccEventsTarget_ecs_noPropagateTags (310.33s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/events	313.238s

@github-actions github-actions bot added service/events Issues and PRs that pertain to the events service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. needs-triage Waiting for first response or review from a maintainer. size/S Managed by automation to categorize the size of a PR. labels Jun 8, 2022
@atsushi-ishibashi atsushi-ishibashi changed the title remove default value from propagate_tags b/aws_cloudwatch_event_target: remove default value from ecs_target.propagate_tags Jun 8, 2022
@justinretzolk justinretzolk added bug Addresses a defect in current functionality. and removed needs-triage Waiting for first response or review from a maintainer. labels Jun 8, 2022
@ewbankkit ewbankkit added the breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. label Jun 22, 2022
@ewbankkit ewbankkit added this to the v5.0.0 milestone May 4, 2023
@ewbankkit ewbankkit changed the base branch from main to prerelease/5.x May 5, 2023 17:42
# Conflicts:
#	internal/service/events/target.go
#	internal/service/events/target_test.go
@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. size/M Managed by automation to categorize the size of a PR. and removed size/S Managed by automation to categorize the size of a PR. labels May 5, 2023
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

% make testacc TESTARGS='-run=TestAccEventsTarget_' PKG=events ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/events/... -v -count 1 -parallel 2  -run=TestAccEventsTarget_ -timeout 180m
=== RUN   TestAccEventsTarget_basic
=== PAUSE TestAccEventsTarget_basic
=== RUN   TestAccEventsTarget_disappears
=== PAUSE TestAccEventsTarget_disappears
=== RUN   TestAccEventsTarget_eventBusName
=== PAUSE TestAccEventsTarget_eventBusName
=== RUN   TestAccEventsTarget_eventBusARN
=== PAUSE TestAccEventsTarget_eventBusARN
=== RUN   TestAccEventsTarget_generatedTargetID
=== PAUSE TestAccEventsTarget_generatedTargetID
=== RUN   TestAccEventsTarget_RetryPolicy_deadLetter
=== PAUSE TestAccEventsTarget_RetryPolicy_deadLetter
=== RUN   TestAccEventsTarget_full
=== PAUSE TestAccEventsTarget_full
=== RUN   TestAccEventsTarget_ssmDocument
=== PAUSE TestAccEventsTarget_ssmDocument
=== RUN   TestAccEventsTarget_http
=== PAUSE TestAccEventsTarget_http
=== RUN   TestAccEventsTarget_http_params
=== PAUSE TestAccEventsTarget_http_params
=== RUN   TestAccEventsTarget_ecs
=== PAUSE TestAccEventsTarget_ecs
=== RUN   TestAccEventsTarget_redshift
=== PAUSE TestAccEventsTarget_redshift
=== RUN   TestAccEventsTarget_ecsWithoutLaunchType
=== PAUSE TestAccEventsTarget_ecsWithoutLaunchType
=== RUN   TestAccEventsTarget_ecsWithBlankLaunchType
=== PAUSE TestAccEventsTarget_ecsWithBlankLaunchType
=== RUN   TestAccEventsTarget_ecsWithBlankTaskCount
=== PAUSE TestAccEventsTarget_ecsWithBlankTaskCount
=== RUN   TestAccEventsTarget_ecsFull
=== PAUSE TestAccEventsTarget_ecsFull
=== RUN   TestAccEventsTarget_ecsCapacityProvider
=== PAUSE TestAccEventsTarget_ecsCapacityProvider
=== RUN   TestAccEventsTarget_ecsPlacementStrategy
=== PAUSE TestAccEventsTarget_ecsPlacementStrategy
=== RUN   TestAccEventsTarget_batch
=== PAUSE TestAccEventsTarget_batch
=== RUN   TestAccEventsTarget_kinesis
=== PAUSE TestAccEventsTarget_kinesis
=== RUN   TestAccEventsTarget_sqs
=== PAUSE TestAccEventsTarget_sqs
=== RUN   TestAccEventsTarget_Input_transformer
=== PAUSE TestAccEventsTarget_Input_transformer
=== RUN   TestAccEventsTarget_inputTransformerJSONString
=== PAUSE TestAccEventsTarget_inputTransformerJSONString
=== RUN   TestAccEventsTarget_partnerEventBus
    target_test.go:907: Environment variable EVENT_BRIDGE_PARTNER_EVENT_BUS_NAME is not set
--- SKIP: TestAccEventsTarget_partnerEventBus (0.00s)
=== RUN   TestAccEventsTarget_ecsNoPropagateTags
=== PAUSE TestAccEventsTarget_ecsNoPropagateTags
=== CONT  TestAccEventsTarget_basic
=== CONT  TestAccEventsTarget_ecsWithoutLaunchType
--- PASS: TestAccEventsTarget_basic (28.71s)
=== CONT  TestAccEventsTarget_full
--- PASS: TestAccEventsTarget_full (48.17s)
=== CONT  TestAccEventsTarget_redshift
--- PASS: TestAccEventsTarget_ecsWithoutLaunchType (301.68s)
=== CONT  TestAccEventsTarget_ecs
--- PASS: TestAccEventsTarget_redshift (230.20s)
=== CONT  TestAccEventsTarget_http_params
--- PASS: TestAccEventsTarget_ecs (31.96s)
=== CONT  TestAccEventsTarget_http
--- PASS: TestAccEventsTarget_http_params (31.05s)
=== CONT  TestAccEventsTarget_ssmDocument
--- PASS: TestAccEventsTarget_ssmDocument (19.47s)
=== CONT  TestAccEventsTarget_eventBusARN
--- PASS: TestAccEventsTarget_http (43.63s)
=== CONT  TestAccEventsTarget_RetryPolicy_deadLetter
--- PASS: TestAccEventsTarget_eventBusARN (19.56s)
=== CONT  TestAccEventsTarget_generatedTargetID
--- PASS: TestAccEventsTarget_generatedTargetID (18.30s)
=== CONT  TestAccEventsTarget_eventBusName
--- PASS: TestAccEventsTarget_eventBusName (19.96s)
=== CONT  TestAccEventsTarget_ecsFull
--- PASS: TestAccEventsTarget_RetryPolicy_deadLetter (56.24s)
=== CONT  TestAccEventsTarget_ecsPlacementStrategy
--- PASS: TestAccEventsTarget_ecsFull (33.50s)
=== CONT  TestAccEventsTarget_ecsCapacityProvider
--- PASS: TestAccEventsTarget_ecsPlacementStrategy (88.14s)
=== CONT  TestAccEventsTarget_disappears
--- PASS: TestAccEventsTarget_ecsCapacityProvider (68.94s)
=== CONT  TestAccEventsTarget_Input_transformer
--- PASS: TestAccEventsTarget_disappears (15.03s)
=== CONT  TestAccEventsTarget_ecsNoPropagateTags
--- PASS: TestAccEventsTarget_ecsNoPropagateTags (32.26s)
=== CONT  TestAccEventsTarget_inputTransformerJSONString
--- PASS: TestAccEventsTarget_Input_transformer (42.10s)
=== CONT  TestAccEventsTarget_sqs
--- PASS: TestAccEventsTarget_inputTransformerJSONString (33.69s)
=== CONT  TestAccEventsTarget_ecsWithBlankTaskCount
--- PASS: TestAccEventsTarget_ecsWithBlankTaskCount (32.51s)
=== CONT  TestAccEventsTarget_ecsWithBlankLaunchType
--- PASS: TestAccEventsTarget_sqs (47.27s)
=== CONT  TestAccEventsTarget_kinesis
--- PASS: TestAccEventsTarget_kinesis (49.30s)
=== CONT  TestAccEventsTarget_batch
--- PASS: TestAccEventsTarget_batch (110.29s)
--- PASS: TestAccEventsTarget_ecsWithBlankLaunchType (283.00s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/events	892.826s

@ewbankkit
Copy link
Contributor

@atsushi-ishibashi Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 81d6986 into hashicorp:prerelease/5.x May 5, 2023
45 checks passed
@github-actions
Copy link

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

@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 Jun 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. bug Addresses a defect in current functionality. documentation Introduces or discusses updates to documentation. service/events Issues and PRs that pertain to the events service. size/M Managed by automation to categorize the size of a PR. 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.

r/aws_cloudwatch_event_target: ecs_target.propagate_tags has default value
3 participants