5 Commits

Author SHA1 Message Date
ajacoutot
8db7e6c503 Update to terraform-0.10.0-beta1.
While this is a beta release, I'd rather get it in tree asap because upstream
split all providers into their own project. So now we have one terraform and
69 terraform-providers (for now). See this URL for details:
https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/

If you miss a provider for your iac declaration you have the choice of
downloading hashicorp binaries over the net or better: installing the
corresponding OpenBSD package.
e.g.
pkg_add terraform-provider-aws
cd /path/to/where/foo.tf/is/stored
terraform init <- this will record the sha256 sum of the plugin
2017-06-25 15:10:58 +00:00
ajacoutot
45624577fc Update to terraform-0.7.0. 2016-08-03 08:28:27 +00:00
ajacoutot
7314ea56be Update to terraform-0.6.16. 2016-05-13 17:10:38 +00:00
ajacoutot
790c365d27 Install providers and provisionners.
Use INSTALL_SCRIPT to prevent stripping go binaries.
2016-05-02 16:16:17 +00:00
ajacoutot
ad99d4575a Import terraform-0.6.15.
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.
<...>

ok jasper@
2016-04-28 10:10:14 +00:00