-
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
r/aws_ec2_instance/spot_instance_request: add configurable read
timeout
#35955
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue\|TestAccEC2Instance_basic\|TestAccEC2Instance_GetPasswordData_falseToTrue\|TestAccEC2Instance_disappears\|TestAccEC2SpotInstanceRequest_basic\|TestAccEC2SpotInstanceRequest_getPasswordData' PKG=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue\|TestAccEC2Instance_basic\|TestAccEC2Instance_GetPasswordData_falseToTrue\|TestAccEC2Instance_disappears\|TestAccEC2SpotInstanceRequest_basic\|TestAccEC2SpotInstanceRequest_getPasswordData -timeout 360m
=== RUN TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue
=== PAUSE TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue
=== RUN TestAccEC2Instance_basic
=== PAUSE TestAccEC2Instance_basic
=== RUN TestAccEC2Instance_disappears
=== PAUSE TestAccEC2Instance_disappears
=== RUN TestAccEC2Instance_GetPasswordData_falseToTrue
=== PAUSE TestAccEC2Instance_GetPasswordData_falseToTrue
=== RUN TestAccEC2Instance_basicWithSpot
=== PAUSE TestAccEC2Instance_basicWithSpot
=== RUN TestAccEC2SpotInstanceRequest_basic
=== PAUSE TestAccEC2SpotInstanceRequest_basic
=== RUN TestAccEC2SpotInstanceRequest_getPasswordData
=== PAUSE TestAccEC2SpotInstanceRequest_getPasswordData
=== CONT TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue
=== CONT TestAccEC2Instance_basicWithSpot
=== CONT TestAccEC2SpotInstanceRequest_getPasswordData
=== CONT TestAccEC2SpotInstanceRequest_basic
=== CONT TestAccEC2Instance_disappears
=== CONT TestAccEC2Instance_GetPasswordData_falseToTrue
=== CONT TestAccEC2Instance_basic
--- PASS: TestAccEC2SpotInstanceRequest_getPasswordData (139.14s)
--- PASS: TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue (174.03s)
--- PASS: TestAccEC2Instance_GetPasswordData_falseToTrue (183.34s)
--- PASS: TestAccEC2SpotInstanceRequest_basic (304.96s)
--- PASS: TestAccEC2Instance_disappears (312.71s)
--- PASS: TestAccEC2Instance_basic (316.80s)
--- PASS: TestAccEC2Instance_basicWithSpot (318.06s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 325.717s
This functionality has been released in v5.39.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. |
Description
Relations
Closes #19313
References
Output from Acceptance Testing