-
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
ConnectionProperties should be optional to create glue connection #19375
ConnectionProperties should be optional to create glue connection #19375
Conversation
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 @no-brand 👋
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 CONTRIBUTING 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! 😃
ConnectionProperties is key-value pairs, and it's not mandatory field.
dc1f42d
to
f921a0c
Compare
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
--- PASS: TestAccAWSGlueConnection_disappears (29.69s)
--- PASS: TestAccAWSGlueConnection_Kafka (39.85s)
--- PASS: TestAccAWSGlueConnection_MongoDB (41.00s)
--- PASS: TestAccAWSGlueConnection_basic (44.37s)
--- PASS: TestAccAWSGlueConnection_Description (64.12s)
--- PASS: TestAccAWSGlueConnection_Network (81.38s)
--- PASS: TestAccAWSGlueConnection_MatchCriteria (99.45s)
--- PASS: TestAccAWSGlueConnection_PhysicalConnectionRequirements (609.25s)
e53b342
to
eb557c4
Compare
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSGlueConnection_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSGlueConnection_ -timeout 180m
=== RUN TestAccAWSGlueConnection_basic
=== PAUSE TestAccAWSGlueConnection_basic
=== RUN TestAccAWSGlueConnection_MongoDB
=== PAUSE TestAccAWSGlueConnection_MongoDB
=== RUN TestAccAWSGlueConnection_Kafka
=== PAUSE TestAccAWSGlueConnection_Kafka
=== RUN TestAccAWSGlueConnection_Network
=== PAUSE TestAccAWSGlueConnection_Network
=== RUN TestAccAWSGlueConnection_Description
=== PAUSE TestAccAWSGlueConnection_Description
=== RUN TestAccAWSGlueConnection_MatchCriteria
=== PAUSE TestAccAWSGlueConnection_MatchCriteria
=== RUN TestAccAWSGlueConnection_PhysicalConnectionRequirements
=== PAUSE TestAccAWSGlueConnection_PhysicalConnectionRequirements
=== RUN TestAccAWSGlueConnection_disappears
=== PAUSE TestAccAWSGlueConnection_disappears
=== CONT TestAccAWSGlueConnection_basic
=== CONT TestAccAWSGlueConnection_PhysicalConnectionRequirements
=== CONT TestAccAWSGlueConnection_Description
=== CONT TestAccAWSGlueConnection_MatchCriteria
=== CONT TestAccAWSGlueConnection_disappears
=== CONT TestAccAWSGlueConnection_Network
=== CONT TestAccAWSGlueConnection_MongoDB
=== CONT TestAccAWSGlueConnection_Kafka
--- PASS: TestAccAWSGlueConnection_disappears (16.52s)
--- PASS: TestAccAWSGlueConnection_MongoDB (22.44s)
--- PASS: TestAccAWSGlueConnection_Kafka (22.44s)
--- PASS: TestAccAWSGlueConnection_basic (22.47s)
--- PASS: TestAccAWSGlueConnection_Description (32.11s)
--- PASS: TestAccAWSGlueConnection_Network (33.33s)
--- PASS: TestAccAWSGlueConnection_MatchCriteria (40.45s)
--- PASS: TestAccAWSGlueConnection_PhysicalConnectionRequirements (686.30s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 689.804s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSGlueConnection_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSGlueConnection_ -timeout 180m
=== RUN TestAccAWSGlueConnection_basic
=== PAUSE TestAccAWSGlueConnection_basic
=== RUN TestAccAWSGlueConnection_MongoDB
=== PAUSE TestAccAWSGlueConnection_MongoDB
=== RUN TestAccAWSGlueConnection_Kafka
=== PAUSE TestAccAWSGlueConnection_Kafka
=== RUN TestAccAWSGlueConnection_Network
=== PAUSE TestAccAWSGlueConnection_Network
=== RUN TestAccAWSGlueConnection_Description
=== PAUSE TestAccAWSGlueConnection_Description
=== RUN TestAccAWSGlueConnection_MatchCriteria
=== PAUSE TestAccAWSGlueConnection_MatchCriteria
=== RUN TestAccAWSGlueConnection_PhysicalConnectionRequirements
=== PAUSE TestAccAWSGlueConnection_PhysicalConnectionRequirements
=== RUN TestAccAWSGlueConnection_disappears
=== PAUSE TestAccAWSGlueConnection_disappears
=== CONT TestAccAWSGlueConnection_basic
=== CONT TestAccAWSGlueConnection_MatchCriteria
=== CONT TestAccAWSGlueConnection_PhysicalConnectionRequirements
=== CONT TestAccAWSGlueConnection_Network
=== CONT TestAccAWSGlueConnection_Description
=== CONT TestAccAWSGlueConnection_disappears
=== CONT TestAccAWSGlueConnection_Kafka
=== CONT TestAccAWSGlueConnection_MongoDB
--- PASS: TestAccAWSGlueConnection_disappears (18.54s)
--- PASS: TestAccAWSGlueConnection_basic (22.62s)
--- PASS: TestAccAWSGlueConnection_MongoDB (24.54s)
--- PASS: TestAccAWSGlueConnection_Kafka (24.59s)
--- PASS: TestAccAWSGlueConnection_Description (36.40s)
--- PASS: TestAccAWSGlueConnection_Network (36.47s)
--- PASS: TestAccAWSGlueConnection_MatchCriteria (47.87s)
--- PASS: TestAccAWSGlueConnection_PhysicalConnectionRequirements (687.70s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 693.317s
This has been released in version 3.43.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! |
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. |
Community Note
Closes #19374
Release note for CHANGELOG:
Output from acceptance testing: