Commit Graph

906 Commits

Author SHA1 Message Date
John Ewart
68734517f8 Initial SNS support 2015-05-22 20:26:10 -07:00
Dave Cunningham
419b4f02d2 Merge autoscaler & instance group PR from dwatson
Additionally:
Update CHANGELOG
Make cooldown period optional for autoscaler
Refactor autoscaler and add more error checking
Instance template now supports image aliases
Replace instance group manager 'size' -- use target_size (now writeable)
Add documentation for autoscaler
Add beta warnings to docs
2015-05-16 20:14:38 -04:00
Clint
9f52192a79 Merge pull request #1939 from johnewart/sqs
Initial SQS support
2015-05-15 15:44:52 -05:00
John Ewart
d538194f59 Added docs, tests, and updated SQS code 2015-05-15 13:09:20 -07:00
John Engelman
43607523fa Add missing sidebar item for zone_association. 2015-05-14 16:04:37 -05:00
Radek Simko
f24e8c7b53 Add docs for aws_iam_role 2015-05-12 22:29:35 +01:00
Sander van Harmelen
4e0aa334fa Merge pull request #1868 from svanharmelen/f-chef-client-provisioner
New provisioner for Chef-Client
2015-05-12 23:06:09 +02:00
Sander van Harmelen
c19d92fb67 Refactored quite a few things after review...
Also renamed the provisioner to just `chef` as it’s out intention to
end up with one provisioner for all types of `chef` clients.
2015-05-08 23:25:24 +02:00
Clint Shryock
eaf96d9d6f provider/aws: Document AWS ElastiCache cluster
- ElastiCache subnet group name is computed
2015-05-08 14:33:41 -05:00
Alexander Dupuy
fa8cb0f495 link new openstack resource docs into sidebar 2015-05-08 18:14:02 +02:00
Sander van Harmelen
60984b2da2 This commit adds a Chef Client provisioner
The commit is pretty complete and has a tested/working provisioner for
both SSH and WinRM. There are a few tests, but we maybe need another
few to have better coverage. Docs are also included…
2015-05-08 14:54:56 +02:00
Radek Simko
be2ab3a644 Duplicate of vpn-gateway link removed 2015-05-08 10:40:56 +01:00
Radek Simko
c6a9a0684a Incorrect references fixed 2015-05-08 10:40:56 +01:00
Radek Simko
dfae8e1170 Do matching in sidebar_current via regex or equal sign 2015-05-08 10:40:51 +01:00
Mitchell Hashimoto
f1ae920aa9 website: document templating as a provider 2015-05-07 18:20:22 -07:00
Mitchell Hashimoto
56e92f7f02 website: document state 2015-05-05 17:52:28 -07:00
Clint Shryock
885efa0837 provider/aws: Add Security Group Rule as a top level resource
- document conflict with sg rules and sg in-line rules
- for this to work, ingress rules need to be computed
2015-05-05 16:56:39 -05:00
Christopher Tiwald
d76719bbb8 Add docs for various iam_* resources. 2015-05-05 12:47:20 -04:00
Phil Frost
b082117e92 Implement AWS IAM resources
- Users
- Groups
- Roles
- Inline policies for the above three
- Instance profiles
- Managed policies
- Access keys

This is most of the data types provided by IAM. There are a few things
missing, but the functionality here is probably sufficient for 95% of
the cases. Makes a dent in #28.
2015-05-05 12:47:20 -04:00
Mitchell Hashimoto
9ed909c8fe Merge pull request #1749 from nabeken/aws-proxy-protocol-policy
provider/aws: Add proxy protocol support in ELB
2015-05-04 14:04:53 -07:00
Christopher Tiwald
e8976dca6b aws: Add documentation for VPN connection routes. 2015-05-04 12:55:55 -04:00
Christopher Tiwald
282c96f0e9 aws: Add docs for aws_vpn_connection resources. 2015-05-01 12:23:39 -04:00
Camilo Aguilar
338ae601bc providers/aws: Implements DHCP Options Set support. 2015-04-30 17:52:04 -04:00
TANABE Ken-ichi
638ca1e0df providers/aws: Add docs for aws_proxy_protocol_policy 2015-04-30 22:24:14 +09:00
Dave Cunningham
f6554fb4a9 Support Google Cloud DNS, Fix #1148 2015-04-30 01:32:34 -04:00
Mitchell Hashimoto
b0f90fe2be Merge pull request #1746 from ctiwald/ct/vpn-support
Add support for AWS customer gateways
2015-04-29 20:22:27 -07:00
Christopher Tiwald
fdb25cca8a aws.erb: It's "docs", not "doc". Oops. 2015-04-29 21:49:25 -04:00
Christopher Tiwald
2b4fb16e3a aws: Add docs for aws_customer_gateway. 2015-04-29 21:33:00 -04:00
Mitchell Hashimoto
5d4c67c462 website: add ebs_volume 2015-04-28 20:49:21 -07:00
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
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
Travis Truman
4dc7e083ef Adding doc that explains how to configure/use logging 2015-04-28 09:43:39 -04:00
Christopher Tiwald
30f8fd738a aws: Add docs for lb_cookie_stickiness_policy. 2015-04-26 18:05:43 -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
Kevin Fishner
84e96c345b terraform and the hashicorp ecoystem 2015-04-20 14:20:50 -07:00
Kevin Fishner
3646da0aff add remote terraform to getting started 2015-04-19 21:56:03 -07:00
Sander van Harmelen
d678b79fce Adding docs for the new resource... 2015-04-12 10:52:29 +02:00
Jack Pearkes
ccb6cefca9 website: fix openstack doc links and style 2015-04-02 21:08:42 -07:00
Paul Hinze
5b699fea9e Merge pull request #1293 from hashicorp/f-targeted-ops
core: targeted operations
2015-04-01 10:37:55 -05:00
Paul Hinze
91a3d22a9f docs: resource addressing 2015-03-31 18:48:54 -05:00
Paul Hinze
08814a51ba Merge pull request #924 from jrperritt/openstack-gophercloud-v1.0
OpenStack Provider
2015-03-31 16:58:21 -05:00
Jon Perritt
9c128b7c99 docs for volume and container resources 2015-03-31 09:54:48 -06:00
Jon Perritt
3427597bd0 update docs to remove security group rule and lb member files 2015-03-31 09:54:47 -06:00
Jon Perritt
d80a02c12d update docs to reflect resource region and versioning 2015-03-31 09:54:46 -06:00
Jon Perritt
f4a22ae47f add neutron and lb resources 2015-03-31 09:54:46 -06:00
Jon Perritt
fc344e9060 sec group and sec group rule docs 2015-03-31 09:54:45 -06:00
Jon Perritt
00ee96fb6f openstack servers and keypairs docs 2015-03-31 09:54:45 -06:00
Mitchell Hashimoto
2f0235b23d website: docker docs 2015-03-28 19:05:17 -07:00
Mitchell Hashimoto
f857363aac website: document push 2015-03-24 13:30:23 -07:00
Dan Everton
3339ab90c6 Merge branch 'master' into aws-go-vpn 2015-03-10 09:01:41 +10:00