Commit Graph

4425 Commits

Author SHA1 Message Date
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
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
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
Mitchell Hashimoto
1ef9731a2f update CHANGELOG 2015-04-23 17:37:00 +02:00
Mitchell Hashimoto
10fa50ce35 Merge pull request #1654 from hashicorp/b-neg-code
helper/schema: allow set items with hyphens
2015-04-23 17:36:30 +02:00
Mitchell Hashimoto
707aa36aec helper/schema: only use ~ on first char of code 2015-04-23 17:20:54 +02:00
Mitchell Hashimoto
77314a01d2 helper/schema: disallow negative hash codes 2015-04-23 16:57:26 +02:00
Paul Hinze
8c3fba6d24 Update CHANGELOG.md 2015-04-23 07:50:56 -05:00
Paul Hinze
51c021d5af Update CHANGELOG.md 2015-04-23 07:49:34 -05:00
Paul Hinze
ca8e405273 Merge pull request #1647 from TimeIncOSS/update-docs
Update docs for Route53 + S3 bucket
2015-04-23 07:41:59 -05:00
Paul Hinze
10b73f95ae Merge pull request #1635 from hashicorp/b-net-acls-blank-id
providers/aws: network_acl, remove blank filter
2015-04-23 07:32:04 -05:00
Paul Hinze
69ef012dfc Merge pull request #1632 from hashicorp/f-generate-sg-names
unique identifier helper for resources / generate AWS security group names
2015-04-23 07:25:23 -05:00
Radek Simko
17baf0bb2f tags added to s3_bucket docs 2015-04-23 13:25:13 +01:00
Radek Simko
9b182c13dd route53_zone - docs updated (tags + name_servers) 2015-04-23 13:22:04 +01:00
Mitchell Hashimoto
a4cfa2ef0c Merge pull request #1646 from pmoust/elb-default-idle-timeout
providers/aws: aws_elb incr. idle_timeout to 60s
2015-04-23 12:27:46 +02:00
Panagiotis Moustafellos
6bb8947d16 providers/aws: aws_elb incr. idle_timeout to 60s
per docs
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-idle-timeout.html
2015-04-23 12:46:52 +03:00