Difference between revisions of "Terraform changelog"
Jump to navigation
Jump to search
↑ https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13
(→2020) |
|||
Line 7: | Line 7: | ||
== 2020 == | == 2020 == | ||
− | * 1.2.0 (May 2022) ([https://www.hashicorp.com/blog/terraform-1-2-improves-exception-handling-and-updates-to-the-cli-driven-workflow announcement]) | + | * 1.2.0 (May 2022) ([https://www.hashicorp.com/blog/terraform-1-2-improves-exception-handling-and-updates-to-the-cli-driven-workflow announcement]) ([https://github.com/hashicorp/terraform/blob/v1.2/CHANGELOG.md#129-september-07-2022 v1.2.9]) |
** NEW: <code>[[precondition]]</code> and <code>[[postcondition]]</code> added for improving code and input [[validation]] | ** NEW: <code>[[precondition]]</code> and <code>[[postcondition]]</code> added for improving code and input [[validation]] | ||
** NEW: <code>[[replace_triggered_by]]</code> is a new <code>[[Terraform lifecycle meta-argument|lifecycle]]</code> argument for managed resources which triggers replacement of an object based on changes to an upstream dependency. | ** NEW: <code>[[replace_triggered_by]]</code> is a new <code>[[Terraform lifecycle meta-argument|lifecycle]]</code> argument for managed resources which triggers replacement of an object based on changes to an upstream dependency. |
Revision as of 17:52, 12 September 2022
Releases
Read Terraform Changelog: https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md
2020
- 1.2.0 (May 2022) (announcement) (v1.2.9)
- NEW:
precondition
andpostcondition
added for improving code and input validation - NEW:
replace_triggered_by
is a newlifecycle
argument for managed resources which triggers replacement of an object based on changes to an upstream dependency. - NEW:
TF_TOKEN_
environmental variable added to be used as credentials for Terraform-native services. - Run Tasks CLI Support
- NEW:
2021
- 1.1.0 (Dec 2021) https://github.com/hashicorp/terraform/blob/v1.1/CHANGELOG.md (announcement)
- 1.0.0 (Jun 2021) https://github.com/hashicorp/terraform/blob/v1.0/CHANGELOG.md#100-june-08-2021
terraform show
output now indicates which state values are sensitive
- 0.15.0 (Apr 2021) https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md
- 0.14.0 (March 10, 2021) https://github.com/hashicorp/terraform/blob/v0.14/CHANGELOG.md (announcement)
any & all
in variable validation
2020
- 0.13.0 (August 10, 2020) https://github.com/hashicorp/terraform/blob/v0.13/CHANGELOG.md (announcement)
count, depends_on and for_each
required_providers
validation
variable validation [1]
2019
- Sep 2019, Terraform Cloud announced
- 0.12.0 (May 22, 2019) https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md (announcement) [ 0.12.17 (Dec 2019), 0.12.18 (Dec 2019), 0.12.19 (Jan 2020) ]
- 0.11.0 (November 16, 2017) https://github.com/hashicorp/terraform/blob/v0.11/CHANGELOG.md
TF_DATA_DIR
introduced
- 0.10.0 (August 2, 2017) (announcement)
- State Environments (0.9) are now Workspaces (
terraform workspace
)
- State Environments (0.9) are now Workspaces (
- 04/09/2019 New
fileset
function, for finding static local files that match a glob pattern
2017
- 0.9 (Marz 2017) https://www.hashicorp.com/blog/terraform-0-9
2016
- 0.7 Aug 2016 https://github.com/hashicorp/terraform/blob/v0.7.0/CHANGELOG.md
- Data sources introduced
Activities
Related
See also
terraform
[untaint | fmt
|apply
|show
|state
|init | plan | console | output
|validate
|destroy
|debug
|import
|providers
|get
|graph
|workspaces
|resource
|login
|-var-file
|state mv
|state pull
|state push
|state replace-provider
|state rm
|force-unlock
|env
|tfe
|--version
|remote-exec
|delete on termination
| deprecated commands |terraform --help
]terraform version
, Terraform changelog
Advertising: