-
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 placement group in spot fleet requests when it is specified #10103
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.
LGTM 🚀
--- PASS: TestAccAWSSpotFleetRequest_LaunchSpecification_EbsBlockDevice_KmsKeyId (138.65s)
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceSubnetInGivenList (241.25s)
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceAzInGivenList (242.34s)
--- PASS: TestAccAWSSpotFleetRequest_withoutSpotPrice (245.56s)
--- PASS: TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameSubnet (246.23s)
--- PASS: TestAccAWSSpotFleetRequest_associatePublicIpAddress (253.14s)
--- SKIP: TestAccAWSSpotFleetRequest_WithInstanceStoreAmi (0.00s)
--- PASS: TestAccAWSSpotFleetRequest_instanceInterruptionBehavior (253.80s)
--- PASS: TestAccAWSSpotFleetRequest_iamInstanceProfileArn (256.04s)
--- PASS: TestAccAWSSpotFleetRequest_lowestPriceAzOrSubnetInRegion (256.06s)
--- PASS: TestAccAWSSpotFleetRequest_withEBSDisk (255.88s)
--- PASS: TestAccAWSSpotFleetRequest_fleetType (261.50s)
--- PASS: TestAccAWSSpotFleetRequest_basic (263.14s)
--- PASS: TestAccAWSSpotFleetRequest_LaunchSpecification_RootBlockDevice_KmsKeyId (137.75s)
--- PASS: TestAccAWSSpotFleetRequest_placementTenancyAndGroup (58.79s)
--- PASS: TestAccAWSSpotFleetRequest_withWeightedCapacity (314.07s)
--- PASS: TestAccAWSSpotFleetRequest_multipleInstancePools (316.38s)
--- PASS: TestAccAWSSpotFleetRequest_diversifiedAllocation (316.73s)
--- PASS: TestAccAWSSpotFleetRequest_multipleInstanceTypesInSameAz (319.66s)
--- PASS: TestAccAWSSpotFleetRequest_overriddingSpotPrice (321.58s)
--- PASS: TestAccAWSSpotFleetRequest_withTags (284.47s)
--- PASS: TestAccAWSSpotFleetRequest_updateExcessCapacityTerminationPolicy (527.23s)
--- PASS: TestAccAWSSpotFleetRequest_changePriceForcesNewRequest (527.64s)
--- PASS: TestAccAWSSpotFleetRequest_WithELBs (360.42s)
--- PASS: TestAccAWSSpotFleetRequest_WithTargetGroups (404.70s)
--- PASS: TestAccAWSSpotFleetRequest_updateTargetCapacity (721.99s)
@@ -620,7 +620,7 @@ func TestAccAWSSpotFleetRequest_withTags(t *testing.T) { | |||
}) | |||
} | |||
|
|||
func TestAccAWSSpotFleetRequest_placementTenancy(t *testing.T) { | |||
func TestAccAWSSpotFleetRequest_placementTenancyAndGroup(t *testing.T) { |
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.
Nit: It is generally preferable to create new testing rather than modify existing tests to ensure we do not introduce regressions (even if it is very verbose to do so). 👍
This has been released in version 2.30.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! |
Looking at the API, this probably should get set if it is present in the schema.
Community Note
Closes #6713
Release note for CHANGELOG:
Output from acceptance testing: