Commit Graph

7600 Commits

Author SHA1 Message Date
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
Joe Topjian
387a8ea127 Merge pull request #3926 from jtopjian/jtopjian-openstack-lbaas-statechange
provider/openstack: Add State Change support to LBaaS Resources
2015-12-02 20:25:04 -07:00
Paul Hinze
3f5997a6c1 examples: modernize aws-two-tier
* Set up a VPC instead of assuming EC2 classic
 * Set up a keypair instead of requiring one be created beforehand;
   this fixes #1567
 * Use SSH Agent for authentication instead of explicit private key.
2015-12-02 17:56:51 -06:00
James Nugent
81f7fb1e6f Update CHANGELOG.md 2015-12-02 18:24:46 -05:00
James Nugent
f7f089940b Merge pull request #4148 from hashicorp/b-use-container-id
provider/docker: locate container via ID not name
2015-12-02 17:39:41 -05:00
James Nugent
597fafbb68 provider/docker: locate container via ID not name
This reapplies the patch mentioned in #3364 - for an unknown reason the
diff there was incorrect.
2015-12-02 17:27:24 -05:00
clint shryock
78929df2a1 providers/aws: Update Dynamo DB docs for GSI hash_key 2015-12-02 16:05:45 -06:00
Dave Cunningham
d6ae527159 Merge pull request #3671 from 22Acacia/google-pubsub-clean
Google Cloud: PubSub Topic and Subscription resources
2015-12-02 15:37:23 -05:00
James Nugent
4343e60481 Merge pull request #4144 from hashicorp/b-brittle-docker-image-tests
provider/docker: Refer to a tag instead of latest
2015-12-02 15:16:48 -05:00
James Nugent
4ce6455e8a provider/docker: Refer to a tag instead of latest
This should make tests more stable going forward. Also switch out the
image used from Ubuntu to Alpine Linux to reduce required download size
during test runs.
2015-12-02 15:08:16 -05:00
Paul Hinze
d0b07c95a2 Update CHANGELOG.md 2015-12-02 14:05:14 -06:00
Paul Hinze
41d1bd3c48 Update CHANGELOG.md 2015-12-02 14:05:07 -06:00
Paul Hinze
4216a8d1e1 Merge pull request #3718 from rakutentech/rename-config-parameters
provider/vsphere: rename vcenter_server config parameter to something clearer
2015-12-02 14:04:52 -06:00
Paul Hinze
523436584d Update CHANGELOG.md 2015-12-02 14:01:20 -06:00
Paul Hinze
6c76984419 Merge pull request #3867 from chrislovecnm/vsphere-custom-vm-params
vSphere custom vm params
2015-12-02 14:00:30 -06:00
pat
6f7ef2fadd golang pubsub SDK has been released. moved topics/subscriptions to use that
Conflicts:
	builtin/providers/google/provider.go
	builtin/providers/google/resource_subscription.go
	builtin/providers/google/resource_subscription_test.go

golang pubsub SDK has been released.  moved topics/subscriptions to use that

Conflicts:
	builtin/providers/google/provider.go
	builtin/providers/google/resource_subscription.go
	builtin/providers/google/resource_subscription_test.go

file renames and add documentation files

remove typo'd merge and type file move

add to index page as well

only need to define that once

remove topic_computed schema value

I think this was used at one point but is no longer. away.

cleanup typo

adds a couple more config values

- ackDeadlineSeconds: number of seconds to wait for an ack
- pushAttributes: attributes of a push subscription
- pushEndpoint: target for a push subscription

rearrange to better match current conventions

