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

r/cloudwatch_event_target - http_target.path_parameter_values preserve order + validations #22946

Merged
merged 2 commits into from
Feb 4, 2022

Conversation

DrFaust92
Copy link
Collaborator

@DrFaust92 DrFaust92 commented Feb 4, 2022

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 #22929

Output from acceptance testing:

$ make testacc TESTS=TestAccEventsTarget_ PKG=events

--- PASS: TestAccEventsTarget_disappears (51.58s)
--- PASS: TestAccEventsTarget_ssmDocument (57.99s)
--- PASS: TestAccEventsTarget_generatedTargetID (58.12s)
--- PASS: TestAccEventsTarget_eventBusARN (58.92s)
--- PASS: TestAccEventsTarget_http (66.10s)
--- PASS: TestAccEventsTarget_inputTransformerJSONString (72.13s)
--- PASS: TestAccEventsTarget_ecsWithBlankTaskCount (73.99s)
--- PASS: TestAccEventsTarget_ecsFull (74.37s)
--- PASS: TestAccEventsTarget_kinesis (86.51s)
--- PASS: TestAccEventsTarget_full (87.84s)
--- PASS: TestAccEventsTarget_Input_transformer (88.13s)
--- PASS: TestAccEventsTarget_RetryPolicy_deadLetter (98.43s)
--- PASS: TestAccEventsTarget_sqs (100.55s)
--- PASS: TestAccEventsTarget_eventBusName (108.29s)
--- PASS: TestAccEventsTarget_basic (125.35s)
--- PASS: TestAccEventsTarget_batch (166.17s)
--- PASS: TestAccEventsTarget_ecsWithoutLaunchType (171.63s)
--- PASS: TestAccEventsTarget_ecsWithBlankLaunchType (172.59s)
--- PASS: TestAccEventsTarget_redshift (239.37s)
--- PASS: TestAccEventsTarget_ecs (309.72s)

@DrFaust92 DrFaust92 changed the title r/cloudwatch_event_target - http_target. path_parameter_values preserve order r/cloudwatch_event_target - http_target.path_parameter_values preserve order + validations Feb 4, 2022
@github-actions github-actions bot added service/events Issues and PRs that pertain to the events service. size/M Managed by automation to categorize the size of a PR. labels Feb 4, 2022
@DrFaust92 DrFaust92 added bug Addresses a defect in current functionality. enhancement Requests to existing resources that expand the functionality or scope. labels Feb 4, 2022
@DrFaust92 DrFaust92 marked this pull request as ready for review February 4, 2022 15:00
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 TESTS=TestAccEventsTarget_ PKG=events
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/events/... -v -count 1 -parallel 20 -run='TestAccEventsTarget_'  -timeout 180m
=== RUN   TestAccEventsTarget_basic
=== PAUSE TestAccEventsTarget_basic
=== 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_disappears
=== PAUSE TestAccEventsTarget_disappears
=== RUN   TestAccEventsTarget_ssmDocument
=== PAUSE TestAccEventsTarget_ssmDocument
=== RUN   TestAccEventsTarget_http
=== PAUSE TestAccEventsTarget_http
=== 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_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:796: Environment variable EVENT_BRIDGE_PARTNER_EVENT_BUS_NAME is not set
--- SKIP: TestAccEventsTarget_partnerEventBus (0.00s)
=== CONT  TestAccEventsTarget_basic
=== CONT  TestAccEventsTarget_sqs
=== CONT  TestAccEventsTarget_RetryPolicy_deadLetter
=== CONT  TestAccEventsTarget_ecs
=== CONT  TestAccEventsTarget_kinesis
=== CONT  TestAccEventsTarget_batch
=== CONT  TestAccEventsTarget_ecsFull
=== CONT  TestAccEventsTarget_ecsWithBlankTaskCount
=== CONT  TestAccEventsTarget_ecsWithBlankLaunchType
=== CONT  TestAccEventsTarget_ecsWithoutLaunchType
=== CONT  TestAccEventsTarget_full
=== CONT  TestAccEventsTarget_http
=== CONT  TestAccEventsTarget_ssmDocument
=== CONT  TestAccEventsTarget_redshift
=== CONT  TestAccEventsTarget_disappears
=== CONT  TestAccEventsTarget_generatedTargetID
=== CONT  TestAccEventsTarget_eventBusARN
=== CONT  TestAccEventsTarget_inputTransformerJSONString
=== CONT  TestAccEventsTarget_Input_transformer
=== CONT  TestAccEventsTarget_eventBusName
--- PASS: TestAccEventsTarget_disappears (33.49s)
--- PASS: TestAccEventsTarget_generatedTargetID (42.02s)
--- PASS: TestAccEventsTarget_ssmDocument (42.31s)
--- PASS: TestAccEventsTarget_eventBusARN (45.68s)
--- PASS: TestAccEventsTarget_http (45.88s)
--- PASS: TestAccEventsTarget_inputTransformerJSONString (57.04s)
--- PASS: TestAccEventsTarget_ecsFull (58.19s)
--- PASS: TestAccEventsTarget_ecs (58.25s)
--- PASS: TestAccEventsTarget_eventBusName (69.04s)
--- PASS: TestAccEventsTarget_Input_transformer (69.82s)
--- PASS: TestAccEventsTarget_kinesis (76.05s)
--- PASS: TestAccEventsTarget_sqs (76.07s)
--- PASS: TestAccEventsTarget_full (76.16s)
--- PASS: TestAccEventsTarget_RetryPolicy_deadLetter (76.64s)
--- PASS: TestAccEventsTarget_basic (80.65s)
--- PASS: TestAccEventsTarget_ecsWithBlankLaunchType (107.98s)
--- PASS: TestAccEventsTarget_ecsWithoutLaunchType (111.46s)
--- PASS: TestAccEventsTarget_redshift (224.34s)
--- PASS: TestAccEventsTarget_batch (230.06s)
--- PASS: TestAccEventsTarget_ecsWithBlankTaskCount (293.41s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/events	297.149s

@ewbankkit
Copy link
Contributor

@DrFaust92 Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 8500b6b into hashicorp:main Feb 4, 2022
@github-actions github-actions bot added this to the v4.0.0 milestone Feb 4, 2022
@DrFaust92 DrFaust92 deleted the events_list branch February 4, 2022 16:39
@jvisker
Copy link

jvisker commented Feb 4, 2022

Thanks @DrFaust92

@github-actions
Copy link

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!

@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 May 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. enhancement Requests to existing resources that expand the functionality or scope. service/events Issues and PRs that pertain to the events service. size/M Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

r/aws_cloudwatch_event_target - http_target path_parameter_values are treated as a set and not a list
3 participants