Jack Pearkes
2a893294e3
Merge pull request #296 from jmartelletti/master
...
Documentation fixes
2014-09-16 09:55:22 -04:00
Jack Pearkes
f16485664d
website: document db_subnet_group
...
cc/ @buth
2014-09-16 09:53:41 -04:00
James Martelletti
1f08ddf27d
Change to valid CIDR address
2014-09-16 21:41:10 +10:00
James Martelletti
a8947b17cd
Provide all required parameters in example
2014-09-16 21:40:46 +10:00
James Martelletti
78e072e0b6
source_dest_check defaults to true in the code
2014-09-16 21:40:16 +10:00
Mitchell Hashimoto
c7e1528a69
website: update docs for google
2014-09-07 16:10:56 -07:00
Mitchell Hashimoto
b3c5b848f9
website: update docs for GH-260]
2014-09-07 16:03:48 -07:00
Jack Pearkes
28692656e2
providers/digitalocean: add user_data for create droplet
...
fixes #267
2014-09-05 11:16:12 -04:00
Hao-kang Den
125977e075
allow vpc_zone_identifier in aws_autoscaling_group
2014-09-03 09:38:07 +08:00
James Martelletti
821a0a6dc6
Fix typo, proviate_ip -> private_ip
2014-09-01 18:06:39 +10:00
Jack Pearkes
7ae242d724
website: add mailgun record docs
2014-08-29 11:50:08 -07:00
Mitchell Hashimoto
d8cc32b49f
providers/heroku: all_config_vars for reading
2014-08-27 16:35:15 -07:00
Mitchell Hashimoto
0a03ff9d34
providers/heroku: config vars aren't computed, they're non-exclusive
...
/cc @pearkes - See doc change
2014-08-27 16:26:03 -07:00
Jack Pearkes
02d18d67b8
providers/heroku: name and region are now required
...
cc/ @catsby if you're curious. That fixed the acceptance tests,
thought there is still one (different issue) that is still failing.
Also, it nows construct a transport instead of using the default
and setting the auth globally. TF could potentially run things
concurrently and that might go wrong.
2014-08-27 16:06:43 -07:00
Mitchell Hashimoto
3934c1b106
Merge pull request #235 from hashicorp/f-gce
...
Google Compute Engine Provider
2014-08-26 14:53:27 -07:00
Mitchell Hashimoto
7d5a96278d
website: document gce
2014-08-26 14:50:29 -07:00
Jack Pearkes
9dfc7ad49d
providers/mailgun: clarify domain docs
2014-08-25 10:09:50 -07:00
Jack Pearkes
b71ff28871
providers/mailgun: smtp_password is required
2014-08-25 10:09:50 -07:00
Jack Pearkes
872f852a59
website: add docs for mailgun provider
2014-08-25 10:09:50 -07:00
Mitchell Hashimoto
a292625846
website: private IP docs
2014-08-21 17:17:50 -07:00
Alek Storm
aef799057e
Update aws_route_table docs to clarify 'route' block usage
2014-08-21 17:08:51 -07:00
Jack Pearkes
33a7d32f40
Merge pull request #172 from deoxxa/add-vpc-dns-attributes
...
add vpc dns attribute support
2014-08-20 11:14:07 -07:00
Jack Pearkes
97cae408b2
providers/aws: tests and document adding load balancers to autoscaling
...
cc/ @thatha
2014-08-20 10:42:14 -07:00
Mitchell Hashimoto
7ebd3c0a48
website: fix cidr block on aws_subnet [GH-199]
2014-08-19 12:49:30 -07:00
Jack Pearkes
4cdb95a6b2
Merge pull request #166 from alekstorm/aws-elb-subnets-security-groups
...
Add 'security_groups' and 'subnets' args to 'aws_elb'
2014-08-19 09:40:30 -07:00
Mitchell Hashimoto
637446d1ab
website: make it clearer how to retrieve DO key info
2014-08-11 09:14:30 -07:00
Jason Padvorac
8d97c3656c
Add listener.ssl_certificate_id support to AWS ELB
2014-08-10 17:16:53 -07:00
deoxxa
4405a8d974
add vpc dns attribute support
2014-08-09 22:43:00 +10:00
Alek Storm
5a84296c61
Add 'security_groups' and 'subnets' args to 'aws_elb'
2014-08-07 17:41:15 -07:00
Alex Gaynor
46154ca1d3
Fixed a ton of typos in docs and comments
2014-08-07 00:19:56 -07:00
Alex Gaynor
277a0b3da7
Fixed a typo in the docs
2014-08-06 14:52:56 -07:00
Hector Castro
1420e261d7
Add required description attribute to aws_security_group example.
2014-08-02 22:41:00 -04:00
Hector Castro
733f10d7b9
Add documentation for aws_db_instance/final_snapshot_identifer.
2014-08-01 11:34:46 -04:00
Nicholas Rempel
41d03fac3f
Fix example digital ocean image name
2014-07-31 10:48:31 -07:00
Jack Pearkes
9c02e41e73
website: document security group description requirement
2014-07-30 17:59:09 -04:00
Jack Pearkes
4a0ea48814
website: make ssh_key configuration for droplet clearer
2014-07-30 17:50:29 -04:00
Luke Chadwick
dcd6449245
Add documentation for elb health_check
2014-07-30 22:14:18 +10:00
Jack Pearkes
7966af0d4e
website: fix drain docs formatting
2014-07-29 19:24:02 -04:00
Jack Pearkes
be0020b7fc
website: add heroku drain
...
cc/ @bmarini
2014-07-29 19:20:54 -04:00
Jack Pearkes
872acb3740
providers/digitalocean: fix ip address when using private networking
...
This adds a new `ipv4_address_private` and `ipv4_address_public`
computed attr. Also pulls in upstream changes from pearkes/digitalocean
2014-07-29 19:04:10 -04:00
Jack Pearkes
6aeda8db96
website: fix EIP VPC docs
...
close #91
2014-07-29 18:12:00 -04:00
Luke Chadwick
96c05c881a
Update documentation to include the new user_data attribute on aws_launch_configuration
2014-07-30 07:31:21 +10:00
Jack Pearkes
21030db30e
Merge pull request #78 from borgified/website_typos
...
Website typos
2014-07-29 10:44:29 -04:00
Luke Chadwick
8d2e232602
Update documentation to reflect the addition of associate_public_ip_address to the aws_instance resource
2014-07-29 22:12:43 +10:00
borgified
b5590ee6da
spellchecked all the *.markdown
...
ran this command:
find . -iname *.markdown -type f -exec aspell check {} \;
and manually checked each problem that aspell found
2014-07-28 23:51:24 -07:00
borgified
9667d1fde2
Otherwsie -> Otherwise
2014-07-28 22:50:20 -07:00
Armon Dadgar
8ae47b5133
website: Typo fix
2014-07-28 20:21:18 -04:00
Armon Dadgar
813aaf192b
website: a sentance that makes sense is nice
2014-07-28 20:17:26 -04:00
Fwiffo
47d352fcd2
added "."
...
also not sure if "Consul provider" should be "Consul Provider" and
not sure what to do with the last sentence:
The provider optionally must can be configured with (something?)
to change default behavior.
2014-07-28 17:04:06 -07:00
Armon Dadgar
7b85fde0e4
website: correct docs
2014-07-28 13:24:20 -04:00
Armon Dadgar
0b4950976c
Revert "providers/digitalocean: don't save status and locked"
...
This reverts commit b9414b832c
.
2014-07-28 13:04:17 -04:00
Armon Dadgar
4c739423a4
website: copy
2014-07-28 10:49:51 -04:00
Armon Dadgar
615d724aaa
website: Document consul provider
2014-07-26 20:42:25 -04:00
Jack Pearkes
9998339a04
website: add cloudflare docs
2014-07-25 12:28:11 -04:00
Jack Pearkes
a3c8374183
website: heroku domain docs
2014-07-25 10:23:44 -04:00
Jack Pearkes
b9414b832c
providers/digitalocean: don't save status and locked
2014-07-24 23:32:42 -04:00
Jack Pearkes
37f4e28a4f
website: improve heroku docs
2014-07-24 23:30:59 -04:00
Armon Dadgar
a5098f167c
website: document dnsimple
2014-07-24 19:35:43 -04:00
Armon Dadgar
decc837fa3
website: Document the new DO resources
2014-07-24 19:35:43 -04:00
Jack Pearkes
1d06ecb7a9
website: add note about security group names/ids on instances
2014-07-24 18:57:26 -04:00
Armon Dadgar
561ffc16b3
website: Document Heroku
2014-07-24 11:18:00 -04:00
Armon Dadgar
6ba042a8f5
website: Adding heroku framework
2014-07-24 11:05:37 -04:00
Armon Dadgar
e81e9d6d73
website: Document digitalocean
2014-07-24 10:29:46 -04:00
Armon Dadgar
2a9ae79a22
website: Complete AWS docs
2014-07-23 23:35:03 -04:00
Armon Dadgar
b30f52a415
website: ELB docs
2014-07-23 21:16:41 -04:00
Armon Dadgar
6f8732d01f
website: more docs
2014-07-23 17:41:48 -04:00
Armon Dadgar
7ecfb3610b
website: More AWS
2014-07-23 17:26:50 -04:00
Armon Dadgar
8517d0950b
website: S3 buket
2014-07-23 16:38:12 -04:00
Armon Dadgar
e4ff3e7d13
website: Docs for VPC, subnet, sec group
2014-07-23 16:32:33 -04:00
Armon Dadgar
d361400be6
website: EIP
2014-07-23 16:08:07 -04:00
Armon Dadgar
78c720935d
website: route53 record
2014-07-23 15:56:33 -04:00
Armon Dadgar
e03648528c
website: AWS provider skeleton
2014-07-23 15:47:25 -04:00
Armon Dadgar
ae1fc27cc0
website: AWS Provider
2014-07-23 15:14:35 -04:00
Armon Dadgar
f934a1004d
website: Starting to add providers
2014-07-23 14:50:44 -04:00