9.0.0 (2025-06-26)
⚠ BREAKING CHANGES
- Upgrade AWS provider and min required Terraform version to
6.0
and1.5.7
respectively (#294)
List of backwards incompatible changes
- Terraform v1.5.7 is now minimum supported version
- AWS provider v6.0.0 is now minimum supported version
Additional changes
Added
- Support for
region
parameter to specify the AWS region for the resources created if different from the provider region.
Modified
- Variable definitions now contain detailed
object
types in place of the previously used any type. mixed_instances_policy
override
is now wrapped behindlaunch_template
to match API- IMDSv2 is now enforced by default with a hop limit set to 1
Variable and output changes
-
Removed variables:
create_scaling_policy
create_schedule
elastic_gpu_specifications
removed inv6.0.0
of the AWS providerelastic_inference_accelerator
removed inv6.0.0
of the AWS provider
-
Renamed variables:
delete_timeout
->timeouts
-
Added variables:
autoscaling_group_tags_not_propagate_at_launch
context