Downloads:
1,843,731
Downloads of v 0.15.4:
3,478
Last Update:
31 May 2021
Package Maintainer(s):
Software Author(s):
- Mitchell Hashimoto
- HashiCorp
Tags:
terraform hashicorp- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Terraform
This is not the latest version of Terraform available.
- 1
- 2
- 3
0.15.4 | Updated: 31 May 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,843,731
Downloads of v 0.15.4:
3,478
Maintainer(s):
Software Author(s):
- Mitchell Hashimoto
- HashiCorp
Terraform 0.15.4
This is not the latest version of Terraform available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mitchell Hashimoto, HashiCorp. The inclusion of Mitchell Hashimoto, HashiCorp trademark(s), if any, upon this webpage is solely to identify Mitchell Hashimoto, HashiCorp goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Terraform, run the following command from the command line or from PowerShell:
To upgrade Terraform, run the following command from the command line or from PowerShell:
To uninstall Terraform, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download terraform --internalize --version=0.15.4 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade terraform -y --source="'INTERNAL REPO URL'" --version="'0.15.4'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade terraform -y --source="'INTERNAL REPO URL'" --version="'0.15.4'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install terraform
win_chocolatey:
name: terraform
version: '0.15.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'terraform' do
action :install
source 'INTERNAL REPO URL'
version '0.15.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller terraform
{
Name = "terraform"
Version = "0.15.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'terraform':
ensure => '0.15.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 31 May 2021.
Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.
The key features of Terraform are:
- Infrastructure as Code: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used.
- Execution Plans: Terraform has a "planning" step where it generates an execution plan. The execution plan shows what Terraform will do when you call apply. This lets you avoid any surprises when Terraform manipulates infrastructure.
- Resource Graph: Terraform builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, Terraform builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure.
- Change Automation: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors.
For more information, see the introduction section of the Terraform website.
UnInstall-ChocolateyZipPackage "terraform" "terraformInstall.zip"
Log in or click on link to see number of positives.
- terraform.0.15.4.nupkg (4288b829be3a) - ## / 60
- terraform_0.15.4_windows_amd64.zip (1e7c7bfe5182) - ## / 63
- terraform_0.15.4_windows_386.zip (3665e3a6d51d) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Terraform 1.11.0-beta1 | 129 | Friday, January 17, 2025 | Approved | |
Terraform 1.11.0-alpha20250107 | 163 | Wednesday, January 8, 2025 | Approved | |
Terraform 1.11.0-alpha20241218 | 259 | Thursday, December 19, 2024 | Approved | |
Terraform 1.11.0-alpha20241211 | 103 | Thursday, December 12, 2024 | Approved | |
Terraform 1.11.0-alpha20241106 | 588 | Thursday, November 7, 2024 | Approved | |
Terraform 1.10.5 | 2402 | Thursday, January 23, 2025 | Approved | |
Terraform 1.10.4 | 15046 | Thursday, January 9, 2025 | Approved | |
Terraform 1.10.3 | 18040 | Thursday, December 19, 2024 | Approved | |
Terraform 1.10.2 | 7319 | Thursday, December 12, 2024 | Approved | |
Terraform 1.10.1 | 9539 | Thursday, December 5, 2024 | Approved | |
Terraform 1.10.0 | 10138 | Thursday, November 28, 2024 | Approved | |
Terraform 1.10.0-rc3 | 13 | Tuesday, November 26, 2024 | Approved | |
Terraform 1.10.0-rc2 | 13 | Thursday, November 21, 2024 | Approved | |
Terraform 1.10.0-rc1 | 21 | Thursday, November 14, 2024 | Approved | |
Terraform 1.10.0-beta1 | 106 | Friday, November 1, 2024 | Approved | |
Terraform 1.10.0-alpha20241023 | 156 | Thursday, October 24, 2024 | Approved | |
Terraform 1.10.0-alpha20241009 | 251 | Thursday, October 10, 2024 | Approved | |
Terraform 1.10.0-alpha20240926 | 231 | Friday, September 27, 2024 | Approved | |
Terraform 1.10.0-alpha20240918 | 139 | Thursday, September 19, 2024 | Approved | |
Terraform 1.10.0-alpha20240911 | 122 | Thursday, September 12, 2024 | Approved | |
Terraform 1.10.0-alpha20240828 | 238 | Thursday, August 29, 2024 | Approved | |
Terraform 1.10.0-alpha20240814 | 226 | Thursday, August 15, 2024 | Approved | |
Terraform 1.10.0-alpha20240807 | 130 | Thursday, August 8, 2024 | Approved | |
Terraform 1.10.0-alpha20240730 | 137 | Wednesday, July 31, 2024 | Approved | |
Terraform 1.10.0-alpha20240717 | 212 | Thursday, July 18, 2024 | Approved | |
Terraform 1.10.0-alpha20240619 | 388 | Thursday, June 20, 2024 | Approved | |
Terraform 1.10.0-alpha20240606 | 247 | Friday, June 7, 2024 | Approved | |
Terraform 1.9.8 | 34833 | Wednesday, October 16, 2024 | Approved | |
Terraform 1.9.7 | 11838 | Thursday, October 3, 2024 | Approved | |
Terraform 1.9.6 | 12914 | Thursday, September 19, 2024 | Approved | |
Terraform 1.9.5 | 20213 | Wednesday, August 21, 2024 | Approved | |
Terraform 1.9.4 | 9995 | Thursday, August 8, 2024 | Approved | |
Terraform 1.9.3 | 9965 | Thursday, July 25, 2024 | Approved | |
Terraform 1.9.2 | 9975 | Thursday, July 11, 2024 | Approved | |
Terraform 1.9.1 | 6367 | Thursday, July 4, 2024 | Approved | |
Terraform 1.9.0 | 6304 | Thursday, June 27, 2024 | Approved | |
Terraform 1.9.0-rc3 | 30 | Saturday, June 22, 2024 | Approved | |
Terraform 1.9.0-rc2 | 24 | Thursday, June 20, 2024 | Approved | |
Terraform 1.9.0-rc1 | 37 | Thursday, June 13, 2024 | Approved | |
Terraform 1.9.0-beta1 | 99 | Saturday, June 1, 2024 | Approved | |
Terraform 1.9.0-alpha20240516 | 232 | Friday, May 17, 2024 | Approved | |
Terraform 1.9.0-alpha20240501 | 254 | Thursday, May 2, 2024 | Approved | |
Terraform 1.9.0-alpha20240404 | 68 | Sunday, April 28, 2024 | Approved | |
Terraform 1.8.5 | 15339 | Thursday, June 6, 2024 | Approved | |
Terraform 1.8.4 | 10324 | Thursday, May 23, 2024 | Approved | |
Terraform 1.8.3 | 11176 | Thursday, May 9, 2024 | Approved | |
Terraform 1.8.2 | 10216 | Thursday, April 25, 2024 | Approved | |
Terraform 1.8.1 | 5116 | Monday, April 22, 2024 | Approved | |
Terraform 1.8.0 | 10729 | Thursday, April 11, 2024 | Approved | |
Terraform 1.7.5 | 16669 | Tuesday, March 19, 2024 | Approved | |
Terraform 1.7.4 | 26858 | Friday, March 8, 2024 | Approved | |
Terraform 1.7.3 | 22594 | Friday, February 9, 2024 | Approved | |
Terraform 1.7.2 | 7217 | Thursday, February 1, 2024 | Approved | |
Terraform 1.7.1 | 6906 | Thursday, January 25, 2024 | Approved | |
Terraform 1.7.0 | 4714 | Monday, January 22, 2024 | Approved | |
Terraform 1.6.6 | 35266 | Friday, December 15, 2023 | Approved | |
Terraform 1.6.5 | 11492 | Sunday, December 3, 2023 | Approved | |
Terraform 1.6.4 | 12766 | Thursday, November 16, 2023 | Approved | |
Terraform 1.6.3 | 12806 | Thursday, November 2, 2023 | Approved | |
Terraform 1.6.2 | 10998 | Thursday, October 19, 2023 | Approved | |
Terraform 1.6.1 | 7837 | Wednesday, October 11, 2023 | Approved | |
Terraform 1.6.0 | 6944 | Thursday, October 5, 2023 | Approved | |
Terraform 1.5.7 | 19395 | Wednesday, September 13, 2023 | Approved | |
Terraform 1.5.6 | 16495 | Wednesday, August 23, 2023 | Approved | |
Terraform 1.5.5 | 9436 | Friday, August 11, 2023 | Approved | |
Terraform 1.5.4 | 11884 | Thursday, July 27, 2023 | Approved | |
Terraform 1.5.3 | 10811 | Thursday, July 13, 2023 | Approved | |
Terraform 1.5.2 | 8118 | Thursday, July 6, 2023 | Approved | |
Terraform 1.5.1 | 10134 | Thursday, June 22, 2023 | Approved | |
Terraform 1.5.0 | 11032 | Tuesday, June 13, 2023 | Approved | |
Terraform 1.4.7 | 56 | Sunday, April 28, 2024 | Approved | |
Terraform 1.4.6 | 30140 | Thursday, April 27, 2023 | Approved | |
Terraform 1.4.5 | 10797 | Thursday, April 13, 2023 | Approved | |
Terraform 1.4.4 | 9526 | Monday, April 3, 2023 | Approved | |
Terraform 1.4.3 | 77 | Monday, April 3, 2023 | Approved | |
Terraform 1.4.2 | 17522 | Sunday, March 19, 2023 | Approved | |
Terraform 1.4.1 | 202 | Sunday, March 19, 2023 | Approved | |
Terraform 1.4.0 | 389 | Sunday, March 19, 2023 | Approved | |
Terraform 1.3.10 | 313 | Sunday, April 28, 2024 | Approved | |
Terraform 1.3.9 | 29592 | Friday, February 17, 2023 | Approved | |
Terraform 1.3.8 | 229 | Friday, February 17, 2023 | Approved | |
Terraform 1.3.7 | 35210 | Monday, January 16, 2023 | Approved | |
Terraform 1.3.6 | 19167 | Wednesday, December 14, 2022 | Approved | |
Terraform 1.3.5 | 24636 | Friday, November 18, 2022 | Approved | |
Terraform 1.3.4 | 10474 | Monday, November 7, 2022 | Approved | |
Terraform 1.3.3 | 9758 | Friday, October 28, 2022 | Approved | |
Terraform 1.3.2 | 33513 | Monday, October 10, 2022 | Approved | |
Terraform 1.3.1 | 10278 | Thursday, September 29, 2022 | Approved | |
Terraform 1.3.0 | 13894 | Thursday, September 22, 2022 | Approved | |
Terraform 1.2.9 | 3556 | Wednesday, September 21, 2022 | Approved | |
Terraform 1.2.8 | 48548 | Friday, August 26, 2022 | Approved | |
Terraform 1.2.7 | 1695 | Thursday, August 11, 2022 | Approved | |
Terraform 1.2.6 | 17566 | Monday, August 1, 2022 | Approved | |
Terraform 1.2.5 | 6593 | Friday, July 22, 2022 | Approved | |
Terraform 1.2.4 | 10468 | Tuesday, July 5, 2022 | Approved | |
Terraform 1.2.3 | 14222 | Wednesday, June 15, 2022 | Approved | |
Terraform 1.2.2 | 16193 | Wednesday, June 1, 2022 | Approved | |
Terraform 1.2.1 | 7456 | Tuesday, May 24, 2022 | Approved | |
Terraform 1.2.0 | 4376 | Thursday, May 19, 2022 | Approved | |
Terraform 1.1.9 | 17188 | Wednesday, April 20, 2022 | Approved | |
Terraform 1.1.8 | 7921 | Thursday, April 7, 2022 | Approved | |
Terraform 1.1.7 | 19735 | Sunday, March 6, 2022 | Approved | |
Terraform 1.1.6 | 12141 | Saturday, February 19, 2022 | Approved | |
Terraform 1.1.5 | 11434 | Friday, February 4, 2022 | Approved | |
Terraform 1.1.4 | 15360 | Saturday, January 22, 2022 | Approved | |
Terraform 1.1.3 | 9378 | Monday, January 10, 2022 | Approved | |
Terraform 1.1.2 | 9357 | Saturday, December 18, 2021 | Approved | |
Terraform 1.1.1 | 189 | Saturday, December 18, 2021 | Approved | |
Terraform 1.1.0 | 8087 | Wednesday, December 8, 2021 | Approved | |
Terraform 1.0.11 | 21780 | Saturday, November 13, 2021 | Approved | |
Terraform 1.0.10 | 3852 | Tuesday, November 9, 2021 | Approved | |
Terraform 1.0.9 | 13547 | Tuesday, October 19, 2021 | Approved | |
Terraform 1.0.8 | 11896 | Wednesday, September 29, 2021 | Approved | |
Terraform 1.0.7 | 8729 | Thursday, September 16, 2021 | Approved | |
Terraform 1.0.6 | 5572 | Wednesday, September 8, 2021 | Approved | |
Terraform 1.0.5 | 791 | Monday, August 23, 2021 | Approved | |
Terraform 1.0.4 | 18097 | Sunday, August 8, 2021 | Approved | |
Terraform 1.0.3 | 6427 | Thursday, July 29, 2021 | Approved | |
Terraform 1.0.2 | 16233 | Saturday, July 10, 2021 | Approved | |
Terraform 1.0.1 | 12358 | Monday, June 28, 2021 | Approved | |
Terraform 1.0.0 | 12209 | Tuesday, June 8, 2021 | Approved | |
Terraform 0.15.5 | 1747 | Tuesday, June 8, 2021 | Approved | |
Terraform 0.15.4 | 3478 | Monday, May 31, 2021 | Approved | |
Terraform 0.15.3 | 13791 | Friday, May 7, 2021 | Approved | |
Terraform 0.15.2 | 20943 | Friday, May 7, 2021 | Approved | |
Terraform 0.15.1 | 4783 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.15.0 | 5836 | Wednesday, April 14, 2021 | Approved | |
Terraform 0.14.11 | 9634 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.14.10 | 11270 | Wednesday, April 14, 2021 | Approved | |
Terraform 0.14.9 | 5632 | Tuesday, March 30, 2021 | Approved | |
Terraform 0.14.8 | 10901 | Monday, March 15, 2021 | Approved | |
Terraform 0.14.7 | 11152 | Thursday, February 18, 2021 | Approved | |
Terraform 0.14.6 | 4796 | Wednesday, February 10, 2021 | Approved | |
Terraform 0.14.5 | 6158 | Wednesday, January 27, 2021 | Approved | |
Terraform 0.14.4 | 20400 | Sunday, January 10, 2021 | Approved | |
Terraform 0.14.3 | 5429 | Sunday, December 20, 2020 | Approved | |
Terraform 0.14.2 | 5599 | Wednesday, December 9, 2020 | Approved | |
Terraform 0.14.1 | 242 | Wednesday, December 9, 2020 | Approved | |
Terraform 0.14.0 | 3008 | Tuesday, December 8, 2020 | Approved | |
Terraform 0.13.7 | 13990 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.13.6 | 1989 | Sunday, January 10, 2021 | Approved | |
Terraform 0.13.5 | 98913 | Thursday, November 5, 2020 | Approved | |
Terraform 0.13.4 | 11044 | Wednesday, October 7, 2020 | Approved | |
Terraform 0.13.3 | 9497 | Friday, September 18, 2020 | Approved | |
Terraform 0.13.2 | 15310 | Wednesday, September 2, 2020 | Approved | |
Terraform 0.13.1 | 569 | Wednesday, September 2, 2020 | Approved | |
Terraform 0.13.0 | 9382 | Tuesday, August 11, 2020 | Approved | |
Terraform 0.13.0-rc1 | 179 | Monday, August 10, 2020 | Approved | |
Terraform 0.13.0-beta3 | 452 | Monday, July 13, 2020 | Approved | |
Terraform 0.13.0-beta2 | 294 | Thursday, June 25, 2020 | Exempted | |
Terraform 0.13.0-beta1 | 350 | Saturday, June 6, 2020 | Exempted | |
Terraform 0.12.31 | 14806 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.12.30 | 805 | Sunday, January 10, 2021 | Approved | |
Terraform 0.12.29 | 25412 | Monday, August 10, 2020 | Approved | |
Terraform 0.12.28 | 17618 | Friday, June 26, 2020 | Approved | |
Terraform 0.12.27 | 956 | Thursday, June 25, 2020 | Approved | |
Terraform 0.12.26 | 11257 | Monday, June 1, 2020 | Approved | |
Terraform 0.12.25 | 5969 | Saturday, May 23, 2020 | Approved | |
Terraform 0.12.24 | 23119 | Tuesday, March 24, 2020 | Approved | |
Terraform 0.12.23 | 2046 | Wednesday, March 18, 2020 | Approved | |
Terraform 0.12.21 | 11729 | Friday, February 21, 2020 | Approved | |
Terraform 0.12.20 | 11508 | Friday, January 24, 2020 | Approved | |
Terraform 0.12.19 | 6504 | Friday, January 10, 2020 | Approved | |
Terraform 0.12.18 | 11643 | Friday, December 13, 2019 | Approved | |
Terraform 0.12.17 | 4993 | Tuesday, December 3, 2019 | Approved | |
Terraform 0.12.16 | 3776 | Tuesday, November 26, 2019 | Approved | |
Terraform 0.12.15 | 281 | Tuesday, November 26, 2019 | Approved | |
Terraform 0.12.14 | 727 | Tuesday, November 26, 2019 | Approved | |
Terraform 0.12.13 | 9170 | Monday, November 4, 2019 | Approved | |
Terraform 0.12.12 | 6994 | Monday, October 21, 2019 | Approved | |
Terraform 0.12.11 | 278 | Monday, October 21, 2019 | Approved | |
Terraform 0.12.10 | 3032 | Thursday, October 10, 2019 | Approved | |
Terraform 0.12.9 | 9198 | Wednesday, September 18, 2019 | Approved | |
Terraform 0.12.8 | 3772 | Friday, September 6, 2019 | Approved | |
Terraform 0.12.7 | 4803 | Friday, August 23, 2019 | Approved | |
Terraform 0.12.6 | 5017 | Friday, August 2, 2019 | Approved | |
Terraform 0.12.5 | 3496 | Friday, July 19, 2019 | Approved | |
Terraform 0.12.4 | 1272 | Monday, July 15, 2019 | Approved | |
Terraform 0.12.3 | 3947 | Tuesday, June 25, 2019 | Approved | |
Terraform 0.12.2 | 2494 | Thursday, June 13, 2019 | Approved | |
Terraform 0.12.1 | 2035 | Wednesday, June 5, 2019 | Approved | |
Terraform 0.12.0 | 3546 | Wednesday, May 22, 2019 | Approved | |
Terraform 0.12.0-beta1 | 382 | Tuesday, April 2, 2019 | Approved | |
Terraform 0.12.0-alpha4 | 522 | Friday, December 28, 2018 | Approved | |
Terraform 0.12.0-alpha3 | 279 | Friday, December 28, 2018 | Approved | |
Terraform 0.12.0-alpha2 | 291 | Friday, December 28, 2018 | Approved | |
Terraform 0.12.0-alpha1 | 473 | Tuesday, October 23, 2018 | Approved | |
Terraform 0.11.15 | 5043 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.11.14 | 27820 | Wednesday, May 22, 2019 | Approved | |
Terraform 0.11.13 | 15719 | Tuesday, April 2, 2019 | Approved | |
Terraform 0.11.12 | 288 | Tuesday, April 2, 2019 | Approved | |
Terraform 0.11.11 | 16150 | Friday, December 28, 2018 | Approved | |
Terraform 0.11.10 | 561 | Friday, December 28, 2018 | Approved | |
Terraform 0.11.9 | 7206 | Tuesday, October 23, 2018 | Approved | |
Terraform 0.11.8 | 24321 | Thursday, August 30, 2018 | Approved | |
Terraform 0.11.7 | 9113 | Monday, April 16, 2018 | Approved | |
Terraform 0.11.6 | 1037 | Saturday, April 7, 2018 | Approved | |
Terraform 0.11.5 | 1076 | Wednesday, March 28, 2018 | Approved | |
Terraform 0.11.4 | 790 | Monday, April 16, 2018 | Approved | |
Terraform 0.11.3 | 2885 | Friday, February 16, 2018 | Approved | |
Terraform 0.11.2 | 2050 | Saturday, January 13, 2018 | Approved | |
Terraform 0.11.1 | 1951 | Thursday, December 7, 2017 | Approved | |
Terraform 0.11.0 | 1488 | Wednesday, November 22, 2017 | Approved | |
Terraform 0.10.8 | 1949 | Tuesday, October 31, 2017 | Approved | |
Terraform 0.10.7 | 1421 | Tuesday, October 3, 2017 | Approved | |
Terraform 0.10.6 | 1588 | Wednesday, September 20, 2017 | Approved | |
Terraform 0.10.5 | 425 | Wednesday, September 20, 2017 | Approved | |
Terraform 0.10.4 | 437 | Wednesday, September 20, 2017 | Approved | |
Terraform 0.10.3 | 1196 | Friday, September 1, 2017 | Approved | |
Terraform 0.10.2 | 722 | Thursday, August 24, 2017 | Approved | |
Terraform 0.10.1 | 427 | Thursday, August 24, 2017 | Approved | |
Terraform 0.10.0 | 1090 | Thursday, August 3, 2017 | Approved | |
Terraform 0.10.0-rc1 | 490 | Wednesday, August 2, 2017 | Approved | |
Terraform 0.10.0-beta2 | 448 | Wednesday, August 2, 2017 | Approved | |
Terraform 0.10.0-beta1 | 467 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.11 | 1790 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.10 | 436 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.9 | 418 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.8 | 1332 | Thursday, June 8, 2017 | Approved | |
Terraform 0.9.7 | 445 | Thursday, June 8, 2017 | Approved | |
Terraform 0.9.6 | 765 | Wednesday, May 31, 2017 | Approved | |
Terraform 0.9.5 | 998 | Friday, May 12, 2017 | Approved | |
Terraform 0.9.4 | 759 | Tuesday, May 2, 2017 | Approved | |
Terraform 0.9.3 | 893 | Thursday, April 13, 2017 | Approved | |
Terraform 0.9.2 | 816 | Monday, April 3, 2017 | Approved | |
Terraform 0.9.1 | 970 | Tuesday, March 21, 2017 | Approved | |
Terraform 0.9.0 | 601 | Thursday, March 16, 2017 | Approved | |
Terraform 0.8.8 | 773 | Monday, March 6, 2017 | Approved | |
Terraform 0.8.7 | 840 | Wednesday, February 22, 2017 | Approved | |
Terraform 0.8.6 | 725 | Wednesday, February 8, 2017 | Approved | |
Terraform 0.8.5 | 644 | Saturday, January 28, 2017 | Approved | |
Terraform 0.8.4 | 652 | Monday, January 16, 2017 | Approved | |
Terraform 0.8.2 | 636 | Thursday, December 22, 2016 | Approved | |
Terraform 0.8.1 | 456 | Friday, December 16, 2016 | Approved | |
Terraform 0.8.0 | 488 | Wednesday, December 14, 2016 | Approved | |
Terraform 0.7.13 | 603 | Wednesday, November 30, 2016 | Approved | |
Terraform 0.7.12 | 445 | Wednesday, November 30, 2016 | Approved | |
Terraform 0.7.11 | 516 | Tuesday, November 22, 2016 | Approved | |
Terraform 0.7.10 | 393 | Tuesday, November 22, 2016 | Approved | |
Terraform 0.7.9 | 426 | Tuesday, November 22, 2016 | Approved | |
Terraform 0.7.8 | 591 | Friday, November 4, 2016 | Approved | |
Terraform 0.7.7 | 531 | Sunday, October 23, 2016 | Approved | |
Terraform 0.7.6 | 532 | Sunday, October 16, 2016 | Approved | |
Terraform 0.7.5 | 465 | Sunday, October 16, 2016 | Approved | |
Terraform 0.7.4 | 714 | Thursday, September 22, 2016 | Approved | |
Terraform 0.7.3 | 500 | Thursday, September 22, 2016 | Approved | |
Terraform 0.7.2 | 634 | Tuesday, August 30, 2016 | Approved | |
Terraform 0.7.1 | 476 | Thursday, August 25, 2016 | Approved | |
Terraform 0.7.0 | 591 | Tuesday, August 2, 2016 | Approved | |
Terraform 0.6.16 | 474 | Tuesday, May 17, 2016 | Approved | |
Terraform 0.6.15 | 478 | Wednesday, April 27, 2016 | Approved | |
Terraform 0.6.14 | 548 | Tuesday, March 22, 2016 | Approved | |
Terraform 0.6.13 | 420 | Tuesday, March 22, 2016 | Approved | |
Terraform 0.6.12 | 525 | Monday, February 29, 2016 | Approved | |
Terraform 0.6.11 | 460 | Tuesday, February 2, 2016 | Approved | |
Terraform 0.6.10 | 421 | Tuesday, February 2, 2016 | Approved | |
Terraform 0.6.9 | 478 | Sunday, January 10, 2016 | Approved | |
Terraform 0.6.8 | 472 | Tuesday, December 8, 2015 | Approved | |
Terraform 0.6.7 | 408 | Tuesday, December 8, 2015 | Approved | |
Terraform 0.6.6 | 448 | Thursday, October 29, 2015 | Approved | |
Terraform 0.6.5 | 436 | Thursday, October 29, 2015 | Approved | |
Terraform 0.6.4 | 442 | Thursday, October 29, 2015 | Approved | |
Terraform 0.6.3 | 393 | Wednesday, August 12, 2015 | Approved | |
Terraform 0.6.2 | 459 | Wednesday, August 12, 2015 | Approved | |
Terraform 0.6.1 | 428 | Wednesday, August 12, 2015 | Approved | |
Terraform 0.6.0 | 448 | Thursday, July 9, 2015 | Approved | |
Terraform 0.5.3 | 644 | Wednesday, June 3, 2015 | Approved | |
Terraform 0.5.2 | 444 | Wednesday, June 3, 2015 | Approved | |
Terraform 0.5.0 | 470 | Wednesday, June 3, 2015 | Approved | |
Terraform 0.4.0 | 469 | Thursday, April 9, 2015 | Approved | |
Terraform 0.3.6 | 533 | Thursday, April 2, 2015 | Approved |
HashiCorp 2015-2020
0.15.4 (May 19, 2021)
NEW FEATURES:
Noting changes made outside of Terraform: Terraform has always, by default, made a point during the planning operation of reading the current state of remote objects in order to detect any changes made outside of Terraform, to make sure the plan will take those into account.
Terraform will now report those detected changes as part of the plan result, in order to give additional context about the planned changes. We've often heard that people find it confusing when a plan includes a change that doesn't seem to be prompted by any recent change in the configuration, and so this feature is aiming to provide the previously-missing explanation for situations where Terraform is planning to undo a change.
It can also be useful just as general information when the change won't be undone by Terraform: if you've intentionally made a change outside of Terraform and mirrored that change in your configuration then Terraform will now confirm that it noticed the change you made and took it into account when planning.
By default this new output is for information only and doesn't change any behavior. If Terraform detects a change you were expecting then you don't need to take any additional action to respond to it. However, we've also added a new planning mode
-refresh-only
which allows you to explicitly plan and apply the action of writing those detected changes to the Terraform state, which serves as a plannable replacement forterraform refresh
. We don't have any plans to remove the long-standingterraform refresh
command, but we do recommend usingterraform apply -refresh-only
instead in most cases, because it will provide an opportunity to review what Terraform detected before updating the Terraform state.
UPGRADE NOTES:
- This release adds some new reserved reference prefixes to make them available for later work. These are
resource.
,template.
,arg.
, andlazy.
. We don't expect these additions to cause problems for most existing configurations, but could cause a conflict if you are using a custom provider which has a resource type named exactly "resource", "template", "arg", or "lazy". In that unlikely event, you can escape references to resources of those types by adding aresource.
prefix; for example, if you have aresource "template" "foo"
then you can change references to it fromtemplate.foo
toresource.template.foo
in order to escape the new meaning.
ENHANCEMENTS:
- config: The various functions that compute hashs of files on disk, like
filesha256
, will now stream the contents of the given file into the hash function in smaller chunks. Previously they would always read the entire file into memory before hashing it, due to following a similar implementation strategy as thefile
function. (#28681) - config: Some new escaping syntax which is not yet useful but will be part of the backward-compatibility story for certain future language editions. (#28709)
- core: Rsource diagnostics are no longer lost on remote state storage fails (#28724)
- core: Diagnostics from provisioner failures are now shown in CLI output (#28753)
terraform init
: add a new-migrate-state
flag instead of automatic state migration, to prevent failing when old backend config is not usable (#28718)terraform plan
andterraform apply
: will now report any changes Terraform detects during the "refresh" phase for each managed object, providing confirmation that Terraform has seen those changes and, where appropriate, extra context to help understand the planned change actions that follow. (#28634)terraform plan
andterraform apply
: now have a new option-refresh-only
to activate the "refresh only" planning mode, which causes Terraform to ignore any changes suggested by the configuration but still detect any changes made outside of Terraform since the latestterraform apply
. (#28634)- backend/gcs: Terraform Core now supports Workload Identity Federation. The federated JSON credentials must be loaded through the
GOOGLE_APPLICATION_CREDENTIALS
environment variable. This is also available in the Google Provider in versions newer than v3.61. (#28296) - backend/remote: supports several new CLI options when running plans and applies with Terraform Cloud:
-refresh=false
,-replace
, and-refresh-only
. (#28746)
BUG FIXES:
- core: Fix sensitivity handling with plan values, which could cause the sensitive marks to be lost during apply leading to a perpetual diff (#28687)
- core: Fix crash when specifying SSH
bastion_port
in a resourceconnection
block (#28665) - core: Terraform will now upgrade and refresh (unless disabled) deposed objects during planning, in a similar manner as for objects that have been removed from the configuration. "Deposed" is how Terraform represents the situation where a
create_before_destroy
replacement failed to destroy the old object, in which case Terraform needs to track both the new and old objects until the old object is successfully deleted. Refreshing these during planning means that you can, if you wish, delete a "deposed" object manually outside of Terraform and then have Terraform detect that you've done so. (#28634) - config: Improve the sensitivity support for
lookup
andlength
functions, which were accidentally omitted from the larger update in 0.15.1 (#28509) - backend/gcs: Fixed a bug where service account impersonation didn't work if the original identity was another service account (#28139)
Previous Releases
For more information on previous releases, check out the changelog on GitHub.
This package has no dependencies.
Ground Rules:
- This discussion is only about Terraform and the Terraform package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Terraform, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.