Mitchell Hashimoto
d354cae524
Merge pull request #1685 from ctiwald/master
...
provider/aws: Implement support for various AWS ELB cookie stickiness policies
2015-04-28 20:24:11 -07:00
Mitchell Hashimoto
57af67b314
Merge pull request #1718 from ravenac95/encrypted-ebs-volume-fix
...
provider/aws: Fix connecting encrypted ebs volumes to aws_instances
2015-04-28 20:21:12 -07:00
Mitchell Hashimoto
cbc2891c54
Merge pull request #1722 from jwegis/patch-1
...
website: Update header title to "Mailgun Provider"
2015-04-28 20:19:07 -07:00
Reuven V. Gonzales
e8e42decc9
Added docs about m3.medium to tests
2015-04-28 15:19:31 -07:00
Reuven V. Gonzales
25ab54b4e3
Added tests to check for encrypted flag
2015-04-28 15:07:23 -07:00
Mitchell Hashimoto
8f3e188f84
Merge pull request #1706 from hashicorp/d-module-intro-provider-config
...
docs: Clarify provider config in modules intro
2015-04-28 14:34:51 -07:00
Mitchell Hashimoto
92a4a5ed23
Merge pull request #1713 from bitglue/docs
...
Better document StateChangeConf.WaitForState
2015-04-28 14:32:29 -07:00
Mitchell Hashimoto
1f693d0b6b
Merge pull request #1716 from ketzacoatl/patch-1
...
website: Add an example to module docs: terraform taint
2015-04-28 14:32:03 -07:00
ketzacoatl
324b1702a2
Add an example to module docs: terraform taint
...
While the taint docs make mention of this capabilities, it isn't clear what to do.
2015-04-28 15:20:13 -04:00
Reuven V. Gonzales
4ef6d468e9
Actually sends ebs encrypted flag
2015-04-28 10:54:30 -07:00
John Wegis
5495381c38
Update header title to "Mailgun Provider"
...
Update the Mailgun provider header title to "Mailgun Provider" so that it is consistent with the other provider pages.
2015-04-28 10:24:49 -07:00
Sander van Harmelen
764bdbcac9
Merge pull request #1711 from jeroendekorte/b-cloudstack-aclrule
...
Provider/Cloudstack: Fixed the acl rules to support protocol all and icmp
2015-04-28 18:39:21 +02:00
Phil Frost
bd8ac4fe5e
Better document StateChangeConf.WaitForState
2015-04-28 12:33:23 -04:00
Jeroen de Korte
bf05734b9a
Added some extra tests for the acl-rules
2015-04-28 18:17:02 +02:00
Jeroen de Korte
92128b48a8
Added support for protocol all and fixed the hash diff for icmp and all
2015-04-28 17:05:43 +02:00
Paul Hinze
fc26f7a119
Merge pull request #1331 from tmtk75/dev/aws_ecache
...
provider/aws: resource ElastiCache
2015-04-28 10:00:25 -05:00
Paul Hinze
b8457bde32
docs: Clarify provider config in modules intro
...
closes #1693
2015-04-28 09:01:19 -05:00
Paul Hinze
40262b0284
Merge pull request #1692 from trumant/openstack_security_group_docs_clarification
...
Clarify that the OpenStack security group resource can have many rules
2015-04-28 08:51:41 -05:00
Paul Hinze
c748ce9c9e
Merge pull request #1695 from aznashwan/commfix
...
Fixed/added docstrings in aws provider package.
2015-04-28 08:51:20 -05:00
Paul Hinze
a6de57e5d3
Merge pull request #1687 from dainis/fix_gce_healthcheck_typo
...
Fix - typo in healthcheck names
2015-04-28 08:50:58 -05:00
Paul Hinze
4140253578
Merge pull request #1701 from hashicorp/b-cannot-retrieve-eip
...
provider/aws: fix EIPs on new upstream sdk
2015-04-28 08:50:39 -05:00
Paul Hinze
fda73e3843
Merge pull request #1705 from trumant/debug_logging_docs
...
Adding doc that explains how to configure/use logging
2015-04-28 08:50:17 -05:00
Paul Hinze
b6fb716180
Merge pull request #1704 from justincampbell/dnsimple-ttl-default
...
providers/dnsimple: default ttl to 3600
2015-04-28 08:48:56 -05:00
Travis Truman
4dc7e083ef
Adding doc that explains how to configure/use logging
2015-04-28 09:43:39 -04:00
Justin Campbell
6f4b7b25c6
providers/dnsimple: default ttl to 3600
...
Since the field is optional and DNSimple defaults it to 3600 on their end, `terraform plan` currently will report `ttl: "3600" => ""`.
2015-04-28 09:20:23 -04:00
Paul Hinze
f952228696
Merge pull request #1703 from captainpete/patch-1
...
Update README.md
2015-04-28 06:51:27 -05:00
Peter Hollows
c8c0d3ef9f
Update README.md
...
Fix dead link
2015-04-28 21:08:43 +10:00
Paul Hinze
120cfdce59
provider/aws: fix EIPs on new upstream sdk
...
As we've seen elsewhere, the SDK now wants nils instead of empty arrays
for collections
fixes #1696
thanks @jstremick for pointing me in the right direction
2015-04-27 19:55:26 -05:00
Seth Vargo
68df1e6e4d
Merge pull request #1700 from jlund/patch-1
...
Fix minor typo in DME documentation.
2015-04-27 19:54:30 -04:00
Joshua Lund
68e4fcc614
Fix minor typo in DME documentation.
2015-04-27 17:48:38 -06:00
Paul Hinze
56d7012c49
Merge pull request #1690 from lyrixx/doc-intro-modules-consul
...
[Doc] Fixed link
2015-04-27 16:45:06 -05:00
aznashwan
d64dd99d4d
Fixed/added docstrings in aws provider package.
2015-04-27 21:06:49 +03:00
Travis Truman
eb977aa5fd
Clarify that the security group resource can have many rules
2015-04-27 10:05:54 -04:00
Grégoire Pineau
a6716cc1a4
[Doc] Fixed link
2015-04-27 15:00:38 +02:00
Dainis Tillers
2fa8403673
Fix - typo in healthcheck names
2015-04-27 11:42:50 +03:00
Christopher Tiwald
d42441f9cd
aws: Add docs for app_cookie_stickiness_policy.
2015-04-26 18:57:40 -04:00
Christopher Tiwald
99ce8cf25e
aws: Add acceptance test of aws_app_cookie_stickiness_policy.
2015-04-26 18:56:56 -04:00
Christopher Tiwald
0533d60195
aws: Add support for aws_app_cookie_stickiness_policy.
...
This resource represents a session stickiness policy in AWS, and can be
applied to an ELB's client-facing listeners.
2015-04-26 18:56:07 -04:00
Christopher Tiwald
30f8fd738a
aws: Add docs for lb_cookie_stickiness_policy.
2015-04-26 18:05:43 -04:00
Christopher Tiwald
448fb4895f
aws: Add acceptance test of aws_lb_cookie_stickiness_policy.
2015-04-26 18:05:40 -04:00
Christopher Tiwald
0120899f2a
aws: Add support for aws_lb_cookie_stickiness_policy.
...
This resource represents a session stickiness policy in AWS, and can be
applied to an ELB's client-facing listeners.
2015-04-26 18:05:37 -04:00
Tomotaka Sakuma
f3d9a287e1
support aws resource ElastiCache
2015-04-26 10:53:21 +09:00
Mitchell Hashimoto
3d367794e9
Merge pull request #1676 from justincampbell/providers-link-from-resources
...
website: doc home link goes back to providers from resource
2015-04-25 17:07:07 -07:00
Paul Hinze
37c693e8ce
Merge pull request #1672 from PeopleNet/vpc_peering_tags
...
Fix for #1664 . Apply AWS VPC Peering Conn. tags on create.
2015-04-25 09:37:28 -05:00
Paul Hinze
3ba3441635
Merge pull request #1677 from justincampbell/s3-canned-acl-link
...
website: Link to canned ACL list for s3 buckets
2015-04-25 09:01:02 -05:00
Justin Campbell
17ef529ac3
website: Link to canned ACL list for s3 buckets
2015-04-25 07:35:53 -04:00
Justin Campbell
774e7c31a2
Doc home link goes back to providers from resource
...
Changes the "Documentation Home" link in the sidebar to go back to the
list of providers instead of all the way back to the documentation home
page.
2015-04-25 07:28:51 -04:00
Mitchell Hashimoto
66c06b0f7a
Merge pull request #1668 from tpounds/fix-comment-typos
...
Fix comment typos.
2015-04-25 09:40:58 +01:00
John Engelman
c2fa397ec8
Fix for #1664 . Apply AWS VPC Peering Conn. tags on create.
2015-04-24 16:12:20 -05:00
Trevor Pounds
fe62312617
Fix comment typos.
2015-04-24 10:25:19 -07:00