Alex Pilon
14f4e5fe54
provider/aws: Add docs for autoscaling_policy + cloudwatch_metric_alarm
2015-06-17 23:10:23 +01:00
Clint Shryock
cbb6b97f7e
provider/aws: Docs for FlowLog resource
2015-06-17 16:29:31 -05:00
aznashwan
357ed8e774
Added Azure SQL server and service support.
2015-06-17 21:23:16 +03:00
Clint
b132dd284e
Merge pull request #2121 from johnewart/dynamodb
...
DynamoDB Support
2015-06-17 09:47:13 -05:00
Paul Hinze
f4085194e5
Merge pull request #2334 from hashicorp/aws-docs-alphabet
...
aws docs: Sort resources alphabetically
2015-06-15 12:34:28 -05:00
Paul Hinze
e514e16215
docs: add route53_health_check to sidebar
...
/cc @rubbish
2015-06-15 11:08:37 -05:00
Radek Simko
9024c34248
aws docs: Sort resources alphabetically
2015-06-13 21:12:24 +01:00
Radek Simko
f50d97d6ee
Fix typo in aws_networking docs (duplicate acl -> interface)
2015-06-13 21:03:11 +01:00
Paul Hinze
1ebe117085
Merge pull request #2052 from aznashwan/azure
...
provider/azure: added a number of storage and networking resources.
2015-06-12 16:49:36 -05:00
aznashwan
ebfbef0d52
Added Storage Queue resource.
2015-06-12 01:55:43 +03:00
aznashwan
329424c04b
Added documentation.
2015-06-11 21:27:40 +03:00
Chris Bednarski
f01154366a
Merge with changes from master
2015-06-09 12:12:47 -07:00
Clint
05e06d4afd
Merge pull request #2273 from hashicorp/f-aws-iam-group-membership
...
provider/aws: Add IAMGroupMembership resource
2015-06-09 09:42:33 -05:00
Sam Clinckspoor
c79d821530
add docu link
2015-06-08 23:26:51 +02:00
Clint Shryock
9891523e36
docs for iam_group_membership
2015-06-08 15:11:17 -05:00
Paul Hinze
112724fc39
provider/aws: spot_instance_request
...
This is an iteration on the great work done by @dalehamel in PRs #2095
and #2109 .
The core team went back and forth on how to best model Spot Instance
Requests, requesting and then rejecting a separate-resource
implementation in #2109 .
After more internal discussion, we landed once again on a separate
resource to model Spot Instance Requests. Out of respect for
@dalehamel's already-significant donated time, with this I'm attempting
to pick up the work to take this across the finish line.
Important architectural decisions represented here:
* Spot Instance Requests are always of type "persistent", to properly
match Terraform's declarative model.
* The spot_instance_request resource exports several attributes that
are expected to be constantly changing as the spot market changes:
spot_bid_status, spot_request_state, and instance_id. Creating
additional resource dependencies based on these attributes is not
recommended, as Terraform diffs will be continually generated to keep
up with the live changes.
* When a Spot Instance Request is deleted/canceled, an attempt is made
to terminate the last-known attached spot instance. Race conditions
dictate that this attempt cannot guarantee that the associated spot
instance is terminated immediately.
Implementation notes:
* This version of aws_spot_instance_request borrows a lot of common
code from aws_instance.
* In order to facilitate borrowing, we introduce `awsInstanceOpts`, an
internal representation of instance details that's meant to be shared
between resources. The goal here would be to refactor ASG Launch
Configurations to use the same struct.
* The new aws_spot_instance_request acc. test is passing.
* All aws_instance acc. tests remain passing.
2015-06-07 17:33:32 -05:00
Clint
e2cefe290d
Merge pull request #2232 from justnom/master
...
Fixing bugs with `aws_network_interface` and added docs.
2015-06-05 16:24:14 -05:00
Clint
e172508788
Merge pull request #2197 from hashicorp/f-aws-asg-notifications
...
provider/aws: ASG Notifications Resource
2015-06-05 16:04:19 -05:00
Radek Simko
1770713633
Merge pull request #1803 from TimeIncOSS/ecs
...
aws: Add support for ECS (Container Service)
2015-06-05 22:25:41 +02:00
justnom
09bac2384e
Adding `aws_network_interface` to sidebar.
2015-06-05 12:31:19 -04:00
Clint Shryock
3858ee0ade
add docs for asg notifications
2015-06-05 10:14:24 -05:00
Joel Handwell
31d6c403d2
De-duplicate Openstack Provider sidebar entry
2015-06-04 06:12:49 -04:00
John Ewart
bbc6f14807
Adding DynamoDB documentation
2015-06-03 17:07:03 -07:00
Radek Simko
c3fcdfc6eb
Add docs for new AWS ECS resources
2015-06-03 22:48:19 +01:00
Benjamin Vickers
e0b9961d93
Update docs for Cloudstack with SSH keypair and timeout
2015-06-03 12:45:46 +01:00
Sander van Harmelen
31ae2482d5
Merge pull request #2053 from svanharmelen/f-provider-azure
...
WIP: Add Azure provider (peer-review PR)
2015-06-02 21:17:03 +02:00
Chris Bednarski
6986121305
AWS Lambda functionality
...
- Includes documentation
- Includes acceptance tests
2015-06-01 09:33:45 -07:00
Dave Cunningham
265b9b254e
Merge pull request #2060 from alphagov/f-add-google-cloud-storage
...
Feature: add google cloud storage
2015-06-01 12:10:07 -04:00
Dan Hilton
b909f7826b
provider/google: Add support for Google Compute Stogare buckets.
...
Configure Google Compute Storage buckets using:
* name (compulsory attribute)
* predefined_acl (optional, default: `projectPrivate`)
* location (optional, default: `US`)
* force_destroy (optional, default: `false`)
Currently supporting only `predefined_acl`s. Bucket attribute updates happen via re-creation. force_destroy will cause bucket objects to be purged, enabling bucket destruction.
2015-06-01 11:36:50 +01:00
Radek Simko
14279e04d0
Docs: Fix name according to reality (route-table-assoc->route-table-association)
2015-05-30 15:51:21 +01:00
Radek Simko
09d7b90e47
Docs: Fix name according to reality (launch-config -> launch-configuration)
2015-05-30 15:51:08 +01:00
Radek Simko
ef92a03a9b
Docs: Fix name according to reality (autoscaling->autoscaling_group)
2015-05-30 15:50:56 +01:00
Radek Simko
5027a6bd5e
Docs: Sort AWS resources alphabetically
2015-05-30 15:36:13 +01:00
Clint
4cd8147340
Merge pull request #2110 from hashicorp/f-aws-kinesis
...
provider/aws: AWS Kinesis Stream support
2015-05-29 10:37:29 -05:00
Sander van Harmelen
cef8259923
Adding the last parts of the docs for the new Azure provider
...
Next to the remaining docs, I also updated the code so any Virtual
Network related API calls are now synchronised by using a mutex (thanks
@aznashwan for pointing that out!).
2015-05-29 00:10:21 +02:00
Clint Shryock
1f5c038570
provider/aws: Document Volume Attachment
2015-05-28 10:33:20 -05:00
Sander van Harmelen
ca1eb1917b
Adding docs and tweaking the provider
2015-05-28 00:51:18 +02:00
Clint Shryock
214ed23974
provider/aws: AWS Kinesis Stream support
...
Adds a Kinesis Stream resource
2015-05-27 15:54:17 -05:00
Clint
13e2a7cf0e
Merge pull request #2086 from hashicorp/f-aws-iam-server-cert
...
provider/aws: Add IAM Server Certificate resource
2015-05-27 08:34:23 -05:00
Clint Shryock
be7ece0ce7
provider/aws: Add IAM Server Certificate resource
2015-05-26 16:40:15 -05:00
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
Sander van Harmelen
d2c6ae0741
Merge pull request #1163 from svanharmelen/f-cloudstack-vpn-resources
...
provider/cloudstack: adding vpn resources
2015-03-09 17:50:12 +01:00
Sander van Harmelen
bb7ef8db67
Adding tests and docs for the new VPN resources
...
And did some (very) minor refactoring in the existing docs
2015-03-09 14:00:29 +01:00
Dan Everton
7565e69ba3
Merge branch 'master' into aws-go-vpn
2015-03-07 09:46:23 +10:00
Jack Pearkes
26cc99bf3f
website: add digitalocean ssh_key documentation
...
cc/ @plalloni
2015-03-06 10:00:41 -08:00
Radek Simko
6e6369c7a4
vpc_peering docs added to sidebar
2015-03-06 07:55:38 +00:00
Dan Everton
b741e0c9a3
Add documentation
2015-03-06 08:41:22 +10:00
Mitchell Hashimoto
4306405af8
website: docs for new remote commands
2015-03-04 16:35:42 -08:00
Mitchell Hashimoto
ac6efa5e57
Merge pull request #1065 from hashicorp/f-taint
...
Add "taint" command
2015-02-26 23:55:20 -08:00
Mitchell Hashimoto
fa9b655fd1
website: docs for tainted command
2015-02-26 10:37:08 -08:00
Jack Pearkes
0ee4e2b46c
providers/dme: rename dnsmadeeasy package to dme
...
This package rename just makes one consistent name across the docs,
packages, and dirs.
cc/ @soniah
2015-02-25 15:54:22 -08:00
Dave Cunningham
19af96bd87
Add google resources to sidebar
2015-02-22 20:44:00 -05:00
Paul Hinze
fad6f69071
Revert "Add Azure provider"
...
This reverts commit f561e2a6a8
.
2015-02-13 12:53:01 -06:00
Paul Hinze
f852a01c22
providers/aws: docs for aws_main_route_table_association
2015-02-03 15:13:15 -06:00
Ferran Rodenas
f561e2a6a8
Add Azure provider
2015-01-30 16:32:35 -06:00
Sander van Harmelen
edc8b91d09
Adding/updating the docs to reflect the changes in the provider
2015-01-16 17:23:27 +01:00
Sander van Harmelen
68a6e7197f
Adding some needed references and updated a couple of passes
2015-01-13 11:28:05 +01:00
Armon Dadgar
eef75a7a2a
Merge pull request #695 from moredip/aws_key_pair-resource
...
add aws_key_pair resource
2015-01-06 10:46:58 -08:00
Pete Hodgson
55347c0e59
Add docs for key_pair AWS resource
2015-01-05 21:45:05 -08:00
Pete Hodgson
ce4f4574fb
Fix sidebar highlighting bug for aws_network_acl
2015-01-05 21:45:04 -08:00
Emil Hessman
28d39cd0bc
website: address spelling mistakes, casing and links
2015-01-03 19:31:53 +01:00
Armon Dadgar
f6bfbac3d1
website: Add link to heroku_cert in the docs
2014-12-15 12:14:00 -08:00
Sander van Harmelen
17bc60fb68
Merge pull request #645 from svanharmelen/f-cloudstack-provider
...
First release of a provider for CloudStack
2014-12-10 22:33:09 +01:00
Armon Dadgar
493eaa3f21
website: add links to new commands
2014-12-10 13:27:11 -08:00
Armon Dadgar
15de5c3cf9
website: Document the atlas provider
2014-12-10 13:27:05 -08:00
Sander van Harmelen
4910423d83
First release of a provider for CloudStack
...
Of course not all resources are covered by this first release, but
there should be enough resources available to handle most common
operations.
Tests and docs are included.
2014-12-10 22:20:52 +01:00
Armon Dadgar
477efb4fa4
website: Docs for aws_network_acl
2014-12-07 23:30:36 -08:00
Rob Costanzo
de16b10555
Added new aws_db_parameter_group resource for creating RDS DB Parameter Groups.
...
Added plumbing to allow an optional DBParameterGroupName to be passed when creating an RDS DB instance.
2014-11-05 11:03:06 -08:00
Seth Vargo
574746b2aa
Push javascript to the bottom, read description
2014-10-21 23:20:52 -04:00
Mitchell Hashimoto
dfbd47eb05
Merge pull request #395 from hashicorp/sethvargo/middleman-hashicorp
...
Update to middleman-hashicorp
2014-10-13 17:47:33 -07:00
Mitchell Hashimoto
9ccc8aebf1
website: update getting started guide for TF 0.3 features
2014-10-13 11:57:43 -07:00
Seth Vargo
7cde76abae
Update to middleman-hashicorp
2014-10-13 12:44:38 -04:00
Mitchell Hashimoto
d4a2010983
website: destroy command
2014-09-30 22:08:32 -07:00
Mitchell Hashimoto
fe4f53eb5b
enable init command
2014-09-27 12:31:38 -07:00
Mitchell Hashimoto
f760c14332
website: document init
2014-09-27 12:28:07 -07:00
Mitchell Hashimoto
03f630bdb8
website: document modules
2014-09-26 14:23:38 -07:00
Jack Pearkes
284cf57386
website: fix typo
2014-09-16 09:54:53 -04:00
Jack Pearkes
f16485664d
website: document db_subnet_group
...
cc/ @buth
2014-09-16 09:53:41 -04:00
Mitchell Hashimoto
fb9810ca5c
website: document how to write providers using the new helper/schema
2014-08-26 21:31:53 -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
872f852a59
website: add docs for mailgun provider
2014-08-25 10:09:50 -07:00
Jack Pearkes
be0020b7fc
website: add heroku drain
...
cc/ @bmarini
2014-07-29 19:20:54 -04:00
JT
eb737744ed
fix blurry fonts. remove transform on content
2014-07-29 01:56:17 -07:00
Jack Pearkes
263db8ead6
website: fix asset pipeline JS, move grunt into website/ instead of source/
2014-07-28 10:08:29 -04:00
Jack Pearkes
24481b6269
website: modify font weights
2014-07-28 08:46:39 -04:00
JT
d19eb4d9e4
update footer to be sticky
2014-07-28 00:08:17 -07:00
JT
009ba717a7
meta and lighten purple link/h2 over dark bg
2014-07-27 21:47:03 -07:00
Armon Dadgar
decf9f1bb0
website: Update google analytics
2014-07-28 00:06:16 -04:00
Amadeus Demarzi
8a15d6f4c0
Performance tweaks and start of static version
...
* Performance improvements involve less CSS'ery
* Building a canvas API to screenshot various aspect to make static
* Static backgrounds in place... next stop, logo changes
2014-07-27 18:32:33 -07:00
Amadeus Demarzi
28a89eb328
Removing deprecated code
2014-07-27 18:32:33 -07:00
Amadeus Demarzi
26d45774dc
Improved Typewriter with cursor
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
172552d48a
Fixed mobile nav
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
222cf2012b
Lots more things.
...
Got Puller integrated.
Need to make Puller shape responsive.
NEED MOAR PERFORMANCE. Somehow...
Overall module is pretty neat I think... just needs lots of refinement
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
9d2c13135a
Animation improvements, added Chainable
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
9d615b5a25
Adding some random shapes...
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
72f0ef0e8e
Retwerkin stuff
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
27b3187ce9
Begun creating a Shape class
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
c85b68f978
Got the base scene functioning
2014-07-27 18:32:30 -07:00
Amadeus Demarzi
3adfc52092
Getting things ready... for dat import
2014-07-27 18:32:30 -07:00
Mitchell Hashimoto
7e6141a1ca
website: plugins section, wip
2014-07-27 17:03:31 -07:00
Armon Dadgar
699101b0ca
website: Remove guides
2014-07-27 17:20:52 -04:00
Armon Dadgar
fc0757fed3
website: fixing downloads page
2014-07-27 16:11:21 -04:00
Jack Pearkes
84941de974
website: add examples, intro button cleanup
2014-07-27 16:05:12 -04:00
Armon Dadgar
615d724aaa
website: Document consul provider
2014-07-26 20:42:25 -04:00
Mitchell Hashimoto
988ca2a81b
website: just create the guides index
2014-07-25 21:45:18 -07:00
Mitchell Hashimoto
d5049b65da
website: internals
2014-07-25 21:37:45 -07:00
Jack Pearkes
c8b3620696
website: fix cloudflare docs
2014-07-25 14:34:59 -04:00
Armon Dadgar
cc6e7f12e8
website: vs pages
2014-07-25 12:53:06 -04:00
Jack Pearkes
64b4db41eb
website: add cloudflare
2014-07-25 12:31:23 -04:00
Armon Dadgar
db464a0e83
website: Documenting use cases
2014-07-25 00:11:36 -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
Mitchell Hashimoto
058dfaf2c4
website: more config pages
2014-07-24 16:33:39 -07:00
Mitchell Hashimoto
6ced245898
website: configuration
2014-07-24 16:29:32 -07:00
JT
6276352b5d
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-24 15:32:04 -07:00
JT
b55c4fbaa9
footer responsive
2014-07-24 15:32:00 -07:00
Mitchell Hashimoto
8dbaf598f4
website: start config docs
2014-07-24 15:15:03 -07:00
Armon Dadgar
1a94a239e4
website: documenting the CLI
2014-07-24 12:02:13 -04:00
Mitchell Hashimoto
3808775d67
website: remove demo link
2014-07-24 08:53:42 -07:00
Mitchell Hashimoto
62511c0ccb
website: provision
2014-07-24 08:49:52 -07: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
Mitchell Hashimoto
f61b6bc083
website: half done provision
2014-07-24 06:39:02 -07:00
Armon Dadgar
2a9ae79a22
website: Complete AWS docs
2014-07-23 23:35:03 -04:00
Mitchell Hashimoto
2dc48b59dc
website: variables
2014-07-23 20:07:15 -07:00
Mitchell Hashimoto
cbb08b0708
website: resource dependencies
2014-07-23 20:07:14 -07:00
Armon Dadgar
b30f52a415
website: ELB docs
2014-07-23 21:16:41 -04:00
JT
99c69ef641
docs responsive header sans mobile
2014-07-23 16:48:44 -07: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
Mitchell Hashimoto
b8b5f15f3a
website: intro in progress
2014-07-23 14:07:06 -07: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
Mitchell Hashimoto
7d1357b28f
website: fix use case always highlighting
2014-07-23 12:04:18 -07:00
Armon Dadgar
f934a1004d
website: Starting to add providers
2014-07-23 14:50:44 -04:00
Armon Dadgar
93caf16b4c
website: Document provisioners
2014-07-23 12:40:19 -04:00
JT
7bf00418f5
refactor footer css
2014-07-23 01:34:26 -07:00
JT
2da6524e41
header css
2014-07-23 00:23:05 -07:00
JT
83957351e2
footer
2014-07-22 21:28:41 -07:00
JT
0406f6c8b5
nav
2014-07-22 20:49:44 -07:00
JT
64c04b2b7e
cta div
2014-07-22 18:46:21 -07:00
JT
acba07f6c6
header
2014-07-22 14:24:44 -07:00
Jack Pearkes
7b72a9defb
website: initial commit
2014-07-16 17:51:48 -04:00