Difference between revisions of "Terraform changelog"
Jump to navigation
Jump to search
↑ https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13
↑ https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md#0122-june-12-2019
(→2020) |
(→2020) |
||
Line 31: | Line 31: | ||
** <code>[[required_providers]]</code> | ** <code>[[required_providers]]</code> | ||
** <code>[[validation]]</code> variable validation <ref>https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13</ref> | ** <code>[[validation]]</code> variable validation <ref>https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13</ref> | ||
− | ** [https://github.com/hashicorp/terraform/releases/tag/v0.13.7 0.13.7] (Apr 2021), [https://github.com/hashicorp/terraform/releases/tag/v0.13.6 0.13.6] (Jun 2021), [https://github.com/hashicorp/terraform/releases/tag/v0.13.5 0.13.5] (Oct 2020), [https://github.com/hashicorp/terraform/releases/tag/v0.13.4 0.13.4 | + | ** [https://github.com/hashicorp/terraform/releases/tag/v0.13.7 0.13.7] (Apr 2021), [https://github.com/hashicorp/terraform/releases/tag/v0.13.6 0.13.6] (Jun 2021), [https://github.com/hashicorp/terraform/releases/tag/v0.13.5 0.13.5] (Oct 2020), [https://github.com/hashicorp/terraform/releases/tag/v0.13.4 0.13.4] (Sep 2020) |
== 2019 == | == 2019 == |
Revision as of 06:43, 15 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]- 0.13.7 (Apr 2021), 0.13.6 (Jun 2021), 0.13.5 (Oct 2020), 0.13.4 (Sep 2020)
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.12.2[2]
yamldecode, yamlencode and range
- 0.12.11
.terraformignore
introduced - 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: