Downloads:
1,689,736
Downloads of v 0.7.3:
484
Last Update:
22 Sep 2016
Package Maintainer(s):
Software Author(s):
- Mitchell Hashimoto
- HashiCorp
Tags:
terraform- 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.7.3 | Updated: 22 Sep 2016
- 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,689,736
Downloads of v 0.7.3:
484
Maintainer(s):
Software Author(s):
- Mitchell Hashimoto
- HashiCorp
Tags:
terraformTerraform 0.7.3
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
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
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.7.3 --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.7.3'" [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.7.3'"
$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.7.3'
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.7.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller terraform
{
Name = "terraform"
Version = "0.7.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'terraform':
ensure => '0.7.3',
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.
This package was approved as a trusted package on 26 Sep 2016.
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.7.3.nupkg (260c657a9a4e) - ## / 53
- terraform.exe (31633de33cd6) - ## / 57
- terraform.exe (83f899975ce5) - ## / 57
- terraform_0.7.3_windows_amd64.zip (67b6176204a3) - ## / 55
- terraform_0.7.3_windows_386.zip (e7126ca56757) - ## / 56
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.10.0-alpha20240911 | 65 | Thursday, September 12, 2024 | Approved | |
Terraform 1.10.0-alpha20240828 | 216 | Thursday, August 29, 2024 | Approved | |
Terraform 1.10.0-alpha20240814 | 209 | Thursday, August 15, 2024 | Approved | |
Terraform 1.10.0-alpha20240807 | 113 | Thursday, August 8, 2024 | Approved | |
Terraform 1.10.0-alpha20240730 | 126 | Wednesday, July 31, 2024 | Approved | |
Terraform 1.10.0-alpha20240717 | 189 | Thursday, July 18, 2024 | Approved | |
Terraform 1.10.0-alpha20240619 | 374 | Thursday, June 20, 2024 | Approved | |
Terraform 1.10.0-alpha20240606 | 235 | Friday, June 7, 2024 | Approved | |
Terraform 1.9.5 | 17111 | Wednesday, August 21, 2024 | Approved | |
Terraform 1.9.4 | 9500 | Thursday, August 8, 2024 | Approved | |
Terraform 1.9.3 | 9845 | Thursday, July 25, 2024 | Approved | |
Terraform 1.9.2 | 9682 | Thursday, July 11, 2024 | Approved | |
Terraform 1.9.1 | 6263 | Thursday, July 4, 2024 | Approved | |
Terraform 1.9.0 | 5874 | Thursday, June 27, 2024 | Approved | |
Terraform 1.9.0-rc3 | 14 | Saturday, June 22, 2024 | Approved | |
Terraform 1.9.0-rc2 | 14 | Thursday, June 20, 2024 | Approved | |
Terraform 1.9.0-rc1 | 22 | Thursday, June 13, 2024 | Approved | |
Terraform 1.9.0-beta1 | 88 | Saturday, June 1, 2024 | Approved | |
Terraform 1.9.0-alpha20240516 | 219 | Friday, May 17, 2024 | Approved | |
Terraform 1.9.0-alpha20240501 | 235 | Thursday, May 2, 2024 | Approved | |
Terraform 1.9.0-alpha20240404 | 56 | Sunday, April 28, 2024 | Approved | |
Terraform 1.8.5 | 15209 | Thursday, June 6, 2024 | Approved | |
Terraform 1.8.4 | 10264 | Thursday, May 23, 2024 | Approved | |
Terraform 1.8.3 | 11115 | Thursday, May 9, 2024 | Approved | |
Terraform 1.8.2 | 10163 | Thursday, April 25, 2024 | Approved | |
Terraform 1.8.1 | 4658 | Monday, April 22, 2024 | Approved | |
Terraform 1.8.0 | 10305 | Thursday, April 11, 2024 | Approved | |
Terraform 1.7.5 | 16528 | Tuesday, March 19, 2024 | Approved | |
Terraform 1.7.4 | 26544 | Friday, March 8, 2024 | Approved | |
Terraform 1.7.3 | 22520 | Friday, February 9, 2024 | Approved | |
Terraform 1.7.2 | 7156 | Thursday, February 1, 2024 | Approved | |
Terraform 1.7.1 | 6874 | Thursday, January 25, 2024 | Approved | |
Terraform 1.7.0 | 4634 | Monday, January 22, 2024 | Approved | |
Terraform 1.6.6 | 32843 | Friday, December 15, 2023 | Approved | |
Terraform 1.6.5 | 11371 | Sunday, December 3, 2023 | Approved | |
Terraform 1.6.4 | 12533 | Thursday, November 16, 2023 | Approved | |
Terraform 1.6.3 | 12761 | Thursday, November 2, 2023 | Approved | |
Terraform 1.6.2 | 10963 | Thursday, October 19, 2023 | Approved | |
Terraform 1.6.1 | 7807 | Wednesday, October 11, 2023 | Approved | |
Terraform 1.6.0 | 6568 | Thursday, October 5, 2023 | Approved | |
Terraform 1.5.7 | 18901 | Wednesday, September 13, 2023 | Approved | |
Terraform 1.5.6 | 16425 | Wednesday, August 23, 2023 | Approved | |
Terraform 1.5.5 | 9328 | Friday, August 11, 2023 | Approved | |
Terraform 1.5.4 | 11841 | Thursday, July 27, 2023 | Approved | |
Terraform 1.5.3 | 10781 | Thursday, July 13, 2023 | Approved | |
Terraform 1.5.2 | 7424 | Thursday, July 6, 2023 | Approved | |
Terraform 1.5.1 | 10063 | Thursday, June 22, 2023 | Approved | |
Terraform 1.5.0 | 10835 | Tuesday, June 13, 2023 | Approved | |
Terraform 1.4.7 | 38 | Sunday, April 28, 2024 | Approved | |
Terraform 1.4.6 | 29927 | Thursday, April 27, 2023 | Approved | |
Terraform 1.4.5 | 10765 | Thursday, April 13, 2023 | Approved | |
Terraform 1.4.4 | 9494 | Monday, April 3, 2023 | Approved | |
Terraform 1.4.3 | 60 | Monday, April 3, 2023 | Approved | |
Terraform 1.4.2 | 16816 | Sunday, March 19, 2023 | Approved | |
Terraform 1.4.1 | 193 | Sunday, March 19, 2023 | Approved | |
Terraform 1.4.0 | 362 | Sunday, March 19, 2023 | Approved | |
Terraform 1.3.10 | 59 | Sunday, April 28, 2024 | Approved | |
Terraform 1.3.9 | 29513 | Friday, February 17, 2023 | Approved | |
Terraform 1.3.8 | 215 | Friday, February 17, 2023 | Approved | |
Terraform 1.3.7 | 34222 | Monday, January 16, 2023 | Approved | |
Terraform 1.3.6 | 19088 | Wednesday, December 14, 2022 | Approved | |
Terraform 1.3.5 | 24570 | Friday, November 18, 2022 | Approved | |
Terraform 1.3.4 | 10442 | Monday, November 7, 2022 | Approved | |
Terraform 1.3.3 | 9525 | Friday, October 28, 2022 | Approved | |
Terraform 1.3.2 | 31403 | Monday, October 10, 2022 | Approved | |
Terraform 1.3.1 | 10216 | Thursday, September 29, 2022 | Approved | |
Terraform 1.3.0 | 13446 | Thursday, September 22, 2022 | Approved | |
Terraform 1.2.9 | 3403 | Wednesday, September 21, 2022 | Approved | |
Terraform 1.2.8 | 43994 | Friday, August 26, 2022 | Approved | |
Terraform 1.2.7 | 1674 | Thursday, August 11, 2022 | Approved | |
Terraform 1.2.6 | 17554 | Monday, August 1, 2022 | Approved | |
Terraform 1.2.5 | 6486 | Friday, July 22, 2022 | Approved | |
Terraform 1.2.4 | 10447 | Tuesday, July 5, 2022 | Approved | |
Terraform 1.2.3 | 14202 | Wednesday, June 15, 2022 | Approved | |
Terraform 1.2.2 | 16178 | Wednesday, June 1, 2022 | Approved | |
Terraform 1.2.1 | 7406 | Tuesday, May 24, 2022 | Approved | |
Terraform 1.2.0 | 4338 | Thursday, May 19, 2022 | Approved | |
Terraform 1.1.9 | 17149 | Wednesday, April 20, 2022 | Approved | |
Terraform 1.1.8 | 7907 | Thursday, April 7, 2022 | Approved | |
Terraform 1.1.7 | 19685 | Sunday, March 6, 2022 | Approved | |
Terraform 1.1.6 | 11924 | Saturday, February 19, 2022 | Approved | |
Terraform 1.1.5 | 11317 | Friday, February 4, 2022 | Approved | |
Terraform 1.1.4 | 15101 | Saturday, January 22, 2022 | Approved | |
Terraform 1.1.3 | 9347 | Monday, January 10, 2022 | Approved | |
Terraform 1.1.2 | 9338 | Saturday, December 18, 2021 | Approved | |
Terraform 1.1.1 | 181 | Saturday, December 18, 2021 | Approved | |
Terraform 1.1.0 | 7989 | Wednesday, December 8, 2021 | Approved | |
Terraform 1.0.11 | 21728 | Saturday, November 13, 2021 | Approved | |
Terraform 1.0.10 | 3822 | Tuesday, November 9, 2021 | Approved | |
Terraform 1.0.9 | 13511 | Tuesday, October 19, 2021 | Approved | |
Terraform 1.0.8 | 11869 | Wednesday, September 29, 2021 | Approved | |
Terraform 1.0.7 | 8722 | Thursday, September 16, 2021 | Approved | |
Terraform 1.0.6 | 5558 | Wednesday, September 8, 2021 | Approved | |
Terraform 1.0.5 | 769 | Monday, August 23, 2021 | Approved | |
Terraform 1.0.4 | 18070 | Sunday, August 8, 2021 | Approved | |
Terraform 1.0.3 | 6370 | Thursday, July 29, 2021 | Approved | |
Terraform 1.0.2 | 16218 | Saturday, July 10, 2021 | Approved | |
Terraform 1.0.1 | 12337 | Monday, June 28, 2021 | Approved | |
Terraform 1.0.0 | 12038 | Tuesday, June 8, 2021 | Approved | |
Terraform 0.15.5 | 1721 | Tuesday, June 8, 2021 | Approved | |
Terraform 0.15.4 | 3464 | Monday, May 31, 2021 | Approved | |
Terraform 0.15.3 | 13659 | Friday, May 7, 2021 | Approved | |
Terraform 0.15.2 | 20116 | Friday, May 7, 2021 | Approved | |
Terraform 0.15.1 | 4752 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.15.0 | 5818 | Wednesday, April 14, 2021 | Approved | |
Terraform 0.14.11 | 9002 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.14.10 | 11253 | Wednesday, April 14, 2021 | Approved | |
Terraform 0.14.9 | 5623 | Tuesday, March 30, 2021 | Approved | |
Terraform 0.14.8 | 10884 | Monday, March 15, 2021 | Approved | |
Terraform 0.14.7 | 11134 | Thursday, February 18, 2021 | Approved | |
Terraform 0.14.6 | 4780 | Wednesday, February 10, 2021 | Approved | |
Terraform 0.14.5 | 6137 | Wednesday, January 27, 2021 | Approved | |
Terraform 0.14.4 | 18668 | Sunday, January 10, 2021 | Approved | |
Terraform 0.14.3 | 5407 | Sunday, December 20, 2020 | Approved | |
Terraform 0.14.2 | 5579 | Wednesday, December 9, 2020 | Approved | |
Terraform 0.14.1 | 222 | Wednesday, December 9, 2020 | Approved | |
Terraform 0.14.0 | 2970 | Tuesday, December 8, 2020 | Approved | |
Terraform 0.13.7 | 13909 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.13.6 | 1965 | Sunday, January 10, 2021 | Approved | |
Terraform 0.13.5 | 98373 | Thursday, November 5, 2020 | Approved | |
Terraform 0.13.4 | 11012 | Wednesday, October 7, 2020 | Approved | |
Terraform 0.13.3 | 9480 | Friday, September 18, 2020 | Approved | |
Terraform 0.13.2 | 15293 | Wednesday, September 2, 2020 | Approved | |
Terraform 0.13.1 | 554 | Wednesday, September 2, 2020 | Approved | |
Terraform 0.13.0 | 9337 | Tuesday, August 11, 2020 | Approved | |
Terraform 0.13.0-rc1 | 171 | Monday, August 10, 2020 | Approved | |
Terraform 0.13.0-beta3 | 442 | Monday, July 13, 2020 | Approved | |
Terraform 0.13.0-beta2 | 278 | Thursday, June 25, 2020 | Exempted | |
Terraform 0.13.0-beta1 | 342 | Saturday, June 6, 2020 | Exempted | |
Terraform 0.12.31 | 14656 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.12.30 | 791 | Sunday, January 10, 2021 | Approved | |
Terraform 0.12.29 | 25399 | Monday, August 10, 2020 | Approved | |
Terraform 0.12.28 | 17600 | Friday, June 26, 2020 | Approved | |
Terraform 0.12.27 | 939 | Thursday, June 25, 2020 | Approved | |
Terraform 0.12.26 | 11223 | Monday, June 1, 2020 | Approved | |
Terraform 0.12.25 | 5960 | Saturday, May 23, 2020 | Approved | |
Terraform 0.12.24 | 23070 | Tuesday, March 24, 2020 | Approved | |
Terraform 0.12.23 | 2041 | Wednesday, March 18, 2020 | Approved | |
Terraform 0.12.21 | 11718 | Friday, February 21, 2020 | Approved | |
Terraform 0.12.20 | 11492 | Friday, January 24, 2020 | Approved | |
Terraform 0.12.19 | 6487 | Friday, January 10, 2020 | Approved | |
Terraform 0.12.18 | 11633 | Friday, December 13, 2019 | Approved | |
Terraform 0.12.17 | 4979 | Tuesday, December 3, 2019 | Approved | |
Terraform 0.12.16 | 3767 | Tuesday, November 26, 2019 | Approved | |
Terraform 0.12.15 | 270 | Tuesday, November 26, 2019 | Approved | |
Terraform 0.12.14 | 691 | Tuesday, November 26, 2019 | Approved | |
Terraform 0.12.13 | 9157 | Monday, November 4, 2019 | Approved | |
Terraform 0.12.12 | 6974 | Monday, October 21, 2019 | Approved | |
Terraform 0.12.11 | 262 | Monday, October 21, 2019 | Approved | |
Terraform 0.12.10 | 3001 | Thursday, October 10, 2019 | Approved | |
Terraform 0.12.9 | 9184 | Wednesday, September 18, 2019 | Approved | |
Terraform 0.12.8 | 3755 | Friday, September 6, 2019 | Approved | |
Terraform 0.12.7 | 4790 | Friday, August 23, 2019 | Approved | |
Terraform 0.12.6 | 4993 | Friday, August 2, 2019 | Approved | |
Terraform 0.12.5 | 3481 | Friday, July 19, 2019 | Approved | |
Terraform 0.12.4 | 1262 | Monday, July 15, 2019 | Approved | |
Terraform 0.12.3 | 3935 | Tuesday, June 25, 2019 | Approved | |
Terraform 0.12.2 | 2484 | Thursday, June 13, 2019 | Approved | |
Terraform 0.12.1 | 2024 | Wednesday, June 5, 2019 | Approved | |
Terraform 0.12.0 | 3514 | Wednesday, May 22, 2019 | Approved | |
Terraform 0.12.0-beta1 | 366 | Tuesday, April 2, 2019 | Approved | |
Terraform 0.12.0-alpha4 | 501 | Friday, December 28, 2018 | Approved | |
Terraform 0.12.0-alpha3 | 264 | Friday, December 28, 2018 | Approved | |
Terraform 0.12.0-alpha2 | 277 | Friday, December 28, 2018 | Approved | |
Terraform 0.12.0-alpha1 | 462 | Tuesday, October 23, 2018 | Approved | |
Terraform 0.11.15 | 4983 | Tuesday, April 27, 2021 | Approved | |
Terraform 0.11.14 | 27807 | Wednesday, May 22, 2019 | Approved | |
Terraform 0.11.13 | 15703 | Tuesday, April 2, 2019 | Approved | |
Terraform 0.11.12 | 279 | Tuesday, April 2, 2019 | Approved | |
Terraform 0.11.11 | 16132 | Friday, December 28, 2018 | Approved | |
Terraform 0.11.10 | 547 | Friday, December 28, 2018 | Approved | |
Terraform 0.11.9 | 7184 | Tuesday, October 23, 2018 | Approved | |
Terraform 0.11.8 | 24276 | Thursday, August 30, 2018 | Approved | |
Terraform 0.11.7 | 9102 | Monday, April 16, 2018 | Approved | |
Terraform 0.11.6 | 1024 | Saturday, April 7, 2018 | Approved | |
Terraform 0.11.5 | 1059 | Wednesday, March 28, 2018 | Approved | |
Terraform 0.11.4 | 775 | Monday, April 16, 2018 | Approved | |
Terraform 0.11.3 | 2878 | Friday, February 16, 2018 | Approved | |
Terraform 0.11.2 | 2036 | Saturday, January 13, 2018 | Approved | |
Terraform 0.11.1 | 1940 | Thursday, December 7, 2017 | Approved | |
Terraform 0.11.0 | 1479 | Wednesday, November 22, 2017 | Approved | |
Terraform 0.10.8 | 1938 | Tuesday, October 31, 2017 | Approved | |
Terraform 0.10.7 | 1405 | Tuesday, October 3, 2017 | Approved | |
Terraform 0.10.6 | 1572 | Wednesday, September 20, 2017 | Approved | |
Terraform 0.10.5 | 412 | Wednesday, September 20, 2017 | Approved | |
Terraform 0.10.4 | 417 | Wednesday, September 20, 2017 | Approved | |
Terraform 0.10.3 | 1183 | Friday, September 1, 2017 | Approved | |
Terraform 0.10.2 | 712 | Thursday, August 24, 2017 | Approved | |
Terraform 0.10.1 | 413 | Thursday, August 24, 2017 | Approved | |
Terraform 0.10.0 | 1081 | Thursday, August 3, 2017 | Approved | |
Terraform 0.10.0-rc1 | 480 | Wednesday, August 2, 2017 | Approved | |
Terraform 0.10.0-beta2 | 434 | Wednesday, August 2, 2017 | Approved | |
Terraform 0.10.0-beta1 | 450 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.11 | 1778 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.10 | 425 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.9 | 408 | Wednesday, July 5, 2017 | Approved | |
Terraform 0.9.8 | 1309 | Thursday, June 8, 2017 | Approved | |
Terraform 0.9.7 | 433 | Thursday, June 8, 2017 | Approved | |
Terraform 0.9.6 | 757 | Wednesday, May 31, 2017 | Approved | |
Terraform 0.9.5 | 990 | Friday, May 12, 2017 | Approved | |
Terraform 0.9.4 | 751 | Tuesday, May 2, 2017 | Approved | |
Terraform 0.9.3 | 881 | Thursday, April 13, 2017 | Approved | |
Terraform 0.9.2 | 802 | Monday, April 3, 2017 | Approved | |
Terraform 0.9.1 | 961 | Tuesday, March 21, 2017 | Approved | |
Terraform 0.9.0 | 587 | Thursday, March 16, 2017 | Approved | |
Terraform 0.8.8 | 760 | Monday, March 6, 2017 | Approved | |
Terraform 0.8.7 | 833 | Wednesday, February 22, 2017 | Approved | |
Terraform 0.8.6 | 711 | Wednesday, February 8, 2017 | Approved | |
Terraform 0.8.5 | 631 | Saturday, January 28, 2017 | Approved | |
Terraform 0.8.4 | 632 | Monday, January 16, 2017 | Approved | |
Terraform 0.8.2 | 617 | Thursday, December 22, 2016 | Approved | |
Terraform 0.8.1 | 444 | Friday, December 16, 2016 | Approved | |
Terraform 0.8.0 | 476 | Wednesday, December 14, 2016 | Approved | |
Terraform 0.7.13 | 592 | Wednesday, November 30, 2016 | Approved | |
Terraform 0.7.12 | 423 | Wednesday, November 30, 2016 | Approved | |
Terraform 0.7.11 | 506 | Tuesday, November 22, 2016 | Approved | |
Terraform 0.7.10 | 375 | Tuesday, November 22, 2016 | Approved | |
Terraform 0.7.9 | 414 | Tuesday, November 22, 2016 | Approved | |
Terraform 0.7.8 | 574 | Friday, November 4, 2016 | Approved | |
Terraform 0.7.7 | 520 | Sunday, October 23, 2016 | Approved | |
Terraform 0.7.6 | 523 | Sunday, October 16, 2016 | Approved | |
Terraform 0.7.5 | 450 | Sunday, October 16, 2016 | Approved | |
Terraform 0.7.4 | 701 | Thursday, September 22, 2016 | Approved | |
Terraform 0.7.3 | 484 | Thursday, September 22, 2016 | Approved | |
Terraform 0.7.2 | 625 | Tuesday, August 30, 2016 | Approved | |
Terraform 0.7.1 | 465 | Thursday, August 25, 2016 | Approved | |
Terraform 0.7.0 | 579 | Tuesday, August 2, 2016 | Approved | |
Terraform 0.6.16 | 463 | Tuesday, May 17, 2016 | Approved | |
Terraform 0.6.15 | 459 | Wednesday, April 27, 2016 | Approved | |
Terraform 0.6.14 | 527 | Tuesday, March 22, 2016 | Approved | |
Terraform 0.6.13 | 409 | Tuesday, March 22, 2016 | Approved | |
Terraform 0.6.12 | 517 | Monday, February 29, 2016 | Approved | |
Terraform 0.6.11 | 450 | Tuesday, February 2, 2016 | Approved | |
Terraform 0.6.10 | 415 | Tuesday, February 2, 2016 | Approved | |
Terraform 0.6.9 | 471 | Sunday, January 10, 2016 | Approved | |
Terraform 0.6.8 | 456 | Tuesday, December 8, 2015 | Approved | |
Terraform 0.6.7 | 399 | Tuesday, December 8, 2015 | Approved | |
Terraform 0.6.6 | 435 | Thursday, October 29, 2015 | Approved | |
Terraform 0.6.5 | 424 | Thursday, October 29, 2015 | Approved | |
Terraform 0.6.4 | 430 | Thursday, October 29, 2015 | Approved | |
Terraform 0.6.3 | 380 | Wednesday, August 12, 2015 | Approved | |
Terraform 0.6.2 | 439 | Wednesday, August 12, 2015 | Approved | |
Terraform 0.6.1 | 416 | Wednesday, August 12, 2015 | Approved | |
Terraform 0.6.0 | 438 | Thursday, July 9, 2015 | Approved | |
Terraform 0.5.3 | 637 | Wednesday, June 3, 2015 | Approved | |
Terraform 0.5.2 | 425 | Wednesday, June 3, 2015 | Approved | |
Terraform 0.5.0 | 459 | Wednesday, June 3, 2015 | Approved | |
Terraform 0.4.0 | 454 | Thursday, April 9, 2015 | Approved | |
Terraform 0.3.6 | 518 | Thursday, April 2, 2015 | Approved |
HashiCorp 2015-2016
0.7.3 (September 5, 2016)
BACKWARDS INCOMPATIBILITIES / NOTES:
- Terraform now validates the uniqueness of variable and output names in your configuraitons. In prior versions certain ways of duplicating variable names would work. This is now a configuration error (and should've always been). If you get an error running Terraform you may need to remove the duplicates. Done right, this should not affect the behavior of Terraform.
- The internal structure of
.terraform/modules
changed slightly. For configurations with modules, you'll need to runterraform get
again.
FEATURES:
- New Provider:
rabbitmq
(#7694) - New Data Source:
aws_cloudformation_stack
(#8640) - New Resource:
aws_cloudwatch_log_stream
(#8626) - New Resource:
aws_default_route_table
(#8323) - New Resource:
aws_spot_datafeed_subscription
(#8640) - New Resource:
aws_s3_bucket_policy
(#8615) - New Resource:
aws_sns_topic_policy
(#8654) - New Resource:
aws_sqs_queue_policy
(#8657) - New Resource:
aws_ssm_association
(#8376) - New Resource:
cloudstack_affinity_group
(#8360) - New Resource:
librato_alert
(#8170) - New Resource:
librato_service
(#8170) - New Remote State Backend:
local
(#8647) - Data source blocks can now have a count associated with them (#8635)
- The count of a resource can now be referenced for interpolations:
self.count
andtype.name.count
work (#8581) - Provisioners now support connection using IPv6 in addition to IPv4 (#6616)
IMPROVEMENTS:
- core: Add wildcard (match all) support to
ignore_changes
(#8599) - core: HTTP module sources can now use netrc files for auth
- core: Show last resource state in a timeout error message (#8510)
- helper/schema: Add diff suppression callback (#8585)
- provider/aws: API Gateway Custom Authorizer (#8535)
- provider/aws: Add MemoryReservation To
aws_ecs_container_definition
data source (#8437) - provider/aws: Add ability Enable/Disable For ELB Access logs (#8438)
- provider/aws: Add support for assuming a role prior to performing API operations (#8638)
- provider/aws: Export
arn
ofaws_autoscaling_group
(#8503) - provider/aws: More robust handling of Lambda function archives hosted on S3 (#6860)
- provider/aws: Spurious diffs of
aws_s3_bucket
policy attributes due to JSON field ordering are reduced (#8615) - provider/aws:
name_regex
attribute for local post-filtering ofaws_ami
data source results (#8403) - provider/aws: Support for lifecycle hooks at ASG creation (#5620)
- provider/consul: Make provider settings truly optional (#8551)
- provider/statuscake: Add support for contact-group id in statuscake test (#8417)
BUG FIXES:
- core: Changing a module source from file to VCS no longer errors (#8398)
- core: Configuration is now validated prior to input, fixing an obscure parse error when attempting to interpolate a count (#8591)
- core: JSON configuration with resources with a single key parse properly (#8485)
- core: States with duplicate modules are detected and an error is shown (#8463)
- core: Validate uniqueness of variables/outputs in a module (#8482)
- core:
-var
flag inputs starting with/
work - core:
-var
flag inputs starting with a number work and was fixed in such a way that this should overall be a lot more resilient to inputs (#8044) - provider/aws: Add AWS error message to retry APIGateway account update (#8533)
- provider/aws: Do not set empty string to state for
aws_vpn_gateway
availability zone (#8645) - provider/aws: Fix. Adjust create and destroy timeout in aws_vpn_gateway_attachment. (#8636)
- provider/aws: Handle missing EFS mount target in
aws_efs_mount_target
(#8529) - provider/aws: If an
aws_security_group
was used in Lambda function it may have prevented you from destroying such SG due to dangling ENIs created by Lambda service. These ENIs are now automatically cleaned up prior to SG deletion (#8033) - provider/aws: Increase
aws_route_table
timeouts from 1 min to 2 mins (#8465) - provider/aws: Increase aws_rds_cluster timeout to 40 minutes (#8623)
- provider/aws: Refresh
aws_route
from state ifaws_route_table
not found (#8443) - provider/aws: Remove
aws_elasticsearch_domain
from state if it doesn't exist (#8643) - provider/aws: Remove unsafe ptr dereferencing from ECS/ECR (#8514)
- provider/aws: Set
apply_method
to state inaws_db_parameter_group
(#8603) - provider/aws: Stop
aws_instance
source_dest_check
triggering an API call on each terraform run (#8450) - provider/aws: Wait for
aws_route_53_record
to be in-sync after a delete (#8646) - provider/aws:
aws_volume_attachment
detachment errors are caught (#8479) - provider/aws: adds resource retry to
aws_spot_instance_request
(#8516) - provider/aws: Add validation of Health Check target to aws_elb. (#8578)
- provider/aws: Skip detaching when aws_internet_gateway not found (#8454)
- provider/aws: Handle all kinds of CloudFormation stack failures (#5606)
- provider/azurerm: Reordering the checks after an Azure API Get (#8607)
- provider/chef: Fix "invalid header" errors that could occur (#8382)
- provider/github: Remove unsafe ptr dereferencing (#8512)
- provider/librato: Refresh space from state when not found (#8596)
- provider/mysql: Fix breakage in parsing MySQL version string (#8571)
- provider/template:
template_file
vars can be floating point (#8590) - provider/triton: Fix bug where the ID of a
triton_key
was used prior to being set (#8563)
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.