respond to all of the comments
2015-12-02 10:36:00 -08:00
James Nugent
9e07b22a7e Update CHANGELOG.md 2015-12-02 12:26:48 -05:00
James Nugent
50d7abcd8a Merge pull request #3761 from ryane/f-provider-docker-improvements
provider/docker: support additional arguments for `docker_container` resource
2015-12-02 11:46:29 -05:00
Clint
1d71ffa69e Merge pull request #4139 from hashicorp/aws-sg-doc-update
providers/aws: Update Security Group docs
2015-12-02 10:39:54 -06:00
clint shryock
35b18ceb29 providers/aws: Update Security Group docs 2015-12-02 10:28:17 -06:00
Paul Hinze
f80655b1ce release: clean up after v0.6.8 2015-12-02 15:32:07 +00:00
Paul Hinze
f1f214f03d
v0.6.8 2015-12-02 15:06:55 +00:00
clint shryock
be07e4c0c9 cleanup spot instance attribute setting 2015-12-01 15:25:53 -06:00
James Nugent
50bb0e6b4a Update CHANGELOG.md 2015-12-01 16:16:23 -05:00
Clint
8142b67267 Update CHANGELOG.md 2015-12-01 15:11:13 -06:00
Clint
4e5c5c3ba2 Merge pull request #4132 from hashicorp/b-aws-spot-panic
provider/aws: Check for nil on some spot instance attributes
2015-12-01 15:10:24 -06:00
clint shryock
c5f0c8ced6 provider/aws: Check for nil on some spot instance attributes 2015-12-01 14:58:59 -06:00
James Nugent
20beafd31e Merge pull request #4130 from hashicorp/b-windows-heredoc
Add regression test for #4069
2015-12-01 13:39:12 -05:00
James Nugent
5ea25363a1 Add regression test for #4069
This may be brittle as it makes use of .gitattributes to override the
autocrlf setting in order to have an input file with Windows line
endings across multiple platforms.
2015-12-01 13:37:18 -05:00
James Nugent
4efb44307b Update CHANGELOG.md 2015-12-01 12:23:09 -05:00
James Nugent
7971042c18 Merge pull request #4128 from hashicorp/phinze/test-heredoc-id-with-numbers
config: test replicating #4079
2015-12-01 12:20:18 -05:00
Paul Hinze
d90eb2d88e config: test replicating #4079
Should help cover terraform against regression once
https://github.com/hashicorp/hcl/pull/70 lands.
2015-12-01 10:31:05 -06:00
James Nugent
3cbe014e31 Add missing documentation link for #4093 2015-12-01 08:47:12 -05:00
James Nugent
48dd42b8f3 Update CHANGELOG.md 2015-12-01 08:38:58 -05:00
James Nugent
9987f36d86 Merge pull request #4093 from paybyphone/master
provider/aws: New resource `aws_lambda_event_source_mapping`
2015-12-01 08:36:45 -05:00
James Nugent
c7891c43a7 Merge pull request #4113 from henning/patch-1
documentation: change `terraform get -u` to `-update`
2015-12-01 08:21:21 -05:00
Sander van Harmelen
84645bd8b5 More tweaks to improve performance 2015-12-01 00:36:33 +01:00
Henning Sprang
6a031af0ba change get -u option get -update
get -u does not work the name is -update.
2015-11-30 19:43:54 +01:00
Chris Marchesi
85627630bd New resource (AWS provider) - aws_lambda_event_source_mapping 2015-11-30 07:45:38 -08:00
James Nugent
e80ad0266e Update CHANGELOG.md 2015-11-30 13:17:34 +00:00
James Nugent
85c8595c89 Merge pull request #4108 from stack72/f-aws-route53-spf-record
provider/aws: Normalization of SPF records to prevent reporting changes
2015-11-30 13:15:32 +00:00
James Nugent
b6cdca8df5 Update CHANGELOG.md 2015-11-30 13:02:41 +00:00
James Nugent
683989fa46 Merge pull request #4107 from stack72/f-aws-iam_role_assume_policy_doc_update
provider/aws: IAM Role now Allows Update Assume Policy Document
2015-11-30 12:58:45 +00:00
stack72
fece57f83b Changing the IAM Role resource to allow update of Assume Policy Document 2015-11-30 12:52:07 +00:00
James Nugent
72b8c82c08 Merge pull request #4106 from stack72/statuscake-documentation
provider/statuscake: Adding some documentation
2015-11-30 12:49:31 +00:00