Commit Graph

3513 Commits

Author SHA1 Message Date
Mitchell Hashimoto ac92766d2c Merge pull request #1164 from TimeIncOSS/route53-increase-timeout
Increase aws/Route53 record creation timeout
2015-03-11 08:31:14 +01:00
Clint 263395a9f0 Merge pull request #1171 from hashicorp/aws-go-route-table-assoc
provider/aws: Convert AWS Route Table Association to aws-sdk-go
2015-03-10 17:01:21 -05:00
Clint Shryock 314453abe5 fix nit-pick from go vet 2015-03-10 16:57:43 -05:00
Clint e4a298fdfb Merge pull request #1174 from hashicorp/aws-go-vpc-peering
providers/aws: Convert AWS VPC Peering to aws-sdk-go
2015-03-10 16:53:31 -05:00
Clint Shryock 3c3b7d51a2 remove duplicated function 2015-03-10 16:52:09 -05:00
Clint Shryock b038e5f720 provider/aws: Convert AWS Route Table Association to aws-sdk-go 2015-03-10 16:43:42 -05:00
Clint 357ef9f313 Merge pull request #1170 from hashicorp/aws-go-route-table
provider/aws: Convert AWS Route Table to aws-sdk-go
2015-03-10 16:42:56 -05:00
Clint 2d2072f8a8 Merge pull request #1165 from hashicorp/aws-go-main-route-table
provider/aws: Convert Main Route Table assoc. to aws-sdk-go
2015-03-10 16:40:15 -05:00
Paul Hinze f3a786b084 Merge pull request #1166 from suguru/f-aws-block-device-root-iops
providers/aws: iops in root device skipped when output state
2015-03-10 14:29:23 -06:00
Clint Shryock 30125e3a5f providers/aws: Convert AWS VPC Peering to aws-sdk-go 2015-03-10 15:21:31 -05:00
Clint 652f3dc3d7 Merge pull request #1173 from hashicorp/fix-vpc-peering
provider/aws: Add env default for AWS_ACCOUNT_ID in VPC Peering connection
2015-03-10 15:21:11 -05:00
Clint Shryock fe293f909e provider/aws: Add env default for AWS_ACCOUNT_ID in VPC Peering connection 2015-03-10 14:44:07 -05:00
Clint Shryock e7b3f3cf17 convert route table tests to aws-sdk-go 2015-03-10 10:30:01 -05:00
Clint Shryock 30f401eab7 provider/aws: Convert AWS Route Table to aws-sdk-go 2015-03-10 10:23:14 -05:00
Suguru Namura 30941dfdc4 providers/aws: iops in root device skipped when output state 2015-03-10 19:50:05 +09:00
Clint Shryock 795970d5a2 Give route table assoc it's own copy of this method for now 2015-03-09 17:12:15 -05:00
Clint Shryock 5a13ac9bc9 provider/aws: Convert Main Route Table assoc. to aws-sdk-go 2015-03-09 16:15:25 -05:00
Radek Simko bc44fdc1a7 aws/Route53 record creation timeout 10->30 mins 2015-03-09 20:12:15 +00:00
Sander van Harmelen d2c6ae0741 Merge pull request #1163 from svanharmelen/f-cloudstack-vpn-resources
provider/cloudstack: adding vpn resources
2015-03-09 17:50:12 +01:00
Sander van Harmelen 94608fc4bc Fixing up the tests to make them pass correctly 2015-03-09 17:44:09 +01:00
Sander van Harmelen bb88adb5a3 Fixing a corner case while retrieving a template UUID
Added some logic to the go-cloudstack package to support a more
customised call to GetTemplateID in order to get the correct/expected
UUID.
2015-03-09 14:02:18 +01:00
Sander van Harmelen bb7ef8db67 Adding tests and docs for the new VPN resources
And did some (very) minor refactoring in the existing docs
2015-03-09 14:00:29 +01:00
Mitchell Hashimoto e32ad9e3ae Merge pull request #1151 from jefferai/f-quickdev
Add quickdev option
2015-03-06 10:27:44 -08:00
Jack Pearkes a090aac755 update changelog (fix previous) 2015-03-06 10:03:30 -08:00
Jack Pearkes 09bf26e844 update changelog 2015-03-06 10:02:09 -08:00
Jack Pearkes 26cc99bf3f website: add digitalocean ssh_key documentation
cc/ @plalloni
2015-03-06 10:00:41 -08:00
Jack Pearkes 12bb4b866c Merge pull request #1074 from plalloni/do-ssh-keys
Add DigitalOcean SSH Key resource
2015-03-06 09:44:36 -08:00
Jeff Mitchell 996e7ff3e4 Add quickdev option; skips getting dependencies to make repeated builds a bit faster and less network-heavy 2015-03-06 17:07:16 +00:00
Paul Hinze 6a9e4ce227 Merge pull request #1141 from hashicorp/b-rds-snapshot-force-new
providers/aws: final_snapshot_id isn't ForceNew
2015-03-06 10:13:08 -06:00
Paul Hinze f61dcf8aeb Merge pull request #1144 from TimeIncOSS/git-2-https
Replace git protocol with https in middleman source URL
2015-03-06 10:13:00 -06:00
Radek Simko 30707dbd05 Locked dependencies updated to latest versions 2015-03-06 13:07:59 +00:00
Radek Simko c87ac6df04 Replace git:// with https:// in middleman source 2015-03-06 13:06:57 +00:00
Mitchell Hashimoto 140a8f95fd Merge pull request #1143 from TimeIncOSS/vpc_peering_docs
website: add vpc_peering docs to sidebar
2015-03-06 00:06:22 -08:00
Radek Simko 6e6369c7a4 vpc_peering docs added to sidebar 2015-03-06 07:55:38 +00:00
Paul Hinze bc1baa8712 providers/aws: final_snapshot_id isn't ForceNew
Removing `ForceNew` from `final_snapshot_identifier` - it's a parameter
that's _only_ passed during the DeleteDBInstance API call, so it's perfectly
valid to change the attribute for an existing DB Instance.

fixes #1138
2015-03-05 19:07:41 -06:00
Paul Hinze f4291d6f44 Update CHANGELOG.md 2015-03-05 15:45:59 -06:00
Paul Hinze e97b4803d6 Merge pull request #1134 from hashicorp/f-deprecation
helper/schema: allow Schema attrs to be Deprecated/Removed
2015-03-05 15:41:38 -06:00
Paul Hinze ef70c8cae5 helper/schema: allow Schema attrs to be Removed
Removed fields show a customizable error message to the user when they
are used in a Terraform config. This is a tool that provider authors can
use for user feedback as they evolve their Schemas.

refs #957
2015-03-05 15:33:56 -06:00
Mitchell Hashimoto 1bbb42b13f Merge pull request #1133 from hashicorp/f-remote-file
state/remote: add undocumented file backend for remote state
2015-03-05 13:16:52 -08:00
Paul Hinze 888f16d2d3 helper/schema: allow Schema attrs to be Deprecated
Deprecated fields show a customizable warning message to the user when
they are used in a Terraform config. This is a tool that provider
authors can use for user feedback as they evolve their Schemas.

fixes #957
2015-03-05 15:16:50 -06:00
Paul Hinze 7dca526493 Merge pull request #1132 from hashicorp/f-travis-vet
run `go vet` on Travis
2015-03-05 15:16:09 -06:00
Mitchell Hashimoto aee27314eb state/remote: add undocumented file backend for remote state 2015-03-05 13:15:14 -08:00
Paul Hinze 028a8ac8c5 travis: run `go vet` on every build 2015-03-05 14:59:51 -06:00
Paul Hinze 9270af6dfa Merge pull request #1131 from hashicorp/b-aws-subnet-vet
providers/aws: go vet fixes in aws_subnet
2015-03-05 14:57:18 -06:00
Paul Hinze 170341d38e providers/aws: go vet fixes in aws_subnet 2015-03-05 14:53:07 -06:00
Paul Hinze 089b5dc19e Merge pull request #1130 from hashicorp/f-deprecation
command: warnings should not exit
2015-03-05 14:37:28 -06:00
Paul Hinze 4fc5ebf47e command: warnings should not exit
also properly colorize error/warnings

depends on https://github.com/mitchellh/cli/pull/15
2015-03-05 14:22:34 -06:00
Paul Hinze 31529be403 Merge pull request #1127 from hashicorp/f-deprecation
helper/schema: [tests] add names to Validate tests
2015-03-05 13:36:14 -06:00
Mitchell Hashimoto e92a378df7 Merge pull request #1125 from TimeIncOSS/rds_instance_fix
aws/rds: Let aws_db_instance.*.address to be actually address
2015-03-05 11:22:17 -08:00
Paul Hinze 000238835c helper/schema: [tests] add names to Validate tests
a process also known as 'paulification' :)
2015-03-05 12:28:53 -06:00