This project is mirrored from https://:*****@github.com/hashicorp/terraform.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 22 Mar, 2017 1 commit
-
-
James Bardin authored
Move the S3 State from a legacy remote state to an official backend. This increases test coverage, uses a set schema for configuration, and will allow new backend features to be implemented for the S3 state, e.g. "environments".
-
- 21 Mar, 2017 4 commits
-
-
James Bardin authored
ignore_changes causes keys in other flatmapped objects to be lost from diff
-
James Bardin authored
When transforming a diff from DestroyCreate to a simple Update, ignore_changes can cause keys from flatmapped objects to be filtered form the diff. We need to filter each flatmapped container as a whole to ensure that unchanged keys aren't lost in the update.
-
Sander van Harmelen authored
-
Yukihiko SAWANOBORI authored
* add option zone_id - Ref: http://docs.idcf.jp/cloud/api/address/#listpublicipaddresses * Exclusion of `network_id`, `vpc_id` and `zone_id` * Revert "Exclusion of `network_id`, `vpc_id` and `zone_id`" This reverts commit 9684c8b0b65b3353aea4e0bfbeaf21986282812b. * remove zone_id from one of required option.
-
- 20 Mar, 2017 27 commits
-
-
James Bardin authored
-
James Bardin authored
ignore_changes is causing changes in other flatmapped sets to be filtered out incorrectly. This required fixing the testDiffFn to create diffs which include the old value, breaking one other test.
-
Paul Stack authored
-
James Nugent authored
Many cloud services prevent duplicate key pairs with different names. Among them are Digital Ocean, Joyent Triton and Packet. Consequently, if tests leave dangling resources it is not enough to simply randomise the name, the entire key material must be regenerated. This commit adds a helper method that returns a new randomly generated key pair, where the public key material is formatted in OpenSSH "authorized keys" format, and the private key material is PEM encoded.
-
clint shryock authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
command: remove legacy remote state on migration
-
clint shryock authored
-
Paul Stack authored
-
Dylan Conrad Johnson authored
* add nil check when assingment from a doc parameter to the param map * remove println
-
ryno75 authored
-
Benjamin Boudreau authored
-
Mitchell Hashimoto authored
Fixes #12871 We were forgetting to remove the legacy remote state from the actual state value when migrating. This only causes an issue when saving a plan since the plan contains the state itself and causes an error where both a backend + legacy state exist. If saved plans aren't used this causes no noticable issue. Due to buggy upgrades already existing in the wild, I also added code to clear the remote section if it exists in a standard unchanged backend
-
Paul Stack authored
-
Gauthier Wallet authored
-
Mitchell Hashimoto authored
[DOCUMENTATION] Change version of Debian image
-
Paul Stack authored
-
Gauthier Wallet authored
-
Paul Stack authored
-
Gauthier Wallet authored
* provider/aws: Added Usage Plan Key resource * provider/aws: Added usage plan import documentation
-
Brett Slaski authored
The -u flag didn't work for me and based on documentation should be -update, which did work. Makes getting started docs more accurate.
-
Paul Stack authored
-
Joshua Spence authored
Adds support for `name_prefix` to the `aws_autoscaling_group` and `aws_elb` resources. Unfortunately when using `name_prefix` with `aws_elb`, this means that the specified prefix can only be a maximum of 6 characters in length. This is because the maximum length for an ELB name is 32 characters, and `resource.PrefixedUniqueId` generates a 26-character unique identifier. I was considering truncating the unique identifier to allow for a longer `name_prefix`, but I worried that doing so would increase the risk of collisions.
-
Paul Stack authored
-
Jake Pusateri authored
provider/aws: Fix flattened cloudfront lambda function associations to be a set, not a slice (#11984)
-
Paul Stack authored
-
Laurent Commarieu authored
-
- 19 Mar, 2017 8 commits
-
-
Radek Simko authored
-
Radek Simko authored
-
Paul Stack authored
-
Alexander authored
* Validate credentials * Add ability to skip validation * Update provider documentation * invalidCredentials -> invalidCreds * Include original error message * Update description for skip_credentials_validation * Add config test * set skip_credentials_validation default to false
-
Paul Stack authored
-
Joe Topjian authored
-
Paul Stack authored
-
Joe Topjian authored
-