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

New Resource: aws_amplify_webhook #11939

Merged
merged 6 commits into from
Jun 2, 2021
Merged

Conversation

k24d
Copy link
Contributor

@k24d k24d commented Feb 6, 2020

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

Relates #6917

AWS Amplify service client has been merged by #9874.
Before merging this PR, #11938 must be merged. After then, I'll run git rebase for this branch.

Release note for CHANGELOG:

New Resource: aws_amplify_webhook

Output from acceptance testing:

$ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplifyWebhook'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplifyWebhook -timeout 120m
=== RUN   TestAccAWSAmplifyWebhook_basic
=== PAUSE TestAccAWSAmplifyWebhook_basic
=== CONT  TestAccAWSAmplifyWebhook_basic
--- PASS: TestAccAWSAmplifyWebhook_basic (101.79s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	103.448s

@k24d k24d requested a review from a team February 6, 2020 16:35
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. size/XXL Managed by automation to categorize the size of a PR. provider Pertains to the provider itself, rather than any interaction with AWS. service/amplify Issues and PRs that pertain to the amplify service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. documentation Introduces or discusses updates to documentation. labels Feb 6, 2020
@teamterraform

This comment has been minimized.

Base automatically changed from master to main January 23, 2021 00:57
@breathingdust breathingdust requested a review from a team as a code owner January 23, 2021 00:57
@ghost ghost added size/XL Managed by automation to categorize the size of a PR. and removed size/XXL Managed by automation to categorize the size of a PR. labels Jun 2, 2021
@ewbankkit ewbankkit removed the needs-triage Waiting for first response or review from a maintainer. label Jun 2, 2021
@ewbankkit ewbankkit changed the title [WIP] New Resource: aws_amplify_webhook New Resource: aws_amplify_webhook Jun 2, 2021
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 🚀.

Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/Webhook'    
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/Webhook -timeout 180m
=== RUN   TestAccAWSAmplify_serial
=== RUN   TestAccAWSAmplify_serial/Webhook
=== RUN   TestAccAWSAmplify_serial/Webhook/basic
=== PAUSE TestAccAWSAmplify_serial/Webhook/basic
=== RUN   TestAccAWSAmplify_serial/Webhook/disappears
=== PAUSE TestAccAWSAmplify_serial/Webhook/disappears
=== RUN   TestAccAWSAmplify_serial/Webhook/update
=== PAUSE TestAccAWSAmplify_serial/Webhook/update
=== CONT  TestAccAWSAmplify_serial/Webhook/basic
=== CONT  TestAccAWSAmplify_serial/Webhook/update
=== CONT  TestAccAWSAmplify_serial/Webhook/disappears
--- PASS: TestAccAWSAmplify_serial (31.10s)
    --- PASS: TestAccAWSAmplify_serial/Webhook (0.00s)
        --- PASS: TestAccAWSAmplify_serial/Webhook/disappears (19.17s)
        --- PASS: TestAccAWSAmplify_serial/Webhook/basic (21.08s)
        --- PASS: TestAccAWSAmplify_serial/Webhook/update (31.10s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	34.486s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/Webhook'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/Webhook -timeout 180m
=== RUN   TestAccAWSAmplify_serial
=== RUN   TestAccAWSAmplify_serial/Webhook
=== RUN   TestAccAWSAmplify_serial/Webhook/basic
=== PAUSE TestAccAWSAmplify_serial/Webhook/basic
=== RUN   TestAccAWSAmplify_serial/Webhook/disappears
=== PAUSE TestAccAWSAmplify_serial/Webhook/disappears
=== RUN   TestAccAWSAmplify_serial/Webhook/update
=== PAUSE TestAccAWSAmplify_serial/Webhook/update
=== CONT  TestAccAWSAmplify_serial/Webhook/basic
=== CONT  TestAccAWSAmplify_serial/Webhook/update
=== CONT  TestAccAWSAmplify_serial/Webhook/disappears
=== CONT  TestAccAWSAmplify_serial/Webhook/basic
    resource_aws_amplify_app_test.go:681: AWS Amplify is not supported in GovCloud partition
=== CONT  TestAccAWSAmplify_serial/Webhook/disappears
    resource_aws_amplify_app_test.go:681: AWS Amplify is not supported in GovCloud partition
=== CONT  TestAccAWSAmplify_serial/Webhook/update
    resource_aws_amplify_app_test.go:681: AWS Amplify is not supported in GovCloud partition
--- PASS: TestAccAWSAmplify_serial (1.33s)
    --- PASS: TestAccAWSAmplify_serial/Webhook (0.00s)
        --- SKIP: TestAccAWSAmplify_serial/Webhook/basic (1.33s)
        --- SKIP: TestAccAWSAmplify_serial/Webhook/disappears (1.33s)
        --- SKIP: TestAccAWSAmplify_serial/Webhook/update (1.33s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	4.401s

@ewbankkit ewbankkit merged commit d6c8885 into hashicorp:main Jun 2, 2021
@github-actions github-actions bot added this to the v3.44.0 milestone Jun 2, 2021
@ghost
Copy link

ghost commented Jun 3, 2021

This has been released in version 3.44.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 for triage. Thanks!

@github-actions
Copy link

github-actions bot commented Jul 4, 2021

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 Jul 4, 2021
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. provider Pertains to the provider itself, rather than any interaction with AWS. service/amplify Issues and PRs that pertain to the amplify service. size/XL 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.

None yet

3 participants