The v2.1.0
release introduces the Terraform provider upgrade from 6.3.0
to 6.13.0
, new resources, bug fixes, enhancements, and dependency updates.
Support for New Resources
CatalogTableOptimizer.glue.aws.upbound.io/v1beta1
ResourceGateway.vpclattice.aws.upbound.io/v1beta1
ResourceConfiguration.vpclattice.aws.upbound.io/v1beta1
Listener.vpclattice.aws.upbound.io/v1beta1
ServiceNetwork.vpclattice.aws.upbound.io/v1beta1
TargetGroup.vpclattice.aws.upbound.io/v1beta1
Bug Fixes
- [Bug]: provider-aws-glue v1.5.0 doesn't create the partition index
- [Bug]: RDS instances not syncing due to wrong AZ in spec
- [Bug]: FSX Ontap Filesystem update fails after changing storage capacity
API Change
ec2.SpotInstanceRequest
: thenetworkCardIndex
field has been removed from thenetworkInterface
block in bothforProvider
andinitProvider
, aligning with upstream Terraform AWS provider changes. This fixes an issue where AWS rejected spot instance requests including this field and aligns with the AWS API behavior.
What's Changed
- fix: add namespaced APIs to AWS global groups by @erhancagirici in #1841
- chore(ci): update github runners to oci gh arc runners by @koksay in #1838
- Glue: Add glue catalog table optimizer by @stevendborrelli in #1797
- Update actions/checkout action to v5 by @renovate[bot] in #1837
- Fix Elasticache ReplicationGroup conversion from v1beta2 to v1beta1 by @walt-grata in #1847
- Nest examples by API group for building images by @jastang in #1856
- Update custom diff for partition_index in glue CatalogTable by @turkenf in #1848
- Ignore lateinitialize for availability_zone field in rds instance resource by @turkenf in #1861
- Bump Terraform provider version to v6.13.0 by @turkenf in #1864
- fix(fsx): ignore DiskIopsConfiguration in late initialization to prevent conflicts by @kaessert in #1827
- Configure vpclattice(5) resources and add examples by @turkenf in #1867
- Use a wildcard for Make variable SUBPACKAGES to represent all family packages by @ulucinar in #1868
- fix: remove
namespace
fromwriteConnectionSecretToRef
examples by @cz4rny in #1863
New Contributors
- @koksay made their first contribution in #1838
- @walt-grata made their first contribution in #1847
- @kaessert made their first contribution in #1827
- @cz4rny made their first contribution in #1863
Full Changelog: v2.0.0...v2.1.0