chore(deps): renovate: dependency hashicorp/terraform to v1.10.0 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.5
->1.10.0
Release Notes
hashicorp/terraform (hashicorp/terraform)
v1.10.0
Compare Source
v1.10.0-rc3
Compare Source
1.10.0-rc3 (November 25, 2024)
NEW FEATURES:
ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
secret_suffix
in thekubernetes
backend now includes validation to prevent errors when thesecret_suffix
ends with a number (#35666).error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
self
with many instances could encounter an error during evaluation (#35895)plantimestamp()
function would return an invalid date during validation (#35902)plan -generate-config-out
) for string attributes that contain primitive types (e.g. numbers or booleans) (#35984)issensitive
could incorrectly assert that an unknown value was not sensitive during plan, but later became sensitive during apply, causing failures where changes did not match the planned result (#36012)ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)moved
: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords frommoved
blocks will need to prepend theresource.
identifier to these references. (#35850)Previous Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-rc2
Compare Source
1.10.0-rc2 (November 20, 2024)
NEW FEATURES:
ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
secret_suffix
in thekubernetes
backend now includes validation to prevent errors when thesecret_suffix
ends with a number (#35666).error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
self
with many instances could encounter an error during evaluation (#35895)plantimestamp()
function would return an invalid date during validation (#35902)plan -generate-config-out
) for string attributes that contain primitive types (e.g. numbers or booleans) (#35984)issensitive
could incorrectly assert that an unknown value was not sensitive during plan, but later became sensitive during apply, causing failures where changes did not match the planned result (#36012)ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)moved
: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords frommoved
blocks will need to prepend theresource.
identifier to these references. (#35850)Previous Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-rc1
Compare Source
1.10.0-rc1 (November 13, 2024)
NEW FEATURES:
ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
secret_suffix
in thekubernetes
backend now includes validation to prevent errors when thesecret_suffix
ends with a number (#35666).error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
self
with many instances could encounter an error during evaluation (#35895)plantimestamp()
function would return an invalid date during validation (#35902)plan -generate-config-out
) for string attributes that contain primitive types (e.g. numbers or booleans) (#35984)ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)moved
: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords frommoved
blocks will need to prepend theresource.
identifier to these references. (#35850)Previous Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-beta1
Compare Source
1.10.0-beta1 (October 31, 2024)
NEW FEATURES:
terraform output -json
now displays ephemeral outputs. The value of an ephemeral output is alwaysnull
unless a plan or apply is being run. Note thatterraform output
(without the-json
) flag does not yet display ephemeral outputs.ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
secret_suffix
in thekubernetes
backend now includes validation to prevent errors when thesecret_suffix
ends with a number (#35666).error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
self
with many instances could encounter an error during evaluation (#35895)plantimestamp()
function would return an invalid date during validation (#35902)ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)moved
: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords frommoved
blocks will need to prepend theresource.
identifier to these references. (#35850)Previous Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-alpha20241023
Compare Source
1.10.0-alpha20241023 (October 23, 2024)
NEW FEATURES:
terraform output -json
now displays ephemeral outputs. The value of an ephemeral output is alwaysnull
unless a plan or apply is being run. Note thatterraform output
(without the-json
) flag does not yet display ephemeral outputs.ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
secret_suffix
in thekubernetes
backend now includes validation to prevent errors when thesecret_suffix
ends with a number (#35666).error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)moved
: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords frommoved
blocks will need to prepend theresource.
identifier to these references. (#35850)EXPERIMENTS:
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
terraform test
accepts a new option-junit-xml=FILENAME
. If specified, and if the test configuration is valid enough to begin executing, then Terraform writes a JUnit XML test result report to the given filename, describing similar information as included in the normal test output. (#34291)terraform rpcapi
exposes some Terraform Core functionality through an RPC interface compatible withgo-plugin
. The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the Terraform Stacks private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview.-allow-deferral
option toterraform plan
, permitscount
andfor_each
arguments inmodule
,resource
, anddata
blocks to have unknown values and allows providers to react more flexibly to unknown values. This experiment is under active development, and so it's not yet useful to participate in this experimentPrevious Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-alpha20241009
Compare Source
1.10.0-alpha20241009 (October 9, 2024)
NEW FEATURES:
terraform output -json
now displays ephemeral outputs. The value of an ephemeral output is alwaysnull
unless a plan or apply is being run. Note thatterraform output
(without the-json
) flag does not yet display ephemeral outputs.ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)EXPERIMENTS:
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
terraform test
accepts a new option-junit-xml=FILENAME
. If specified, and if the test configuration is valid enough to begin executing, then Terraform writes a JUnit XML test result report to the given filename, describing similar information as included in the normal test output. (#34291)terraform rpcapi
exposes some Terraform Core functionality through an RPC interface compatible withgo-plugin
. The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the Terraform Stacks private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview.-allow-deferral
option toterraform plan
, permitscount
andfor_each
arguments inmodule
,resource
, anddata
blocks to have unknown values and allows providers to react more flexibly to unknown values. This experiment is under active development, and so it's not yet useful to participate in this experimentPrevious Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-alpha20240926
Compare Source
1.10.0-alpha20240926 (September 26, 2024)
NEW FEATURES:
terraform output -json
now displays ephemeral outputs. The value of an ephemeral output is alwaysnull
unless a plan or apply is being run. Note thatterraform output
(without the-json
) flag does not yet display ephemeral outputs.ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)assume_role
now accepts multiple elements (#35720)UPGRADE NOTES:
assume_role
block (#35721)EXPERIMENTS:
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
terraform test
accepts a new option-junit-xml=FILENAME
. If specified, and if the test configuration is valid enough to begin executing, then Terraform writes a JUnit XML test result report to the given filename, describing similar information as included in the normal test output. (#34291)terraform rpcapi
exposes some Terraform Core functionality through an RPC interface compatible withgo-plugin
. The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the Terraform Stacks private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview.-allow-deferral
option toterraform plan
, permitscount
andfor_each
arguments inmodule
,resource
, anddata
blocks to have unknown values and allows providers to react more flexibly to unknown values. This experiment is under active development, and so it's not yet useful to participate in this experimentPrevious Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-alpha20240918
Compare Source
1.10.0-alpha20240918 (September 18, 2024)
NEW FEATURES:
terraform output -json
now displays ephemeral outputs. The value of an ephemeral output is alwaysnull
unless a plan or apply is being run. Note thatterraform output
(without the-json
) flag does not yet display ephemeral outputs.ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)EXPERIMENTS:
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
terraform test
accepts a new option-junit-xml=FILENAME
. If specified, and if the test configuration is valid enough to begin executing, then Terraform writes a JUnit XML test result report to the given filename, describing similar information as included in the normal test output. (#34291)terraform rpcapi
exposes some Terraform Core functionality through an RPC interface compatible withgo-plugin
. The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the Terraform Stacks private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview.-allow-deferral
option toterraform plan
, permitscount
andfor_each
arguments inmodule
,resource
, anddata
blocks to have unknown values and allows providers to react more flexibly to unknown values. This experiment is under active development, and so it's not yet useful to participate in this experimentPrevious Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-alpha20240911
Compare Source
1.10.0-alpha20240911 (September 11, 2024)
NEW FEATURES:
terraform output -json
now displays ephemeral outputs. The value of an ephemeral output is alwaysnull
unless a plan or apply is being run. Note thatterraform output
(without the-json
) flag does not yet display ephemeral outputs.ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)EXPERIMENTS:
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
terraform test
accepts a new option-junit-xml=FILENAME
. If specified, and if the test configuration is valid enough to begin executing, then Terraform writes a JUnit XML test result report to the given filename, describing similar information as included in the normal test output. (#34291)terraform rpcapi
exposes some Terraform Core functionality through an RPC interface compatible withgo-plugin
. The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the Terraform Stacks private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview.-allow-deferral
option toterraform plan
, permitscount
andfor_each
arguments inmodule
,resource
, anddata
blocks to have unknown values and allows providers to react more flexibly to unknown values. This experiment is under active development, and so it's not yet useful to participate in this experimentPrevious Releases
For information on prior major and minor releases, refer to their changelogs:
v1.10.0-alpha20240828
Compare Source
1.10.0-alpha20240828 (Aug 28, 2024)
BUG FIXES:
error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)EXPERIMENTS:
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
ephemeral_values
: This [language experiment](https://developer.hashicorp.com/terraform/language/settings#experimentaConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - "every weekday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.