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

Spot Fleet Launch Template Support #12732

Merged
merged 67 commits into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
fb0e0aa
added launch templates and ondemand capacity
lossanarch Jun 14, 2018
077cb40
Added tests with incorrect subresource ids
lossanarch Jun 18, 2018
d5181c8
Added documentation
lossanarch Jun 18, 2018
56a7c2e
added forceNews, ondemand active instance handling on delete and bett…
lossanarch Jun 25, 2018
4ba60ab
Fixed test failure and added better debugging, added tests
lossanarch Jun 28, 2018
f3d2ec3
remove unnecessary float64 conversion causing lint failure
lossanarch Oct 20, 2018
42d717f
remove commented validatefuncs
lossanarch Nov 11, 2018
0f4144c
comment customdiff
lossanarch Nov 11, 2018
99cca27
fix commenting and logic of template to config assignment
lossanarch Nov 11, 2018
785ab9e
comment nonretryable error
lossanarch Nov 11, 2018
2599b36
clean up commented test
lossanarch Nov 11, 2018
08f3d6c
attempt to fix documentation as per review request
lossanarch Dec 8, 2018
87fb70b
removed on-demand spot instance feature due to moving to a different PR
lossanarch Dec 8, 2018
277770f
rename overrideToMap to flattenSpotFleetRequestLaunchTemplateOverrides
lossanarch Dec 8, 2018
4e25015
remove comment cruft
lossanarch Dec 8, 2018
eca0782
added launch template conflict with launch specification test
lossanarch Dec 8, 2018
2d31a12
fixed lint errors, readded somehow missing tests
lossanarch Dec 8, 2018
cc8737d
fix missing tests retry
lossanarch Dec 8, 2018
aaea7ca
fmt
Feb 28, 2019
0d2fe42
remove duplicate test
Feb 28, 2019
a24cdea
fix arn check regex
Feb 28, 2019
366d5a0
Update website/docs/r/spot_fleet_request.html.markdown
lossanarch Aug 25, 2019
0a9d8f6
Update website/docs/r/spot_fleet_request.html.markdown
lossanarch Aug 25, 2019
9e7361b
Update website/docs/r/spot_fleet_request.html.markdown
lossanarch Aug 25, 2019
268f228
foramtting changes
DrFaust92 Apr 8, 2020
0e699aa
fix config conflict test
DrFaust92 Apr 8, 2020
09b535c
fix docs lint
DrFaust92 Apr 8, 2020
9e8a9ee
fix code lint
DrFaust92 Apr 8, 2020
f7706f5
refactor docs
DrFaust92 Apr 9, 2020
afa407f
refactor docs
DrFaust92 Apr 9, 2020
2b2bf42
remove on demand test, docs and code
DrFaust92 Apr 9, 2020
a109564
add priority argument
DrFaust92 Apr 9, 2020
0221ddc
add priority to docs
DrFaust92 Apr 9, 2020
a4d1ad9
allows zero value priority
DrFaust92 Apr 9, 2020
c0550c9
add priority and fix test hashes
DrFaust92 Apr 9, 2020
aa87abe
add disappearing test case
DrFaust92 Apr 9, 2020
2c433eb
Update aws/resource_aws_spot_fleet_request.go
DrFaust92 Apr 24, 2020
035f9ef
Update aws/resource_aws_spot_fleet_request.go
DrFaust92 Apr 24, 2020
47a1cff
Update aws/resource_aws_spot_fleet_request.go
DrFaust92 Apr 24, 2020
3cc8379
rename `launch_template_configs` to `launch_template_config`
DrFaust92 Apr 24, 2020
856bde5
remove new line
DrFaust92 Apr 24, 2020
2814a5f
remove new lines from tests
DrFaust92 Apr 24, 2020
659e268
ar least one of lunch spec or config
DrFaust92 Apr 24, 2020
24cc585
typo in doc
DrFaust92 Apr 24, 2020
75f648f
remove comment
DrFaust92 Apr 24, 2020
eed405f
add multi config test
DrFaust92 Apr 24, 2020
ba21702
fix multi test
DrFaust92 Apr 24, 2020
9c42827
fix multi test
DrFaust92 Apr 24, 2020
52aa1ce
remove hardcoded ami + instance types
DrFaust92 Apr 24, 2020
91e4656
remove extraneous error var
DrFaust92 Apr 24, 2020
d81c177
replace ConflictsWith + AtLeastOneOf with ExactlyOneOf
DrFaust92 Apr 24, 2020
c938898
flatten `launch_template_config`
DrFaust92 Apr 24, 2020
d727686
fix error
DrFaust92 Apr 24, 2020
8ad1fcd
fix flattening launch template config
DrFaust92 Apr 24, 2020
cbb1a1d
cant have duplicate in override
DrFaust92 Apr 24, 2020
061ff7e
dont retry for Duplicate: Parameter combination exception
DrFaust92 Apr 24, 2020
b1e25cc
changes
DrFaust92 Apr 24, 2020
b6e31cf
change from RetryableError to NonRetryableError for duplicate exception
DrFaust92 Apr 24, 2020
af6885d
fix multi test
DrFaust92 Apr 24, 2020
e19d346
format
DrFaust92 Apr 24, 2020
1396b55
add tags + reuse
DrFaust92 Apr 26, 2020
6cb7fec
use rname
DrFaust92 Apr 26, 2020
3a90972
use rname
DrFaust92 Apr 26, 2020
88e4968
consolidate ami usage
DrFaust92 Apr 26, 2020
4b3ea31
resource/aws_spot_fleet_request: Fix minor typo in error message
bflad Apr 28, 2020
618cd5b
tests/resource/aws_spot_fleet_request: Remove failing TestAccAWSSpotF…
bflad Apr 28, 2020
d98d7d7
tests/resource/aws_spot_fleet_request: Remove extraneous newlines fro…
bflad Apr 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading