cookbook 'terraform', '= 0.5.0'
terraform
(24) Versions
0.5.0
-
Follow6
Installs Terraform (terraform.io)
cookbook 'terraform', '= 0.5.0', :supermarket
knife supermarket install terraform
knife supermarket download terraform
terraform Cookbook
Installs Terraform by Mitchell Hashimoto
(@mitchellh).
Terraform is an open source tool that allows you to
configure entire infrastructure stack as code.
Requirements
Cookbooks
The only dependency this cookbook has is the ark
cookbook.
Platforms
The following platforms are supported and have been automatically tested under
Test Kitchen:
- Amazon Linux (2014.03.2-hvm)
- CentOS 6.5
- CentOS 7
- Debian 7.6
- Fedora 20
- FreeBSD 10
- Ubuntu 14.04
Other versions of these OSs should work. Alternative Debian and RHEL
family distributions are also assumed to work. Please report
any additional platforms you have tested so they can be added.
Usage
Simply include recipe[terraform]
in your run_list to have
Terraform installed.
Recipes
default
Installs Terraform from official pre-compiled binaries.
Attributes
version
The version of Terraform that will be installed.
raw_checksums
sha256 checksums for the intended version's archive file, used for security and
should be changed alongside version.
NOTE: All other attributes are considered internal and shouldn't
normally need to be changed.
Development
- Source hosted at GitHub
- Report issues/questions/feature requests on GitHub Issues
Contributing
Pull requests are very welcome! Ideally create a topic branch for every
separate change you make.
This cookbook uses [ChefSpec][chefspec] for unit tests. I also use Food
Critic and RuboCop to check for style issues.
When contributing it would be very helpful if you could run these via
bundle exec spec
and bundle exec style
.
Lastly, there are Serverspec integration tests for
use with Test Kitchen. To see all of the available
integration test suites just check bundle exec rake T
or bundle exec
. It would be great if you could run these tests too, you
kitchen list
may however leave out the Amazon Linux test suite if you do not have
an AWS account as it runs on an EC2 instance (you will be billed for
running this).
Credit
This cookbook, especially the checksum stuff in
attributes file has been influenced by the Packer
cookbook by
@sit.
License and Author
Author:: Ross Timson
<ross@rosstimson.com>
Copyright 2014, Ross Timson
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
ark ~> 1.1.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
terraform Cookbook CHANGELOG
0.5.0
- Update terraform to 0.6.16
- Update ark dependency to 1.1.0
0.4.4
- added chefspec tests
- added more test platforms in Test Kitchen
- Merged PR #16 that resolves derived attribute issue
0.4.3
- Patch a bug introduced by v0.4.2 where the URI.join truncated any path from the URI base. This resulted in GET requests that were missing whatever path was included in the URL base, such as "/terraform"
0.4.2
- Remove extraneous slashes from Terraform's SHA256SUMS URL that give 403 Forbidden
0.4.1
- cleaned up the fetch_checksums helper method
- set the default['terraform']['checksums'] and default['terraform']['checksum'] attributes in the default recipe
0.4.0
- Add helper methods: raw_checksums_to_hash, fetch_checksums, terraform_url
- Fixed Issue #10(https://github.com/rosstimson/chef-terraform/issues/10)
0.3.0
- Fixed rubocop offenses
- updated serverspec to test against Terraform 0.6.11 install paths
- Added minitest handler dependency for Test Kitchen runs
- Added minitest test suites
- Fixed Issue #11(https://github.com/rosstimson/chef-terraform/issues/11)
0.2.1
- Buump Terraform to latest version (0.6.11) (@thegreenrobot)
0.2.0
- Fixed Issue #6(https://github.com/rosstimson/chef-terraform/issues/6) set the terraform zip file name in a node attribute (@haidangwa)
- Updated the default version to 0.6.8
- Fixed the download link as no longer using Bintray
- Windows support (@ridiculousness)
0.1.3
- Fixed Issue #6(https://github.com/rosstimson/chef-terraform/issues/6) set the terraform zip file name in a node attribute
- updated the default version to 0.6.7
0.1.2
- Update to Terraform 0.5.1 (@wilb)
- Fixing rsync trailing slash issue. (@dquiles)
0.1.1
- Update to Terraform 0.3.1 (@cantenesse)
- Kills hard dependency on Ark cookbook (@cantenesse)
0.1.0
- Initial release.
Foodcritic Metric
0.5.0 failed this metric
FC002: Avoid string interpolation where not required: /tmp/82071d25b959873808694ff7/terraform/libraries/helpers.rb:31
FC023: Prefer conditional attributes: /tmp/82071d25b959873808694ff7/terraform/recipes/default.rb:44
0.5.0 failed this metric
FC023: Prefer conditional attributes: /tmp/82071d25b959873808694ff7/terraform/recipes/default.rb:44