-
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
Add event_bridge_config
argument to support AppSync EventBridge data sources
#30042
Conversation
Community NoteVoting for Prioritization
For Submitters
|
event_bridge_config
argument to support AppSync EventBridge data sourcesevent_bridge_config
argument to support AppSync EventBridge data sources
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 @nolotz 👋
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 CONTRIBUTOR 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! 😃
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.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccAppSync_serial/DataSource' PKG=appsync
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appsync/... -v -count 1 -parallel 20 -run=TestAccAppSync_serial/DataSource -timeout 180m
=== RUN TestAccAppSync_serial
=== PAUSE TestAccAppSync_serial
=== CONT TestAccAppSync_serial
=== RUN TestAccAppSync_serial/DataSource
=== RUN TestAccAppSync_serial/DataSource/Type_http
=== RUN TestAccAppSync_serial/DataSource/Type_lambda
=== RUN TestAccAppSync_serial/DataSource/Type_eventBridge
=== RUN TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials
=== RUN TestAccAppSync_serial/DataSource/HTTP_endpoint
=== RUN TestAccAppSync_serial/DataSource/Type_dynamoDB
=== RUN TestAccAppSync_serial/DataSource/description
=== RUN TestAccAppSync_serial/DataSource/DynamoDB_region
=== RUN TestAccAppSync_serial/DataSource/basic
=== RUN TestAccAppSync_serial/DataSource/Type_rdbms
=== RUN TestAccAppSync_serial/DataSource/Type_none
=== RUN TestAccAppSync_serial/DataSource/Type_rdbms_options
=== RUN TestAccAppSync_serial/DataSource/type
=== RUN TestAccAppSync_serial/DataSource/Type_http_auth
--- PASS: TestAccAppSync_serial (941.15s)
--- PASS: TestAccAppSync_serial/DataSource (941.15s)
--- PASS: TestAccAppSync_serial/DataSource/Type_http (25.41s)
--- PASS: TestAccAppSync_serial/DataSource/Type_lambda (44.99s)
--- PASS: TestAccAppSync_serial/DataSource/Type_eventBridge (24.17s)
--- PASS: TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials (46.94s)
--- PASS: TestAccAppSync_serial/DataSource/HTTP_endpoint (38.67s)
--- PASS: TestAccAppSync_serial/DataSource/Type_dynamoDB (31.95s)
--- PASS: TestAccAppSync_serial/DataSource/description (37.28s)
--- PASS: TestAccAppSync_serial/DataSource/DynamoDB_region (43.70s)
--- PASS: TestAccAppSync_serial/DataSource/basic (21.78s)
--- PASS: TestAccAppSync_serial/DataSource/Type_rdbms (320.38s)
--- PASS: TestAccAppSync_serial/DataSource/Type_none (17.39s)
--- PASS: TestAccAppSync_serial/DataSource/Type_rdbms_options (246.09s)
--- PASS: TestAccAppSync_serial/DataSource/type (25.90s)
--- PASS: TestAccAppSync_serial/DataSource/Type_http_auth (16.51s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appsync 950.148s
@nolotz Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.59.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. |
Hi there,
this pull request adds a new argument, event_bridge_config, to the aws_appsync_datasource resource.
Changes
Resolves #29625
Please let me know if you have any questions or require any changes to this pull request.
I look forward to your review and feedback.