mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #30873 from hashicorp/rt-backport-changelog
Minor changelog modifications
This commit is contained in:
commit
b724dc19d2
@ -16,7 +16,6 @@ UPGRADE NOTES:
|
||||
NEW FEATURES:
|
||||
|
||||
* `precondition` and `postcondition` check blocks for resources, data sources, and module output values: module authors can now document assumptions and assertions about configuration and state values. If these conditions are not met, Terraform will report a custom error message to the user and halt further evaluation.
|
||||
* Terraform now supports [run tasks](https://www.terraform.io/cloud-docs/workspaces/settings/run-tasks), a Terraform Cloud integration for executing remote operations, for the post plan stage of a run.
|
||||
* You may specify remote network service credentials using an environment variable named after the host name with a `TF_TOKEN_` prefix. For example, the value of a variable named `TF_TOKEN_app_terraform_io` will be used as a bearer authorization token when the CLI makes service requests to the host name "app.terraform.io".
|
||||
|
||||
ENHANCEMENTS:
|
||||
@ -28,6 +27,7 @@ ENHANCEMENTS:
|
||||
* When running `terraform plan`, only show external changes which may have contributed to the current plan ([#30486](https://github.com/hashicorp/terraform/issues/30486))
|
||||
* Add `TF_ORGANIZATION` environment variable fallback for `organization` in the cloud configuration
|
||||
* Add `TF_HOSTNAME` environment variable fallback for `hostname` in the cloud configuration
|
||||
* `TF_WORKSPACE` can now be used to configure the `workspaces` attribute in your cloud configuration
|
||||
* When running on macOS, Terraform will now use platform APIs to validate certificates presented by TLS (HTTPS) servers. This may change exactly which root certificates Terraform will accept as valid. ([#30768](https://github.com/hashicorp/terraform/issues/30768))
|
||||
* Show remote host in error message for clarity when installation of provider fails ([#30810](https://github.com/hashicorp/terraform/issues/30810))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user