mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
prepare for 1.7.0-alpha20231025
This commit is contained in:
parent
b9aa5fbae6
commit
d87da9f41d
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## 1.7.0 (Unreleased)
|
||||
## 1.7.0-alpha20231025 (October 25, 2023)
|
||||
|
||||
UPGRADE NOTES:
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ BUG FIXES:
|
|||
ENHANCEMENTS:
|
||||
|
||||
* `terraform test`: Providers defined within test files can now reference variables from their configuration that are defined within the test file. ([#34069](https://github.com/hashicorp/terraform/issues/34069))
|
||||
* `import`: `for_each` can now be used to expand the `import` block to handle multiple resource instances [GH-33932]
|
||||
* `import`: `for_each` can now be used to expand the `import` block to handle multiple resource instances ([#33932](https://github.com/hashicorp/terraform/issues/33932))
|
||||
|
||||
## Previous Releases
|
||||
|
||||
|
|
|
|||
2
LICENSE
2
LICENSE
|
|
@ -4,7 +4,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
|
|||
Parameters
|
||||
|
||||
Licensor: HashiCorp, Inc.
|
||||
Licensed Work: Terraform 1.7.0-dev. The Licensed Work is (c) 2023 HashiCorp, Inc.
|
||||
Licensed Work: Terraform 1.7.0-alpha20231025. The Licensed Work is (c) 2023 HashiCorp, Inc.
|
||||
Additional Use Grant: You may make production use of the Licensed Work,
|
||||
provided such use does not include offering the Licensed Work
|
||||
to third parties on a hosted or embedded basis which is
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.7.0-dev
|
||||
1.7.0-alpha20231025
|
||||
|
|
|
|||
Loading…
Reference in a new issue