Skip to content

Commit

Permalink
Merge pull request #29181 from silvaalbert/f-ec2fleet-updates
Browse files Browse the repository at this point in the history
update aws_ec2_fleet resource to latest functionality
  • Loading branch information
ewbankkit committed Feb 28, 2023
2 parents 2477c4b + de90657 commit 668de60
Show file tree
Hide file tree
Showing 4 changed files with 1,118 additions and 212 deletions.
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

0 comments on commit 668de60

Please sign in to comment.