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 10 commits
-
-
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
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 16 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
-
Mitchell Hashimoto authored
reflect.DeepEqual was returning false, sometimes.
-
Mitchell Hashimoto authored
-
Clint Shryock authored
-
Paul Hinze authored
Turns out AssociatePublicIPAddress was always being set, but the AWS APIs don't like that when you're launching into EC2 Classic and return a validation error at ASG launch time. Fixes #1410
-
Clint Shryock authored
Also adds sdk versions of structure, structure test
-
Clint Shryock authored
-
Paul Hinze authored
Remove Security Group owner_id argument from document
-
Clint Shryock authored
-
Daisuke Fujita authored
-