Skip to content
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

Move requireXor to SpotFleetRequestConfigData #3737

Merged

Conversation

stevengubler
Copy link
Contributor

@stevengubler stevengubler commented Oct 5, 2024

Fixes an issue with E3014 when checking AWS::EC2:SpotFleet resources. The original requireXor field had the correct fields but was placed at the root level of the resource instead of on the relevant definition.

Issue #, if available:

Description of changes:

  • Moves the requireXor field to the correct place, resolving an issue where E3014 was looking for fields at the wrong layer of the resource definition.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fixes an issue with E3014 when checking AWS::EC2:SpotFleet resources.
the original requireXor field had the correct fields but was placed at
the root level of the resource instead of on the relevant definition.
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.71%. Comparing base (79689ba) to head (1672239).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3737      +/-   ##
==========================================
- Coverage   93.72%   93.71%   -0.01%     
==========================================
  Files         362      362              
  Lines       12341    12341              
  Branches     2634     2634              
==========================================
- Hits        11566    11565       -1     
  Misses        430      430              
- Partials      345      346       +1     
Flag Coverage Δ
unittests 93.65% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kddejong kddejong merged commit ee77420 into aws-cloudformation:main Oct 8, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants