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.
- 09 Apr, 2015 19 commits
-
-
Mitchell Hashimoto authored
terraform: don't prune, but disable, inherited configs [GH-1447]
-
Mitchell Hashimoto authored
Update CHANGELOG
-
Mitchell Hashimoto authored
-
Paul Hinze authored
Catching up with my post 0.4 CHANGELOG lag.
-
Mitchell Hashimoto authored
-
Paul Hinze authored
providers/aws: fix a few more bugs in launch configs
-
Paul Hinze authored
providers/aws: reduce scope of block_device set hashcodes
-
Clint authored
Update CHANGELOG
-
Clint Shryock authored
-
Mitchell Hashimoto authored
-
Paul Hinze authored
terraform: don't validate providers outside of modules if we don't have to
-
Paul Hinze authored
Fixes #1409 Resource set hash calculation is a bit of a devil's bargain when it comes to optional, computed attributes. If you omit the optional, computed attribute from the hash function, changing it in an existing config is not properly detected. If you include the optional, computed attribute in the hash and do not specify a value for it in the config, then you'll end up with a perpetual, unresolvable diff. We'll need to think about how to get the best of both worlds, here, but for now I'm switching us to the latter and documenting the fact that changing these attributes requires manual `terraform taint` to apply.
-
Paul Hinze authored
These bugs were found by additional check added in #1443 * Reversed nil err check meant that block devices were broken :( * Fixing the err check revealed a few missed pointer derefs * Unlike instances, ephemeral block devices do come back in `BlockDeviceMappings` from `DescribeLaunchConfigurations` calls, so we need to recognize them and filter them properly. Even though they're not set as computed, I'm doing a `d.Set` since it doesn't hurt and it gives us the benefit of basic drift detection.
-
Paul Hinze authored
ec2/config: Use provided region instead of hardcoding us-west-2
-
Radek Simko authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 08 Apr, 2015 14 commits
-
-
Clint authored
provider/aws: Convert AWS Network Interface to aws-sdk-go
-
Clint authored
provider/aws: Convert EIP to use upstream aws-sdk-go
-
Clint authored
Convert AWS Internet Gateway to use upstream aws-sdk-go
-
Clint authored
provider/aws: Convert AWS Subnet to mainstream aws-sdk-go
-
Clint Shryock authored
-
Clint authored
provider/aws: Convert Key Pair to upstream aws-sdk-go
-
Clint authored
provider/aws: Change Route 53 record to allow resource updates
-
Paul Hinze authored
Fix #1394, network value for network_interface
-
Clint authored
provider/aws: Fix issue with Route 53 and pre-existing, external Hosted zones
-
Dainis Tillers authored
-
Dainis Tillers authored
Fix #1394, network value for network_interface isn't a computed value and there is no need to refresh it each time instance data is read
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
config/module: storage path should be independent of system
-
Mitchell Hashimoto authored
-
- 07 Apr, 2015 7 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
command/push: read terraform.tfvars
-
Mitchell Hashimoto authored
-
Paul Hinze authored
providers/aws: fix LCs being invalid in classic
-