-
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
Use gRPC matcher with gRPC protocol #17534
Conversation
Remove comment fix terrafmt errors
@breathingdust Any chance this PR can jump up and replace my PR in the queue? |
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 🎉
GovCloud:
--- PASS: TestAccAWSLBTargetGroup_BackwardsCompatibility (34.60s)
--- PASS: TestAccAWSLBTargetGroup_basic (34.32s)
--- PASS: TestAccAWSLBTargetGroup_basicUdp (31.28s)
--- PASS: TestAccAWSLBTargetGroup_changeNameForceNew (62.47s)
--- PASS: TestAccAWSLBTargetGroup_changePortForceNew (79.17s)
--- PASS: TestAccAWSLBTargetGroup_changeProtocolForceNew (64.07s)
--- PASS: TestAccAWSLBTargetGroup_changeVpcForceNew (79.86s)
--- PASS: TestAccAWSLBTargetGroup_defaults_application (34.56s)
--- PASS: TestAccAWSLBTargetGroup_defaults_network (45.51s)
--- PASS: TestAccAWSLBTargetGroup_enableHealthCheck (38.48s)
--- PASS: TestAccAWSLBTargetGroup_generatedName (31.31s)
--- PASS: TestAccAWSLBTargetGroup_namePrefix (32.58s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroup (97.10s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroupWithProxy (81.77s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Tcp_HealthCheck_Protocol (60.88s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Tls (29.19s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion (35.52s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion_GRPC_HealthCheck (33.70s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion_HTTP_GRPC_Update (57.47s)
--- PASS: TestAccAWSLBTargetGroup_stickinessDefaultALB (34.71s)
--- PASS: TestAccAWSLBTargetGroup_stickinessDefaultNLB (103.03s)
--- PASS: TestAccAWSLBTargetGroup_stickinessInvalidALB (66.25s)
--- PASS: TestAccAWSLBTargetGroup_stickinessInvalidNLB (41.01s)
--- PASS: TestAccAWSLBTargetGroup_stickinessValidALB (74.99s)
--- PASS: TestAccAWSLBTargetGroup_stickinessValidNLB (146.67s)
--- PASS: TestAccAWSLBTargetGroup_tags (94.94s)
--- PASS: TestAccAWSLBTargetGroup_TCP_HTTPHealthCheck (63.94s)
--- PASS: TestAccAWSLBTargetGroup_updateHealthCheck (84.43s)
--- PASS: TestAccAWSLBTargetGroup_updateSticknessEnabled (101.20s)
--- PASS: TestAccAWSLBTargetGroup_withoutHealthcheck (18.73s)
--- SKIP: TestAccAWSLBTargetGroup_Protocol_Geneve (0.34s)
…r-aws into main * 'main' of https://github.com/hashicorp/terraform-provider-aws: (599 commits) Adds CHANGELOG Updates acceptance tests and documentation Update CHANGELOG.md for hashicorp#17650 Removes redundant error check Update CHANGELOG.md for hashicorp#17645 resource/aws_lb_listener_certificate: Prevent resource ID parsing error with IAM Server Certificate names containing underscores (hashicorp#17645) resource/aws_instance: Apply attribute waiter logic to iam_instance_profile attribute (hashicorp#17414) Update CHANGELOG.md for hashicorp#17534 Adds multi-error handling to ElastiCache Cluster sweeper Excludes Clusters in Replication Groups from sweeper Adds check for deleting only member of replication group and does not retry Update CHANGELOG.md for hashicorp#17204 Update docs for cloudfront_distribution resource fix(aws_ses_reciept_rule): include period in name validation regex Add CHANGELOG entry. r/aws_dx_gateway_association: Fix 'TestAccAwsDxGatewayAssociation_multiVpnGatewaysSingleAccount'. r/aws_ec2_transit_gateway: Increase deletion IncorrectState retry to 5 minutes. Update CHANGELOG.md after release fix if evaluation r/aws_dx_gateway_association: Modernize acceptance tests. ...
* main: (599 commits) Adds CHANGELOG Updates acceptance tests and documentation Update CHANGELOG.md for hashicorp#17650 Removes redundant error check Update CHANGELOG.md for hashicorp#17645 resource/aws_lb_listener_certificate: Prevent resource ID parsing error with IAM Server Certificate names containing underscores (hashicorp#17645) resource/aws_instance: Apply attribute waiter logic to iam_instance_profile attribute (hashicorp#17414) Update CHANGELOG.md for hashicorp#17534 Adds multi-error handling to ElastiCache Cluster sweeper Excludes Clusters in Replication Groups from sweeper Adds check for deleting only member of replication group and does not retry Update CHANGELOG.md for hashicorp#17204 Update docs for cloudfront_distribution resource fix(aws_ses_reciept_rule): include period in name validation regex Add CHANGELOG entry. r/aws_dx_gateway_association: Fix 'TestAccAwsDxGatewayAssociation_multiVpnGatewaysSingleAccount'. r/aws_ec2_transit_gateway: Increase deletion IncorrectState retry to 5 minutes. Update CHANGELOG.md after release fix if evaluation r/aws_dx_gateway_association: Modernize acceptance tests. ...
This has been released in version 3.29.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Output from acceptance testing: