Commit Graph

7646 Commits

Author SHA1 Message Date
Philipp Preß
1cd2fea1f9 Fix AWS RDS cross-region read replica always being placed in default VPC
Fixes #4192 by honouring the `db_subnet_group_name` parameter when creating a cross-region read replica.
2015-12-08 15:06:57 +01:00
Joe Topjian
c3f6bbcece provider/openstack: Handle volumes in "deleting" state
This commit prevents Terraform from erroring when an attempt is made
to delete a volume already in a "deleting" state. This can happen when
the volume is the root disk of an instance and the instance was
terminated.
2015-12-08 06:33:06 +00:00
clint shryock
cf87642bc8 provider/aws: Fix issue destroy Route 53 zone/record if it no longer exists 2015-12-07 16:33:37 -06:00
clint shryock
d69abbaeda Run go fmt on VMWare vCloud Director provider 2015-12-07 15:24:34 -06:00
Kristinn Örn Sigurðsson
aa97300a3b Create and attach additional disks before bootup.
Additional disks weren't created and attached to cloned vms until after bootup.

I also fixed some typos.
2015-12-07 22:16:52 +01:00
Clint
c95667ce99 Merge pull request #4179 from aberghage/bugfix/digitalocean_ignore_dns_404
Check HTTP status codes on responses from the DigitalOcean API instead of doing string compares
2015-12-07 15:04:33 -06:00
Paul Hinze
0680700168 Merge pull request #4194 from hashicorp/phinze/travis-no-more-tip
travis: remove go tip builds
2015-12-07 12:00:21 -06:00
Paul Hinze
e60d6915bc Update CHANGELOG.md 2015-12-07 11:55:56 -06:00
Paul Hinze
b09525d83d Merge pull request #4193 from hashicorp/phinze/provider-dont-prompt-deprecated
helper/schema: skip provider input for deprecated fields
2015-12-07 11:55:24 -06:00
Paul Hinze
d8022645ba travis: remove go tip builds
I don't really see a good reason for running a build against Go tip.
This probably made more sense in the earlier days of Golang, but now
IMHO it's just wasting cycles for not much benefit.

/cc @jen20 @mitchellh
2015-12-07 11:45:53 -06:00
Paul Hinze
99244c5597 helper/schema: skip provider input for deprecated fields
There's no reason that a field that's been deprecated should ever
prompt.

fixes #4033
2015-12-07 11:28:45 -06:00
Paul Hinze
8f056d9f76 Merge pull request #4190 from broadinstitute/google-cloudsql-doc
Fix to Google CloudSQL instance documentation
2015-12-07 10:53:51 -06:00
Andrew Teixeira
6e7c7b6a0b Move pricing_plan and replication_type in documentation to "settings" sublist as that is where the code looks for those options 2015-12-07 11:40:41 -05:00
Takaaki Furukawa
fae25a9ed8 Update a default example in VMware vSphere provider 2015-12-07 10:49:04 +09:00
Alex Berghage
53f02fc4a2 Analogous to #3768 -- just for DNS and keys.
The error string for 404s on DNS domains has (apparently)
changed, causing things to be a little sad when you modify
DNS domains from the DO console instead of terraform. This
is just the same fix as was applied to droplets around this
time last month.

While I was at it I just fixed this everywhere I saw it in the
DO provider source tree.
2015-12-06 07:13:14 -05:00
James Nugent
7e2c8d2118 Merge pull request #4178 from frewsxcv/patch-1
Fix minor spacing inconsistency
2015-12-05 20:12:16 -06:00
Corey Farwell
82e502359c Fix minor spacing inconsistency 2015-12-05 16:51:05 -05:00
Radek Simko
f58defbd41 Merge pull request #4174 from frewsxcv/patch-1
Fix typo 'storaege' → 'storage'
2015-12-05 14:34:48 -05:00
Corey Farwell
b7acbd7887 Fix typo 'storaege' → 'storage' 2015-12-05 14:20:24 -05:00
Martin Atkins
283a838b58 Merge #3930: tls_locally_signed_cert resource 2015-12-04 13:30:37 -08:00
Clint
c05b0a5a0d Merge pull request #4147 from hashicorp/b-aws-dynamo-gsi-docs
providers/aws: Update Dynamo DB docs for GSI hash_key
2015-12-04 14:55:26 -06:00
Paul Hinze
e06b76ac43 Update CHANGELOG.md 2015-12-04 11:40:28 -06:00
Paul Hinze
56339332dd Merge pull request #4166 from hashicorp/phinze/consul-remote-state-basic-auth
core: support HTTP basic auth in consul remote state
2015-12-04 11:39:00 -06:00
Piotr Komborski
3d28b8dec2 S3 bucket force_destroy error: MalformedXML
AWS provider was not checking whether DeleteMarkers are left in S3
bucket causing s3.DeleteObjectsInput to send empty XML which resulted in
400 error and MalformedXML message.
2015-12-04 15:24:23 +00:00
Paul Hinze
bb52d70089 Merge pull request #4159 from turtlemonvh/patch-1
Update downloads.html.erb
2015-12-04 09:09:18 -06:00
Paul Hinze
652229bdcb Update CHANGELOG.md 2015-12-04 09:08:02 -06:00
Paul Hinze
30a87be969 Merge pull request #4150 from svanharmelen/f-cloudstack-performance
provider/cloudstack: performance improvements
2015-12-04 09:07:10 -06:00
Paul Hinze
a9ee6a4883 Update CHANGELOG.md 2015-12-04 09:04:16 -06:00
Paul Hinze
f1e7cec566 Merge pull request #3992 from svanharmelen/f-change-sets
core: change set internals and make (extreme) performance improvements
2015-12-04 09:03:43 -06:00
Paul Hinze
eed83275e3 Update CHANGELOG.md 2015-12-04 08:51:49 -06:00
Paul Hinze
5985220497 Merge branch 'rakutentech-insecure-flag'
Rebase of @tkak's work onto master.

Closes #3933
2015-12-04 08:49:39 -06:00
Takaaki Furukawa
3a08cc9334 provider/vsphere: Add allow_unverified_ssl flag for unverified SSL requests 2015-12-04 08:49:22 -06:00
stack72
6817e0d144 Adding the ability to generate a securitygroup name-prefix 2015-12-04 09:21:08 -05:00
Lars Wander
2a49ebb448 Merge pull request #4153 from lwander/gcp-pubsub-docs-update
provider/google: Added missing pubsub documentation
2015-12-04 09:01:00 -05:00
Paul Hinze
1a19f43ee1 core: support HTTP basic auth in consul remote state
Closes #1663
2015-12-04 07:15:18 -06:00
Martin Atkins
29d42662fe Merge #3653: PostgreSQL provider 2015-12-03 23:48:48 -08:00
Adrian Chelaru
e1eef15646 postgresql provider with "database" and "role" resources 2015-12-03 23:44:20 -08:00
Timothy
ef0b02ede3 Update downloads.html.erb
Its a PGP key, not a GPG key.
2015-12-03 23:21:35 -05:00
Paul Hinze
8e40b6b855 provider/aws: fixes to ASG placement_group tests
Based on @stack72's recommendations in #3704, thanks @stack72!
2015-12-03 18:17:54 -06:00
Paul Hinze
725a7eef67 Update CHANGELOG.md 2015-12-03 18:05:40 -06:00
Paul Hinze
709d1f3599 Merge pull request #3704 from dayer4b/add-placement-group
added placement group as an option for autoscaling groups
2015-12-03 18:05:01 -06:00
Paul Hinze
9203bfedf1 Update CHANGELOG.md 2015-12-03 15:52:28 -06:00
Paul Hinze
9e68c34abe Merge pull request #3785 from hmrc/master
VMWare vCloud Director Support
2015-12-03 15:51:47 -06:00
Lars Wander
738ad14ebb provider/google: Added missing pubsub documentation 2015-12-03 15:42:41 -05:00
Dave Cunningham
895dd29090 Update CHANGELOG.md
(Forgot to do this yesterday)
2015-12-03 15:33:35 -05:00
clint shryock
16016b8866 fix typo 2015-12-03 14:24:35 -06:00
Clint
55af736ade Update CHANGELOG.md 2015-12-03 14:23:52 -06:00
Clint
79c9953b83 Merge pull request #4075 from elblivion/fix-elb-ec2-classic
provider/aws: Skip SG ID determination logic for Classic ELBs
2015-12-03 14:23:14 -06:00
Sander van Harmelen
b8f3417e79 Change all firewall related resources to take a cidr_list
Also some additional tweaks to improve performance and add in a little
concurrency to speed things up a little.
2015-12-03 15:34:53 +01:00
Joe Topjian
dbd6a1fd72 Update CHANGELOG.md 2015-12-02 20:26:44 -07:00