Open gabrielar opened 4 months ago
Voting for Prioritization
Volunteering to Work on This Issue
This PR linked to this issue, now contains a test for the added functionality, and a copy paste of the test report for all tests for TestAccEC2Instance
and TestAccEC2SpotInstanceRequest
. Please let me know if anything else is needed for this PR to be merged.
Terraform Core Version
1.9.2
AWS Provider Version
5.57.0
Affected Resource(s)
Expected Behavior
Given:
a spot instance request should be created.
Actual Behavior
The
apply
command fails with response400
from AWS, and error text mentions thatnetwork_card_index
is not acceptable for a spot instance request.This seems to be supported by the Boto documentation which states:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
apply
command400
from AWS, and error text mentions thatnetwork_card_index
is not acceptable for a spot instance request.Debug Output
A failure with response
400
from AWS, and error text mentions thatnetwork_card_index
is not acceptable for a spot instance request.This seems to be supported by the Boto documentation which states:
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
Yes