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

update aws_ec2_fleet resource to latest functionality #29181

Merged
merged 23 commits into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
42236a7
add additional computed attributes to schema
albsilv-aws Jan 31, 2023
542c61c
add changelog
albsilv-aws Jan 31, 2023
67a0430
add arguments to launch_template_config.override
albsilv-aws Jan 31, 2023
9c13a09
add arguments to on_demand_options
albsilv-aws Jan 31, 2023
65cb240
add argument spot_options.maintenance_strategies.capacity_rebalance.t…
albsilv-aws Jan 31, 2023
e1dc5f4
add valid_from and valid_until arguments
albsilv-aws Jan 31, 2023
02710a6
enhance CustomizeDiff
albsilv-aws Jan 31, 2023
0eb2f2a
add expandPlacement function
albsilv-aws Jan 31, 2023
dfbff50
refactor/alphabetize arguments in CRUD functions
albsilv-aws Jan 31, 2023
abad2f8
add tests for fleet type 'instant'
albsilv-aws Jan 31, 2023
8e66ac3
Merge branch 'main' into f-ec2fleet-updates
silvaalbert Jan 31, 2023
0689175
resolve merge issues around ctx and sdkdiag
albsilv-aws Jan 31, 2023
701b769
fix min/max logic issue found during testing
albsilv-aws Feb 1, 2023
1776e22
fix testing issues + refactor
albsilv-aws Feb 1, 2023
2c0bb4c
added tests for new attributes
albsilv-aws Feb 1, 2023
7ff50e3
alphabetize arguments
albsilv-aws Feb 5, 2023
fcaa51d
update documentation
albsilv-aws Feb 5, 2023
d2075ca
fix issues found in testing+linting
albsilv-aws Feb 5, 2023
7251c78
Merge branch 'main' into f-ec2fleet-updates
albsilv-aws Feb 5, 2023
3846b84
terrafmt
albsilv-aws Feb 5, 2023
49f9f89
markdownlint
albsilv-aws Feb 5, 2023
f6fd8ed
Merge branch 'main' into HEAD
ewbankkit Feb 28, 2023
de90657
Fix golangci-lint 'unused'.
ewbankkit Feb 28, 2023
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
15 changes: 15 additions & 0 deletions .changelog/29181.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```release-note:enhancement
resource/aws_ec2_fleet: Add `fleet_instance_set`, `fleet_state`, `fulfilled_capacity`, and `fulfilled_on_demand_capacity` attributes
```

```release-note:enhancement
resource/aws_ec2_fleet: Add `on_demand_options.capacity_reservation_options`,`on_demand_options.max_total_price`, `on_demand_options.min_target_capacity`, `on_demand_options.single_availability_zone` and `on_demand_options.single_instance_type` arguments
```

```release-note:enhancement
resource/aws_ec2_fleet: Add `spot_options.maintenance_strategies.capacity_rebalance.termination_delay` argument
```

```release-note:enhancement
resource/aws_ec2_fleet: Add `valid_from` and `valid_until` arguments
```
Loading