mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
CHANGELOG: Entry for opentofu/opentofu#3364
The new SDK version we adopted includes new definitions required to support the eusc-de-east-1 retion, and so this upgrade should be sufficient for the "s3" state storage backend to work with S3 buckets in that region. Note that this region is part of the new separate European partition of AWS, rather than the main commercial partition that's simply called "aws". This means that it's segregated from regions in the various other partitions. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
@@ -57,6 +57,7 @@ ENHANCEMENTS:
|
||||
* Plan UI now explicitly states that the "update in-place" notation is "current -> planned", as part of the existing description of the meaning of each change type symbol. ([#3159](https://github.com/opentofu/opentofu/pull/3159))
|
||||
* It's now possible to provide input variable values during the apply phase as long as any non-ephemeral variables have the same values as during the planning phase, for the purpose of using input variables to configure state and plan encryption settings. ([#1998](https://github.com/opentofu/opentofu/pull/1998))
|
||||
* The `s3` state storage backend now allows specifying tags to associate with the S3 objects representing state snapshots and locks. ([#3038](https://github.com/opentofu/opentofu/pull/3038))
|
||||
* The `s3` state storage backend can now use S3 buckets in the `eusc-de-east-1` region, which is part of the new [AWS European Sovereign Cloud](https://press.aboutamazon.com/2023/10/amazon-web-services-to-launch-aws-european-sovereign-cloud) partition. ([#3312](https://github.com/opentofu/opentofu/pull/3312))
|
||||
* When installing module packages from Amazon S3 source addresses, OpenTofu now follows similar rules for finding AWS credentials as the AWS CLI does, and similar to the S3 backend. In particular this means OpenTofu supports some newer authentication schemes, such as [IAM roles for service accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html). ([#3269](https://github.com/opentofu/opentofu/pull/3269))
|
||||
* The new `azure_vault` key provider allows using Azure Key Vault as a source for state and plan encryption keys. ([#3046](https://github.com/opentofu/opentofu/pull/3046))
|
||||
* The `azurerm` state storage backend now supports the following additional configuration options:
|
||||
|
||||
Reference in New Issue
Block a user