Clint Shryock
e9b08cf31f
revert the required part
2015-05-05 16:23:26 -05:00
Clint Shryock
b145ce88b7
Document Egress+VPC change, update link
2015-05-05 16:23:26 -05:00
Mitchell Hashimoto
412a2dca0b
Merge pull request #1575 from freshbooks/aws-eni-route
...
provider/aws: Add Elastic Network Interfaces as route destination
2015-05-05 13:28:48 -07:00
Mitchell Hashimoto
379895931d
website: network interface for EIP
2015-05-05 13:25:45 -07:00
Clint
18b43b78cb
Merge pull request #939 from bitglue/iam
...
Implement a subset of IAM resources
2015-05-05 15:05:05 -05:00
Mitchell Hashimoto
639f310ae6
Merge pull request #1805 from dupuy/openstack-resource-docs
...
Openstack resource docs
2015-05-05 10:25:30 -07: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
jba
11ba9b1042
add the auto_accecpt option
2015-05-05 10:37:13 -05:00
Alexander Dupuy
fdd1f566b9
missed docs changes from PR#1550
2015-05-05 14:53:19 +02:00
Alexander Dupuy
b4df3c427a
fix openstack fw/floating ip sidebar refs
...
expand firewall examples to be self-contained
2015-05-05 14:26:45 +02:00
Alexander Dupuy
2633585531
add online docs for remaining OpenStack resources
2015-05-05 14:00:51 +02:00
Avi Nanhkoesingh
1411d4010f
Fixes #1 : sets the rights values based on isUUID
2015-05-05 12:31:21 +02:00
Christopher Tiwald
2526379cf0
aws: Document the odd protocol = "-1" behavior in security groups.
2015-05-05 00:04:21 -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
Mitchell Hashimoto
8633c88723
Merge pull request #1775 from TimeIncOSS/r53-alias-record
...
aws: Add support for Alias records into AWS Route 53
2015-05-04 14:03:29 -07:00
Mitchell Hashimoto
c8c0b02790
Merge pull request #1787 from koendc/f-aws-max-retries
...
aws: make MaxRetries for API calls configurable
2015-05-04 14:00:37 -07:00
Mitchell Hashimoto
2c90d3a637
Merge pull request #1793 from ctiwald/ct/add-vpn-connection-route
...
provider/aws: add support for VPN connection routes
2015-05-04 13:58:17 -07:00
Paul Hinze
15dc4b614c
docs: clarify ruby deps for local website dev
...
We use kwargs so we need Ruby >= 2.0
2015-05-04 14:51:24 -05:00
Josh Bleecher Snyder
2da7c9a823
website: document templates
...
While we're here, fix a broken link.
2015-05-04 11:42:05 -07:00
Clint
c437886a46
Merge pull request #1774 from hashicorp/b-website-parsing
...
Fix indentation, which was causing a rendering error in middleman
2015-05-04 12:05:54 -05:00
Christopher Tiwald
e8976dca6b
aws: Add documentation for VPN connection routes.
2015-05-04 12:55:55 -04:00
Christopher Tiwald
4727260987
aws: fix VPN connection acceptance test.
...
This corrects syntactical errors and uses distinct IP addresses for
each configuration.
2015-05-04 11:34:35 -04:00
Koen De Causmaecker
398c22adcd
aws: make MaxRetries for API calls configurable
...
- Make it configurable in the AWS provider by add an option
'max_retries'.
- Set the default from 3 to 11 retries.
2015-05-03 15:35:51 +02:00
Paul Hinze
df15757311
docs: fix newline
2015-05-01 19:39:42 -05:00
Paul Hinze
199dabaf75
Merge pull request #1772 from ctiwald/ct/add-vpn-connection
...
Add support for AWS VPN connections.
2015-05-01 19:39:10 -05:00
TANABE Ken-ichi
3b549a9e4f
Fix typo
2015-05-02 07:34:22 +09:00
Clint Shryock
3c6cec4fcd
Fix indentation, which was causing a rendering error in middleman
2015-05-01 16:52:30 -05:00
Radek Simko
3d665ddfcf
provider/aws: Add support for alias record to Route53
2015-05-01 22:43:04 +01:00
Sander van Harmelen
907eee24f2
Updating the docs
2015-05-01 18:50:57 +02:00
Christopher Tiwald
282c96f0e9
aws: Add docs for aws_vpn_connection resources.
2015-05-01 12:23:39 -04:00
Radek Simko
bafabf17be
provider/aws: Expose zone_id from elb
2015-05-01 08:07:33 +01:00
Camilo Aguilar
338ae601bc
providers/aws: Implements DHCP Options Set support.
2015-04-30 17:52:04 -04:00
Paul Hinze
a9de720a4e
Merge pull request #1708 from hashicorp/f-elb-source-security-group
...
providers/aws: add source_security_group to elb
2015-04-30 16:10:02 -05:00
Paul Hinze
d30d88e327
Merge pull request #1655 from hashicorp/f-build-graph-during-plan
...
core: validate on verbose graph to detect some cycles earlier
2015-04-30 16:08:33 -05:00
Mitchell Hashimoto
af5ac59188
Merge pull request #1723 from apparentlymart/s3remotestate
...
S3 Remote State Backend
2015-04-30 13:25:33 -07:00
Paul Hinze
043387fc8f
docs: Fix styling in provider code block
...
Font was different from rest of the page and very weird lookin'
2015-04-30 14:50:21 -05:00
Martin Atkins
53e93d6f63
S3 remote stage storage backend, against the new remote state API.
...
Stores state in a particular key in a given S3 bucket.
2015-04-30 09:21:49 -07:00
Christopher Tiwald
46296db9dc
docs: vpn_gateway vpc_ids are optional, not required.
...
This is simply a mistake in the documentation. The code already leaves
this as optional.
2015-04-30 10:39:56 -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
136402afe9
Merge pull request #1726 from skfmu/f-openstack-add-availability-zones
...
provider/openstack: Add availability zones for OpenStack block storage
2015-04-29 17:38:19 -07:00
Mitchell Hashimoto
fa85e6b769
Merge pull request #1645 from dtan4/network-acl-tags-doc
...
website: Add Network ACL tags document
2015-04-28 20:50:47 -07: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
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
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
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
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
Paul Hinze
e4e6ac5d91
providers/aws: add source_security_group to elb
2015-04-28 09:40:19 -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
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
Joshua Lund
68e4fcc614
Fix minor typo in DME documentation.
2015-04-27 17:48:38 -06:00
Paul Hinze
ce49dd6080
core: graph command gets -verbose and -draw-cycles
...
When you specify `-verbose` you'll get the whole graph of operations,
which gives a better idea of the operations terraform performs and in
what order.
The DOT graph is now generated with a small internal library instead of
simple string building. This allows us to ensure the graph generation is
as consistent as possible, among other benefits.
We set `newrank = true` in the graph, which I've found does just as good
a job organizing things visually as manually attempting to rank the nodes
based on depth.
This also fixes `-module-depth`, which was broken post-AST refector.
Modules are now expanded into subgraphs with labels and borders. We
have yet to regain the plan graphing functionality, so I removed that
from the docs for now.
Finally, if `-draw-cycles` is added, extra colored edges will be drawn
to indicate the path of any cycles detected in the graph.
A notable implementation change included here is that
{Reverse,}DepthFirstWalk has been made deterministic. (Before it was
dependent on `map` ordering.) This turned out to be unnecessary to gain
determinism in the final DOT-level implementation, but it seemed
a desirable enough of a property that I left it in.
2015-04-27 09:23:47 -05: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
skfmu
2c32988743
Added availability zones for OpenStack block storage.
2015-04-27 05:52:45 +00:00
Christopher Tiwald
d42441f9cd
aws: Add docs for app_cookie_stickiness_policy.
2015-04-26 18:57:40 -04:00
Christopher Tiwald
30f8fd738a
aws: Add docs for lb_cookie_stickiness_policy.
2015-04-26 18:05:43 -04: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
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
Daisuke Fujita
5813c22c3e
Remove extra = signs from Network ACL document
2015-04-24 03:11:00 +09: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
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
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
Daisuke Fujita
1182238f81
Add Network ACL tags document
2015-04-23 18:05:07 +09:00
Paul Thrasher
b7683d1a39
Typo in website docs for remote-exec
...
Just a simple typo fix.
2015-04-22 15:00:16 -07:00
Mitchell Hashimoto
af4396aa0d
Merge pull request #1621 from hashicorp/f-envs
...
Set variables from env vars
2015-04-22 15:50:56 +02:00
Radek Simko
3aae74f60c
route53_record docs - missing newline added
2015-04-22 14:09:06 +01:00
Mitchell Hashimoto
8ca42f832e
Merge pull request #1525 from Banno/route53-zone-nameservers
...
providers/aws: Expose Route53 zone nameservers for parent zone NS record
2015-04-22 12:10:27 +02:00
Mitchell Hashimoto
5f4e2d9b27
website: clarify script args [GH-236]
2015-04-22 09:03:38 +02:00
Mitchell Hashimoto
9037a3a4bc
Merge pull request #1426 from dainis/master
...
provider/google: add additional options to google provider
2015-04-22 08:50:22 +02:00
Mitchell Hashimoto
887f1b3d12
Merge branch 'elb-connection-settings' of https://github.com/jwaldrip/terraform into jwaldrip-elb-connection-settings
2015-04-22 08:38:19 +02:00
Mitchell Hashimoto
70a0579a12
Merge pull request #1578 from TimeIncOSS/route53-weighted-records
...
provider/aws: Add support for weighted Route53 records
2015-04-22 08:33:28 +02:00
Mitchell Hashimoto
b755459ee3
Merge pull request #1358 from rzh/placement_group
...
provider/aws: support for AWS Placement Group
2015-04-22 08:20:43 +02:00
Mitchell Hashimoto
55f2a3659f
Merge pull request #1550 from ggiamarchi/openstack/lb_vip_floatingip
...
Floating IP support for LBaaS Virtual IP
2015-04-22 08:17:50 +02:00
Mitchell Hashimoto
5dcf639fc8
website: remove forbidden account IDs from aws docs
2015-04-22 08:09:04 +02:00
Mitchell Hashimoto
3176e5b44a
Merge pull request #1595 from TimeIncOSS/aws-account-protection
...
aws: Allow defining blacklist/whitelist of account IDs
2015-04-22 08:08:01 +02:00
Mitchell Hashimoto
54945f4c81
Merge pull request #1605 from hashicorp/terraform-remote-docs
...
website: update getting started with TF remote & how TF fits into the HashiCorp ecosystem
2015-04-22 08:04:02 +02:00
Mitchell Hashimoto
316afd8964
website: update docs with environment variables for vars
2015-04-22 06:37:03 +02:00
Jack Pearkes
66666ed29b
website: improve artifact docs
2015-04-21 14:39:22 -07:00
Mitchell Hashimoto
45f73e640f
website: document multi-provider
2015-04-20 16:54:56 -07:00
Kevin Fishner
737870d95a
utms
2015-04-20 15:54:11 -07:00
Kevin Fishner
b432db66d1
grammar fix
2015-04-20 15:41:46 -07:00
Kevin Fishner
0f61ac85de
make collaboration more important
2015-04-20 15:32:59 -07:00
Kevin Fishner
e2b6989606
add atlas graphic
2015-04-20 14:55:13 -07:00
Kevin Fishner
5956e76552
utms
2015-04-20 14:45:54 -07:00
Kevin Fishner
27f5b47c4c
add hashicorp ecosystem section
2015-04-20 14:40:20 -07:00
Kevin Fishner
84e96c345b
terraform and the hashicorp ecoystem
2015-04-20 14:20:50 -07:00
Paul Hinze
aada41aa55
docs: provider/docker - network settings attrs
2015-04-20 12:45:58 -05:00
Radek Simko
150fd00932
AWS account ID protection added
2015-04-20 12:07:39 +01:00
Kevin Fishner
3646da0aff
add remote terraform to getting started
2015-04-19 21:56:03 -07:00
Mitchell Hashimoto
2acc9b2e44
Merge pull request #1564 from nickryand/docker_links
...
Added Docker links support to the docker_container resource.
2015-04-18 16:41:17 -07:00
Radek Simko
555f9dfab3
aws: Support for weighted Route53 records added
...
- closes #1155
2015-04-17 18:53:36 +01:00
duncan
e1ac4b9f90
Add Elastic Network Interfaces as route destination
...
Fixes #938
2015-04-17 13:22:31 -04:00
Paul Hinze
e3a6fab501
Merge pull request #1566 from hashicorp/f-prevent-destroy
...
core: add prevent_destroy lifecycle flag
2015-04-17 11:01:19 -05:00
Paul Hinze
afe4abb637
core: add prevent_destroy lifecycle flag
...
When the `prevent_destroy` flag is set on a resource, any plan that
would destroy that resource instead returns an error. This has the
effect of preventing the resource from being unexpectedly destroyed by
Terraform until the flag is removed from the config.
2015-04-17 10:40:04 -05:00
Luke Amdor
c3f9c12426
Merge remote-tracking branch 'refs/remotes/origin/master' into route53-zone-nameservers
2015-04-17 10:11:53 -05:00
Nick Downs
f74405d5e7
Added Docker links support to the docker_container resource.
2015-04-16 12:42:21 -07:00
Paul Hinze
2566975c8e
Merge pull request #1542 from TimeIncOSS/length-func-docs
...
Add docs for length func
2015-04-16 13:57:26 -05:00
Guillaume Giamarchi
d855047af3
Floating IP support for LBaaS Virtual IP
2015-04-16 02:51:05 +02:00
Clint
e97fd27b14
Merge pull request #1539 from hashicorp/f-aws-instance-vpc-sec-ids
...
provider/aws: Add support for separate VPC Security Group IDs attribute
2015-04-15 15:25:03 -05:00
Guillaume Giamarchi
b87c05e5a8
Allow to disable HTTPS certificate check
2015-04-15 21:54:44 +02:00
Radek Simko
2078c593a2
conf: docs added for length func
2015-04-15 18:55:49 +01:00
Clint Shryock
3337503eda
update test and documentation for vpc ids in instances
2015-04-15 12:17:21 -05:00
Clint Shryock
97b98b1da6
Merge branch 'master' into f-aws-instance-vpc-sec-ids
...
* master: (511 commits)
Update CHANGELOG.md
core: avoid diff mismatch on NewRemoved fields during -/+
Update CHANGELOG.md
update CHANGELOG
Fix minor error in index/count docs
terraform: remove debug
terraform: when pruning destroy, only match exact nodes, or exact counts
up version for dev
update CHANGELOG
terraform: prune tainted destroys if no tainted in state [GH-1475]
update CHANGELOG
config/lang: support math on variables through implicits
update CHANGELOG
update cHANGELOG
update cHANGELOG
providers/aws: set id outside if/esle
providers/aws: set ID after creation
core: remove dead code from pre-deposed refactor
website: update LC docs to note name is optional
security_groups field expects a list of Security Group Group Names, not IDs
...
2015-04-15 12:12:17 -05:00
Jon Topper
6e3675e2de
Fix minor error in index/count docs
2015-04-14 22:21:30 +02:00
Luke Amdor
a4e4ffb87f
updating Route53 docs for parent nameserver change
2015-04-14 14:18:38 -05:00
Mitchell Hashimoto
96e05e2f9f
Merge pull request #1498 from dublx/patch-2
...
website: clarify docs for docker params
2015-04-14 08:31:26 -07:00
Mitchell Hashimoto
c9eb7dc8bf
Merge pull request #1465 from tlovett-rmn/fix-security-groups-docs
...
website: security_groups field expects a list of Group Names, not Group IDs
2015-04-14 08:29:13 -07:00
Mitchell Hashimoto
0bd7856942
website: update LC docs to note name is optional
2015-04-13 16:00:29 -07:00
Jason Waldrip
74bfbece69
Implement Additional ELB Connection Attributes
2015-04-13 14:14:26 -06:00
Thomas Lovett
baf1625485
security_groups field expects a list of Security Group Group Names, not IDs
2015-04-13 14:23:11 -05:00
Luis Faustino
f3bc644bc2
Fix #1402
...
Fixed the argument reference from 'name' to 'image'.
2015-04-12 22:23:15 +01:00
Sander van Harmelen
d678b79fce
Adding docs for the new resource...
2015-04-12 10:52:29 +02:00
Mitchell Hashimoto
9c5e1aa1f8
website: a change to kick deploy
2015-04-10 17:13:59 -07:00
Paul Hinze
56836c236f
Merge pull request #1482 from hashicorp/d-aws-sg-tags
...
docs: move aws SG tags from rules to resource
2015-04-10 14:53:35 -05:00
Paul Hinze
5b53c26d33
docs: fill out all provider env var configuration
...
I find env vars a lot easier to use in day-to-day practice, so it's
probably a good idea to let the users have that benefit too!
2015-04-10 14:31:53 -05:00
Paul Hinze
de3735bd6f
docs: move aws SG tags from rules to resource
...
fixes #1479
2015-04-10 14:29:31 -05:00
Mitchell Hashimoto
0e3eaa391f
Merge pull request #1462 from hashicorp/d-remove-openstack-note
...
docs: remove note about openstack
2015-04-09 12:16:49 -07:00
Paul Hinze
b7403fd14f
docs: remove note about openstack
...
It _is_ a provider now! :)
2015-04-09 14:15:21 -05:00
Justin Campbell
8a60fc1422
provider/dnsimple: Document DNSimple env vars
2015-04-09 14:00:28 -04:00
Paul Hinze
34c7bbcf4d
providers/aws: reduce scope of block_device set hashcodes
...
Fixes #1409
Resource set hash calculation is a bit of a devil's bargain when it
comes to optional, computed attributes.
If you omit the optional, computed attribute from the hash function,
changing it in an existing config is not properly detected.
If you include the optional, computed attribute in the hash and do not
specify a value for it in the config, then you'll end up with a
perpetual, unresolvable diff.
We'll need to think about how to get the best of both worlds, here, but
for now I'm switching us to the latter and documenting the fact that
changing these attributes requires manual `terraform taint` to apply.
2015-04-09 08:53:09 -05:00
Dainis Tillers
b05780cdfe
Added - documentation about added features
2015-04-08 14:41:47 +03:00
Mitchell Hashimoto
c9fe0c1b34
website: fix remote config docs
2015-04-07 14:50:10 -07:00
Daisuke Fujita
236d3af646
Remove owner_id argument from document
2015-04-07 16:16:04 +09:00
Paul Hinze
cf0b65ac6a
Merge pull request #1386 from nickhs/b-docs-minor-aws-db-fixes
...
Fix docs inconsistencies in AWS DB Provider
2015-04-06 11:02:02 -05:00
Paul Hinze
514a5b9684
Merge pull request #1378 from bobtfish/better_doc_math
...
Document the fix to GH-1068 on the website
2015-04-06 11:00:08 -05:00
Travis Truman
2a387725fa
Correcting a minor spelling mistake
2015-04-03 17:38:42 -04:00
Nick HS
39598cf1fa
Rename False to false in aws_db_instance
...
False isn't allowed in hcl, just fixing a typo
2015-04-03 15:19:41 -04:00
Nick HS
95270bf68d
Change example name in aws_db_paramater_group res
...
AWS DB Paramater Groups cannot contain underscores, see
http://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-CreateDBParameterGroup.html
2015-04-03 15:16:13 -04:00
Tomas Doran
2dfb837974
Document the fix to GH-1068 on the website
2015-04-03 15:51:12 +01:00
Jack Pearkes
ccb6cefca9
website: fix openstack doc links and style
2015-04-02 21:08:42 -07:00
Mitchell Hashimoto
8577fd466c
website: update middleman dep
2015-04-02 11:29:46 -07:00
Mitchell Hashimoto
2055405d2f
website: fix markdown syntax errors
2015-04-02 11:19:27 -07:00
Jason Waldrip
f77250f17d
block device support for launch configurations
...
- mimics block device support from AWS instance
- splits the acceptance tests out so they all pass, handling a FIXME
from #1079
2015-04-02 12:34:13 -05:00
Paul Hinze
737ecb3c31
Merge pull request #1363 from jtopjian/openstack-doc-updates
...
provider/openstack: documentation updates
2015-04-02 11:43:32 -05:00
Joe Topjian
c6a8849725
OpenStack Documentation Updates
2015-04-02 16:12:18 +00:00
Hart Hoover
3fcaab9114
Fix(docs) Correct spelling error in Docker documentation
2015-04-02 10:43:40 -05:00
Rui Zhang
94bb3ed513
Support for AWS Placement Group
...
- add placement_group for aws instance
- update test and document
2015-04-01 23:33:16 -07:00
Tarrant
f68c9eee63
Merge branch 'master' of https://github.com/hashicorp/terraform
2015-04-01 18:24:57 -07:00
Ryan Uber
854267fb0e
Merge pull request #1355 from hashicorp/f-plan-exitcode
...
Granular exit code during terraform plan
2015-04-01 16:21:01 -07:00
Clint Shryock
261faaf3d2
Merge branch 'master' into f-rds-update
...
* master: (167 commits)
return error if failed to set tags on Route 53 zone
core: [tests] fix order dependent test
Fix hashcode for ASG test
provider/aws: Fix issue with tainted ASG groups failing to re-create
Don't error when reading s3 bucket with no tags
Avoid panics when DBName is not set
Add floating IP association in aceptance tests
Use env var OS_POOL_NAME as default for pool attribute
providers/heroku: Add heroku-postgres to example
docs: resource addressing
providers/heroku: Document environment variables
providers/heroku: Add region to example
Bugfix on floating IP assignment
Update CHANGELOG.md
update CHANGELOG
website: note on docker
core: formalize resource addressing
core: fill out context tests for targeted ops
core: docs for targeted operations
core: targeted operations
...
2015-04-01 15:28:35 -05:00
Ryan Uber
4df04e0878
website: document detailed exit codes for plan
2015-04-01 09:49:36 -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
Justin Campbell
9b3826cf36
providers/heroku: Add heroku-postgres to example
2015-03-31 18:48:09 -07:00
Tarrant
6ad812e3d8
Merge branch 'ssh_agent'
2015-03-31 17:49:55 -07:00
Paul Hinze
91a3d22a9f
docs: resource addressing
2015-03-31 18:48:54 -05:00
Justin Campbell
6d3425f961
providers/heroku: Document environment variables
2015-03-31 15:51:22 -07:00
Justin Campbell
ad19adfdc0
providers/heroku: Add region to example
...
...since it's required
2015-03-31 15:50:57 -07:00
Paul Hinze
08814a51ba
Merge pull request #924 from jrperritt/openstack-gophercloud-v1.0
...
OpenStack Provider
2015-03-31 16:58:21 -05:00
Mitchell Hashimoto
596511078a
website: note on docker
2015-03-31 14:48:57 -07:00
Paul Hinze
23d005b0e8
core: docs for targeted operations
2015-03-31 14:49:38 -05:00
Long Nguyen
42fb14f19a
Added self option to security groups
2015-03-31 09:54:49 -06:00
Joe Topjian
2b152f38b2
Doc update for instance volume attachment.
2015-03-31 09:54:48 -06:00
Joe Topjian
768292c069
Support for flavor_name
...
This commit renames flavor_ref to flavor_id and adds the flavor_name
parameter. Users can now specify either a flavor ID or name when launching
instances.
2015-03-31 09:54:48 -06:00
Joe Topjian
52102624c6
More doc touchups
2015-03-31 09:54:48 -06:00
Joe Topjian
6f8df3d34e
Doc touchup
2015-03-31 09:54:48 -06:00
Joe Topjian
2b5c7c6e2c
Updated documentation to reflect the image_ref / image_id change.
2015-03-31 09:54:48 -06:00
Jon Perritt
436ef9e53b
boot from volume ops and docs
2015-03-31 09:54:48 -06: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
7cdb790ece
update compute intance docs: 'networks -> 'network'
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
bf92b1647f
fix typo
2015-03-31 09:54:46 -06:00
Jon Perritt
2a4570e382
add comment for changing 'networks' attribute
2015-03-31 09:54:46 -06:00
Jon Perritt
8e6e7909cb
neutron subnet operations
2015-03-31 09:54:46 -06:00
Jon Perritt
ef3ee11045
neutron network operations
2015-03-31 09:54:46 -06:00
Jon Perritt
c2230a8aaa
lb vip operations
2015-03-31 09:54:46 -06:00
Jon Perritt
7132b02a84
lb pool operations
2015-03-31 09:54:45 -06:00
Jon Perritt
966c8420d1
lb monitor operations
2015-03-31 09:54:45 -06:00
Jon Perritt
9077b66045
lb member operations
2015-03-31 09:54:45 -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
Jon Perritt
686cd4b02b
add OpenStack to list of IaaS providers
2015-03-31 09:54:45 -06:00
Clint Shryock
e485767694
provider/aws: Add non-destructive updates to AWS RDS
...
This introduces non-destructive, in-place upgrades to MultiAZ and Engine Version
attributes of AWS RDS instances.
2015-03-31 09:41:37 -05:00
Mitchell Hashimoto
2f0235b23d
website: docker docs
2015-03-28 19:05:17 -07:00
Mitchell Hashimoto
4a7b554cf7
command/remote-config: do a pull with `terraform remote config`
2015-03-26 17:57:45 -07:00
Clint Shryock
877eb902a0
Merge branch 'master' into time-asg-tags-support
...
* master:
update CHANGELOG
providers/digitalocean: add dot in GET response
providers/digitalocean: force fqdn in dns rr value
update CHANGELOG
Add disk size to google_compute_instance disk blocks.
'project' should be set to the project's ID, not its name.
Don't error when enabling DNS hostnames in a VPC
Correct AWS VPC or route table read functions
Updates to GCE Instances and Instance Templates to allow for false values to be set for the auto_delete setting.
Update GCE Instance Template tests now that existing disk must exist prior to template creation.
Update Google API import to point to the new location.
add network field to the network_interface
2015-03-26 13:47:46 -05:00
Mitchell Hashimoto
c294ce323c
Merge pull request #1272 from ndarilek/google-instance-docs-fix
...
website: 'project' requires ID, not name
2015-03-26 10:21:12 -07:00
Mitchell Hashimoto
deb5052454
Merge pull request #1284 from ndarilek/add-size-to-instance-disk
...
Add size option to disk blocks under google_compute_instance
2015-03-26 10:13:11 -07:00
Radek Simko
7950ace399
Documentation for ASG Tags added
2015-03-26 07:35:16 +00:00
Mitchell Hashimoto
27f4f5889b
website: clarify docs on -var-file and terraform.tfvars [GH-1280]
2015-03-25 16:31:22 -07:00
Paul Hinze
6b02cfb700
Merge pull request #1277 from hashicorp/f-aws-derive-root-device-name
...
providers/aws: derive instance root_block_device name
2015-03-25 15:15:05 -05:00
Paul Hinze
b90be254d7
Merge pull request #1290 from spenczar/minor-doc-update
...
Bring usage docs up to date
2015-03-25 11:18:33 -05:00
Mitchell Hashimoto
280635d2b0
command/push: add -atlas-address
2015-03-24 17:45:19 -07:00
Mitchell Hashimoto
51614b6365
command/push: upload-modules
2015-03-24 17:42:40 -07:00
Mitchell Hashimoto
8d47f26bb7
command/push: address PR comments
2015-03-24 17:41:26 -07:00
Mitchell Hashimoto
d7aeb01360
website: remove localhost link
2015-03-24 17:40:12 -07:00
Mitchell Hashimoto
395dd04861
command/push: accept -vcs
2015-03-24 17:03:59 -07:00
Mitchell Hashimoto
20a81a9d05
website: update docs
2015-03-24 17:00:24 -07:00
Mitchell Hashimoto
f857363aac
website: document push
2015-03-24 13:30:23 -07:00
Spencer Nelson
cacc7a5d6f
Bring usage docs up to date
2015-03-24 12:06:09 -07:00
Nolan Darilek
9d75fa72ab
Add disk size to google_compute_instance disk blocks.
2015-03-24 11:45:20 -05:00
Paul Hinze
a4e80b6313
providers/aws: derive instance root_block_device name
...
I was working on building a validation to check the user-provided
"device_name" for "root_block_device" on AWS Instances, when I realized
that if I can check it, I might as well just derive it automatically!
So that's what we do here - when you customize the details of the root
block device, device name is just comes from the selected AMI.
2015-03-23 11:58:45 -05:00
Nolan Darilek
85fc1bca33
'project' should be set to the project's ID, not its name.
2015-03-21 09:16:16 -05:00
Clint
bb4dd8ae77
Merge pull request #1137 from deverton/aws-go-vpn
...
provider/aws: Add Support For AWS VPN Gateways using aws-sdk-go
2015-03-19 16:12:17 -05:00
Paul Hinze
46b63074e0
Merge pull request #1045 from hashicorp/f-block-devices
...
providers/aws: rework instance block devices
2015-03-19 09:09:45 -05:00
Paul Hinze
2b23c402ee
providers/aws: rework instance block devices
...
Instance block devices are now managed by three distinct sub-resources:
* `root_block_device` - introduced previously
* `ebs_block_device` - all additional ebs-backed volumes
* `ephemeral_block_device` - instance store / ephemeral devices
The AWS API support around BlockDeviceMapping is pretty confusing. It's
a single collection type that supports these three members each of which
has different fields and different behavior.
My biggest hiccup came from the fact that Instance Store volumes do not
show up in any response BlockDeviceMapping for any EC2 `Describe*` API
calls. They're only available from the instance meta-data service as
queried from inside the node.
This removes `block_device` altogether for a clean break from old
configs. New configs will need to sort their `block_device`
declarations into the three new types. The field has been marked
`Removed` to indicate this to users.
With the new block device format being introduced, we need to ensure
Terraform is able to properly read statefiles written in the old format.
So we use the new `helper/schema` facility of "state migrations" to
transform statefiles in the old format to something that the current
version of the schema can use.
Fixes #858
2015-03-19 09:03:41 -05:00
Dan Everton
f7289599cc
Merge branch 'master' into aws-go-vpn
2015-03-19 11:03:48 +10:00
Michael H. Oshita
1979d9b792
fix indent
...
align indentation with the rest of the code.
2015-03-19 03:45:32 +09:00
Clint
dc4abb48fa
Merge pull request #1195 from hashicorp/f-retire-goamz
...
provider/aws: Retire goamz
2015-03-16 08:42:40 -05:00
Tarrant
951f4201f7
Add documentation for ssh-agent
2015-03-15 16:37:33 -07:00
Joshua Lund
0d13cd1f54
Typo fix.
2015-03-13 17:37:05 -06:00
Clint Shryock
cd15c9aaf9
clean up docs
2015-03-13 16:04:27 -05:00
Clint Shryock
2d62e55b0e
Add note to Intergent Gateway resource on using depends_on
2015-03-13 15:39:17 -05:00
Clint Shryock
580b696e7f
Strike 'goamz' from the repo'
2015-03-12 16:49:38 -05:00
Dan Everton
9f50b048e1
Merge branch 'master' into aws-go-vpn
2015-03-12 08:09:27 +10:00
Clint Shryock
64f7e6a19c
Update website docs on AWS RDS encryption field
2015-03-11 13:37:56 -05:00
Dan Everton
0900452113
Remove type parameter from vpn_gateway docs
2015-03-10 10:32:49 +10: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
Colin Hebert
268920126e
Update documentation to reflect the new vpc_security_group_ids parameter
2015-03-07 17:09:13 +11: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
30707dbd05
Locked dependencies updated to latest versions
2015-03-06 13:07:59 +00:00
Radek Simko
c87ac6df04
Replace git:// with https:// in middleman source
2015-03-06 13:06:57 +00: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
23609a7af5
Merge pull request #1096 from hashicorp/f-sprintf
...
config: add "format' function [GH-758]
2015-03-04 16:05:25 -08:00
Paul Hinze
72d4ac73d3
Merge pull request #1103 from suguru/aws-block-device-iops
...
providers/aws: add iops to block devices
2015-03-04 12:02:10 -06:00
Mitchell Hashimoto
16cafe9d46
website; clarify where the args go for AWS [GH-853]
2015-03-03 17:35:54 -08:00
Mitchell Hashimoto
9efd20cd7c
website: document MFA token for AWS [GH-390]
2015-03-03 17:31:45 -08:00
Mitchell Hashimoto
7f298d5951
website: note that terraform get is required [GH-706]
2015-03-03 17:28:41 -08:00
Mitchell Hashimoto
4ecc6188f6
website: note TF plugin name is important [GH-847]
2015-03-03 17:26:11 -08:00
Mitchell Hashimoto
b4435e2c0d
Merge pull request #1101 from yikaus/patch-1
...
website/docs: protocol value for all traffic should be -1
2015-03-03 08:45:30 -08:00
Sander van Harmelen
426fb2e457
Updating the docs so the represent the added feature
...
Adding info about the `managed` option for port forwards…
2015-03-03 13:51:22 +01:00
Suguru Namura
68efa3fc21
providers/aws: add iops to block devices
2015-03-03 15:57:08 +09:00
Kevin Yi
0e3f1a865e
protocol value for all traffic should be -1
...
If it is all traffic instead of all tcp traffic , protocol should be equal -1 , otherwise indicate all tcp not all traffic
2015-03-03 10:33:54 +11:00
Mitchell Hashimoto
bf43cabcc2
website: document format
2015-03-02 10:27:58 -08:00
Mitchell Hashimoto
68e4d346be
website: doc replace
2015-03-02 09:40:24 -08:00
Mitchell Hashimoto
ac6efa5e57
Merge pull request #1065 from hashicorp/f-taint
...
Add "taint" command
2015-02-26 23:55:20 -08:00
Jack Pearkes
c21c766c3e
website: route53 subdomain hosted zones example
2015-02-26 14:20:30 -08:00
Mitchell Hashimoto
d411e2939f
command/taint: -allow-missing
2015-02-26 10:56:45 -08:00
Mitchell Hashimoto
d43c88f5f3
website: update docs for tainted
2015-02-26 10:45:39 -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
Jack Pearkes
dfaa428728
Merge pull request #855 from soniah/dme
...
dme - DNSMadeEasy Provider
2015-02-25 14:38:38 -08:00
Clint Shryock
d79b0d7fd1
provider/aws: Convert AWS DB Instance over to awslabs/aws-sdk-go
...
- Remove check on password for AWS RDS Instance
- Update documentation on AWS RDS Instance regarding DB Security Groups
- Change error handling to check error code from AWS API [ci skip]
2015-02-24 16:51:47 -06:00
Mitchell Hashimoto
e2c912c53d
website: update docs for self
2015-02-23 15:04:18 -08:00
Paul Hinze
4bc649e60c
Merge pull request #1023 from sparkprime/sidebar
...
Add google resources to sidebar
2015-02-23 09:58:25 -06:00
Dave Cunningham
19af96bd87
Add google resources to sidebar
2015-02-22 20:44:00 -05:00
Mitchell Hashimoto
45a267111b
Merge pull request #885 from brycekahle/split-func
...
config: add split function
2015-02-20 13:45:01 -08:00
Mitchell Hashimoto
3093268106
website: clarify lookup [GH-531]
2015-02-20 10:04:53 -08:00
Paul Hinze
73d20b4c58
providers/aws: add root_block_device to aws_instance
...
AWS provides a single `BlockDeviceMapping` to manage three different
kinds of block devices:
(a) The root volume
(b) Ephemeral storage
(c) Additional EBS volumes
Each of these types has slightly different semantics [1].
(a) The root volume is defined by the AMI; it can only be customized
with `volume_size`, `volume_type`, and `delete_on_termination`.
(b) Ephemeral storage is made available based on instance type [2]. It's
attached automatically if _no_ block device mappings are specified, and
must otherwise be defined with block device mapping entries that contain
only DeviceName set to a device like "/dev/sdX" and VirtualName set to
"ephemeralN".
(c) Additional EBS volumes are controlled by mappings that omit
`virtual_name` and can specify `volume_size`, `volume_type`,
`delete_on_termination`, `snapshot_id`, and `encryption`.
After deciding to ignore root block devices to fix #859 , we had users
with configurations that were attempting to manage the root block device chime
in on #913 .
Terraform does not have the primitives to be able to properly handle a
single collection of resources that is partially managed and partially
computed, so our strategy here is to break out logical sub-resources for
Terraform and hide the BlockDeviceMapping inside the provider
implementation.
Now (a) is supported by the `root_block_device` sub-resource, and (b)
and (c) are still both merged together under `block_device`, though I
have yet to see ephemeral block devices working properly.
Looking into possibly separating out `ephemeral_block_device` and
`ebs_block_device` sub-resources as well, which seem like the logical
next step. We'll wait until the next big release for this, though, since
it will break backcompat.
[1] http://bit.ly/ec2bdmap
[2] http://bit.ly/instancestorebytype
Fixes #913
Refs #858
2015-02-18 13:15:11 -06:00
Mitchell Hashimoto
44c45994c8
Merge pull request #963 from julienba/master
...
providers/aws: vpc_peering_connection
2015-02-18 06:56:28 -08:00
jba
372035368f
allow update
2015-02-18 10:45:12 +01:00
Mitchell Hashimoto
0feb29944c
Merge pull request #856 from CashStar/aws_egress
...
provider/aws: adding support for egress rules in AWS Security Groups
2015-02-17 13:59:47 -08:00
Bryce Kahle
fa8280a56c
Add split docs
2015-02-17 13:24:34 -05:00
nevins-b
b7238ca6f2
adding documentation
2015-02-17 13:23:10 -05:00
Mitchell Hashimoto
c5e035361f
Merge pull request #896 from bitglue/storage_type
...
provider/aws: Support storage_type parameter for aws_db_instance
2015-02-17 09:30:03 -08:00
Mitchell Hashimoto
f63aa41d67
Merge pull request #897 from bitglue/apply_method
...
provider/aws: Implement apply_method for RDS parameters
2015-02-17 09:28:24 -08:00
Mitchell Hashimoto
1fa6141a39
Merge pull request #933 from egarbi/master
...
docs: Added missing line for aws_launch_configuration resource on AWS provider...
2015-02-17 09:24:50 -08:00
David Watson
c3d22ec068
Update Instance Template network definition to match changes to Instances.
2015-02-16 17:04:56 +00:00
David Watson
81d0828302
Add tests for InstanceGroupManagers in GCE.
2015-02-16 16:07:26 +00:00
Jeremy Voorhis
c4869ef3b1
Add missing preposition.
2015-02-13 21:46:40 -08:00
Jeremy Voorhis
729939f122
Fill in missing outputs in modules.html.md.
2015-02-13 21:27:54 -08:00
Paul Hinze
fad6f69071
Revert "Add Azure provider"
...
This reverts commit f561e2a6a8
.
2015-02-13 12:53:01 -06:00
Paul Hinze
edaed1fa77
Merge pull request #966 from TimeInc/ig-tags-docs
...
Add docs for AWS IG tags
2015-02-13 12:34:50 -06:00
jba
101f801846
add aws_vpc_peering_connection
2015-02-12 10:45:29 +01:00
Radek Simko
3366f1924f
Add docs for AWS IG tags
2015-02-11 13:33:59 +00:00
Dave Cunningham
66ad26f19a
Merge branch 'master' into oauth2
2015-02-11 00:37:13 -05:00
jba
3b0b41c9a1
allow vpc_peering_connection_id in aws_route_table
2015-02-10 17:50:29 +01:00
Phil Frost
81b5c238ef
Clarify usage of `aws_elb`
...
Address confusion regarding ELB in VPC or EC2-classic. See #958 .
2015-02-10 11:13:54 -05:00
Paul Hinze
448edd1a83
Merge pull request #959 from BashtonLtd/gce_instance_template
...
GCE instance template support
2015-02-10 08:57:45 -06:00
David Watson
7df536345c
Add docs for google Instance Template.
2015-02-10 10:41:21 +00:00
Dave Cunningham
26b90c10a0
Merge branch 'master' into gcp_image
2015-02-10 03:25:45 -05:00
Dave Cunningham
e898daf573
Merge branch 'master' into oauth2
2015-02-09 20:07:36 -05:00
Paul Hinze
6e27da8c47
Merge pull request #937 from sparkprime/pr_network_interface
...
Deprecated 'network', introduce 'network_interface'
2015-02-09 18:49:56 -06:00
Amadeus Demarzi
61536cb1f8
Attach Chainable timers to Engine render loop
...
Previous to this commit, the Chainable class which is responsible for
iterating on the sequence of events in the intro Terraform animation,
was using setTimeout and thus could result in very messed up race
conditions when triggering physics changes.
This commit attaches the .wait timers to the Engine.render loop which
should enable everything to stay in sync.
2015-02-06 15:28:26 -08:00
Julien Vey
33eebbed51
provider/gce: Add description in firewall resource
2015-02-06 13:33:02 +01:00
Dave Cunningham
b385093502
Deprecated 'network', introduce 'network_interface'
2015-02-06 03:21:22 -05:00
Enrique Garbi
2b3015f66a
Added missing line for aws_launch_configuration resource on AWS provider docs
2015-02-05 17:05:14 +00:00
Paul Hinze
f852a01c22
providers/aws: docs for aws_main_route_table_association
2015-02-03 15:13:15 -06:00
Paul Hinze
44759903fa
Merge pull request #895 from hashicorp/588-gcp-improvements
...
Multiple gcp improvements and new resources
2015-01-30 16:49:22 -06:00
Dave Cunningham
12db8bc9d3
Merge branch 'master' into oauth2
2015-01-30 17:48:49 -05:00
Ferran Rodenas
f561e2a6a8
Add Azure provider
2015-01-30 16:32:35 -06:00
Dave Cunningham
1d41800cd2
Add docs
2015-01-30 15:12:13 -05:00
Phil Frost
8eb5418c4a
Implement apply_method for RDS parameters
...
This is necessary to support creating parameter groups with parameters
that require a reboot, since the RDS API will return an error when
attempting to set those parameters with ApplyMethod "immediate".
2015-01-30 13:06:15 -05:00
Phil Frost
bfaf8ccee6
Support storage_type parameter for aws_db_instance
...
This allows provisioning "gp2" (general purpose SSD) storage for DB
instances.
2015-01-30 13:01:10 -05:00
Dave Cunningham
6046647f38
Multiple gcp improvements and new resources
2015-01-30 10:32:35 -06:00
Dave Cunningham
e85c7113fa
Allow specifying project or full URL when specifying image
2015-01-29 20:00:02 -05:00
Paul Hinze
24c3718ac6
Merge pull request #884 from hashicorp/452-google-secrets-file
...
[REPACK] #452 providers/google: remove deprecated client secrets file
2015-01-28 17:21:11 -06:00
stungtoat
d3814d6180
providers/google: remove secrets file
...
fixes #452
2015-01-28 15:47:49 -06:00
Phil Frost
254b25a64f
Fix aws_db_instance to not recreate each time
...
Several of the arguments were optional, and if omitted, they are
calculated. Mark them as such in the schema to avoid triggering an
update.
Go back to storing the password in the state file. Without doing so,
there's no way for Terraform to know the password has changed. It should
be hashed, but then interpolating the password yields a hash instead of
the password.
Make the `name` parameter optional. It's not required in any engine, and
in some (MS SQL Server) it's not allowed at all.
Drop the `skip_final_snapshot` argument. If `final_snapshot_identifier`
isn't specified, then don't make a final snapshot. As things were, it
was possible to create a resource with neither of these arguments
specified which would later fail when it was to be deleted since the RDS
API requires exactly one of the two.
Resolves issue #689 .
2015-01-28 12:03:26 -05:00
Paul Hinze
c01f1a5ef0
Merge pull request #864 from paystee/doc_boolean_syntax
...
docs: update available boolean values
2015-01-27 19:40:13 -06:00
Seth Vargo
918ba4c3be
Merge pull request #851 from hashicorp/sethvargo/aws_envvars
...
Use standard AWS environment variables
2015-01-25 13:29:32 -05:00
Anton Tereshchenkov
819bc2b032
docs: update available boolean values
2015-01-25 12:38:15 +08:00
Paul Hinze
dec0c467e1
docs: add example of using variables with count
...
closes #861
2015-01-24 18:29:36 -06:00
Sonia Hamilton
6b9f4e09b0
dnsmadeeasy documentation
2015-01-23 17:33:40 +11:00
Seth Vargo
5713b7abcc
Remove extra newline
2015-01-22 16:09:26 -05:00
Seth Vargo
91ed8ae916
Update eventmachine to a version that compiles
2015-01-22 16:09:25 -05:00
Seth Vargo
038d241043
Update the documentation to read the new AWS environment variables
2015-01-22 16:09:25 -05:00
Mitchell Hashimoto
466a54cfe4
Merge pull request #766 from hashicorp/f-exists-api
...
helper/schema: Exists API
2015-01-16 10:56:25 -08:00
Sander van Harmelen
edc8b91d09
Adding/updating the docs to reflect the changes in the provider
2015-01-16 17:23:27 +01:00
Emil Hessman
0cfbf4d8d9
website: use lists throughout the docs instead of array
2015-01-14 18:38:08 +01:00
Mitchell Hashimoto
577e2420b0
Revert "docs: consistent use of array configuration syntax"
...
This reverts commit 4893eb8b55
.
2015-01-14 09:28:25 -08:00
Mitchell Hashimoto
152e72ffa6
Merge pull request #773 from ceh/issue-691
...
helper/schema: fix panic when validating composite schema type
2015-01-14 09:28:11 -08:00
Sander van Harmelen
68a6e7197f
Adding some needed references and updated a couple of passes
2015-01-13 11:28:05 +01:00
Emil Hessman
4893eb8b55
docs: consistent use of array configuration syntax
...
The Terraform configuration syntax defines what arrays are.
Use the word array consistently throughout the documentation
instead of list.
The corresponding JSON datatype is called array as well, and
since the Terraform configuration syntax is interoperable with
JSON it makes sense to use the term array to describe them.
2015-01-13 06:59:12 +01:00
Mitchell Hashimoto
48b9614556
helper/schema: Exists API
2015-01-10 15:39:29 -08:00
Justin Clayton
3e722d13ee
Clarify re: Openstack support
...
This is a reword of #760 at @mitchellh 's request.
2015-01-08 15:58:56 -08:00
Sören Blom
efca6b0e8a
only non-default VPC security groups are referenced by ID.
2015-01-07 12:52:20 +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
Armon Dadgar
0ffc11c885
Merge pull request #704 from yahyapo/master
...
[AWS] Adding default network ACL ID and default security group ID to VPC reference attributes
2015-01-06 10:29:16 -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
Armon Dadgar
34d5464c63
Merge pull request #725 from jgoldschrafe/feature-google-compute-service-accounts
...
Support service accounts on GCE instances
2015-01-05 11:30:38 -08:00
Emil Hessman
28d39cd0bc
website: address spelling mistakes, casing and links
2015-01-03 19:31:53 +01:00
Jeff Goldschrafe
d3081e0da8
Support service accounts on GCE instances
...
Update the Google Compute Engine provider to add support for service
accounts on `google_compute_instance`. Both gcloud shorthand (`compute-ro`,
`storage-ro`, etc.) and OAuth2 API endpoints are supported.
This feature is currently limited to a single service account (supporting
multiple scopes) and an automatically-generated service account email.
2015-01-02 01:25:19 -05:00
Yahya Poonawala
7e4f417107
Updating markdown file for VPC to reflect addition of default network acl id and security group id.
2014-12-23 11:49:07 +05:30
Armon Dadgar
f6bfbac3d1
website: Add link to heroku_cert in the docs
2014-12-15 12:14:00 -08:00
Armon Dadgar
f923368fc5
Merge pull request #672 from plan3-labs/heroku_cert_support
...
Heroku SSL certificate support
2014-12-15 12:12:57 -08:00
Jakub Janczak
3c0e9970e5
Heroku SSL certificate support added
2014-12-15 12:21:47 +01:00
Don Johnson
e02c62347d
Usage info for graph command was actually that of output
2014-12-14 17:21:43 +09:00
Armon Dadgar
7a3b4fa7ce
Merge pull request #648 from yahyapo/master
...
Adding tag support to AWS EC2 route table resource.
2014-12-10 19:24:38 -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
1e8b930b83
website: Adding newline
2014-12-10 13:27:11 -08:00
Armon Dadgar
4e503d1d64
website: Adding documentation for new commands
2014-12-10 13:27:11 -08:00
Armon Dadgar
8ceabbd8e6
website: Document missing flag
2014-12-10 13:27:11 -08:00
Armon Dadgar
5f35c7852f
website: Update CLI flags for existing commands
2014-12-10 13:27:11 -08:00
Armon Dadgar
493eaa3f21
website: add links to new commands
2014-12-10 13:27:11 -08:00
Armon Dadgar
c4de19c740
website: Document key sanitization
2014-12-10 13:27:06 -08:00
Armon Dadgar
ef57437a6e
website: Update artifact docs
2014-12-10 13:27:05 -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
9668c8292f
Merge pull request #637 from snehaso/vpc_tenanct
...
[AWS] added vpc instance_tenancy
2014-12-10 12:58:50 -08:00
Yahya Poonawala
b595c73d42
Adding tag support to AWS EC2 route table resource.
2014-12-11 00:03:13 +05:30
Sneha Somwanshi
89f1a38f5b
added vpc tenancy argument
2014-12-10 16:10:00 +05:30
Sneha Somwanshi
60d18e1eb8
doc for cross zone load balancing
2014-12-10 12:53:51 +05:30
Armon Dadgar
57fd308e93
website: Correct network_acl docs
2014-12-07 23:53:21 -08:00
Armon Dadgar
38697d6b4c
aws: Making security group ingress rules optional
2014-12-07 23:52:04 -08:00
Armon Dadgar
fae29f4685
Merge pull request #506 from muralimadhu/master
...
Support termination policies in aws auto scaling group
2014-12-07 23:35:33 -08:00
Armon Dadgar
477efb4fa4
website: Docs for aws_network_acl
2014-12-07 23:30:36 -08:00
Armon Dadgar
7182e5618e
Merge pull request #612 from MerlinDMC/feature/aws_block_device_virtual_name
...
allow setting the block device virtual_name
2014-12-03 12:08:07 -08:00
Alan LaMielle
3488afa6ae
Update consul.html.markdown
...
Fixes typo: s/features/feature
2014-11-22 21:09:39 -08:00
Alan LaMielle
c6bf21baf0
Update variables.html.md
...
Fixes typo: s/anythiing/anything
2014-11-22 17:55:20 -08:00
Daniel Malon
1e3065ae11
allow setting the block device virtual_name
2014-11-22 09:50:22 +00:00
Dave Dash
5eb216226b
Update output.html.markdown
2014-11-20 23:00:02 -08:00
Armon Dadgar
e53bf23c0c
provider/aws: Fixing merge conflict
2014-11-19 17:17:18 -08:00
Armon Dadgar
735e83a146
Merge branch 'master' of https://github.com/serenitus/terraform into serenitus-master
2014-11-19 17:15:15 -08:00
Armon Dadgar
4cdeb4b846
Merge pull request #554 from rcostanzo/f-array-index
...
Added an element interpolation lookup function for accessing a specific ...
2014-11-19 16:02:34 -08:00
Armon Dadgar
41f2e7f98e
Merge pull request #545 from rcostanzo/f-parameter-group
...
Added new parameter_group_name parameter for creating an RDS DB instance
2014-11-19 16:01:11 -08:00
Armon Dadgar
38aec9f20b
provide/aws: Document the block device
2014-11-19 15:59:29 -08:00
Chavez
25513f421f
Modules documentation
...
* Re-iterate 'terraform get' in getting started for modules
2014-11-18 10:25:39 -08:00
Seth Vargo
c1a6a48892
Update version of middleman-hashicorp
2014-11-17 20:54:29 -05:00
Seth Vargo
70a7d14e19
Fix image links
2014-11-17 20:33:49 -05:00
Madhu
5ed2ee8f37
Merge branch 'master' of https://github.com/hashicorp/terraform
2014-11-10 18:44:23 -08:00
Rob Costanzo
8da91e9636
Added an element interpolation lookup function for accessing a specific index from a list with splat variables
2014-11-07 10:24:21 -08:00
Rob Costanzo
a14da63a39
Fixed bug with final_snapshot_identifier and skip_final_snapshot and removed apply_method as an option for now and am only supporting immediate mode
2014-11-05 11:03:06 -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
Simon Turvey
31132f1ded
Add tag support to AWS subnets
2014-11-02 12:30:33 -08:00
balser
e915807efe
Fix typo in aws_db_instance example
2014-10-27 17:48:03 -04:00
Madhu
7d4064ca03
Termination Policy Support
2014-10-23 14:58:54 -07:00
Seth Vargo
66c0558f8d
Use non-protocol-specific URL for fonts
2014-10-23 12:30:04 -04:00
Seth Vargo
4a98c921a8
Load Google fonts over SSL
2014-10-23 12:00:37 -04:00
Jack Pearkes
04a20f9165
website: make bintray logo https
2014-10-23 11:45:43 -04:00
Seth Vargo
9d3758abd8
Fix broken YAML
2014-10-22 17:47:44 -04:00
Seth Vargo
9ac9ab6706
Use the built-in alert helpers
2014-10-22 10:01:17 -04:00
Seth Vargo
073a0f76c5
Add meta descriptions to all pages
2014-10-21 23:21:56 -04:00
Seth Vargo
79aa19a121
Remove version file
2014-10-21 23:21:23 -04:00
Seth Vargo
342e196967
Set base_url
2014-10-21 23:21:19 -04:00
Seth Vargo
29aa947c3b
Do not index the 404 page
2014-10-21 23:21:14 -04:00
Seth Vargo
574746b2aa
Push javascript to the bottom, read description
2014-10-21 23:20:52 -04:00
Seth Vargo
e6feb90121
Add robots.txt
2014-10-21 23:20:26 -04:00
Seth Vargo
fe6e7e2a01
Add sitemap
2014-10-21 23:20:21 -04:00
Seth Vargo
0474da5507
Remove unused CSS and Javascript
2014-10-21 23:20:16 -04:00
Seth Vargo
7200348d1a
Update version of middleman-hashicorp
2014-10-21 22:48:50 -04:00
Seth Vargo
4f475cb35e
Remove unused font files
2014-10-21 22:48:43 -04:00
Mitchell Hashimoto
57504e26d0
website: add a dumb version.txt
2014-10-21 11:21:13 -07:00
Matthieu Fronton
d901d62138
website: update arg description with actual expected informations (but now arg name not relevant anymore)
2014-10-21 08:10:50 -04:00
Matthieu Fronton
e7925bad15
website: fix misspelled argument name for aws_db_instance resource
2014-10-21 07:52:32 -04:00
Mitchell Hashimoto
d5b418d82b
Merge pull request #402 from longnguyen11288/add-sg-tags
...
Added security group tagging
2014-10-20 23:18:22 -07:00
Mitchell Hashimoto
afec1e907b
website: update docs for Heorku change
2014-10-20 23:17:44 -07:00
Armon Dadgar
74ad2797cf
Merge pull request #433 from jpluscplusm/patch-1
...
Website: Update aws-count example intro page with correct github link
2014-10-20 10:53:52 -07:00
Ben Gesoff
0d79a0f31e
Fixed typo
...
The wrong form of "its" was used. Changed to possessive pronoun instead of contracted verb.
2014-10-19 22:10:45 +01:00
JCM
e6b94d1f7b
Update aws-count example with correct github link
2014-10-16 22:49:06 +01:00
Igor Vuk
08d017057a
Fix a typo: The -> This
2014-10-16 18:16:52 +02:00
Paul Lewis
3f5a9b70d8
Removing duplicate example and unclosed code block
2014-10-14 17:47:23 -04:00
Long Nguyen
eef3197ba0
Added security group tagging
2014-10-14 17:11:09 -04:00
Clint Shryock
8b45abc1b2
document the organization field
2014-10-14 15:50:10 -05:00
Seth Vargo
164e5db5c9
Double quotes kinda people
2014-10-14 16:06:30 -04:00
Seth Vargo
e0ea52be5c
Fix images on markdown pages
2014-10-14 16:06:02 -04:00
Mitchell Hashimoto
79e3ced3b4
Update gemfile
2014-10-14 12:57:11 -07:00
Mitchell Hashimoto
52589f51b7
Update lock to get right version
2014-10-14 12:50:42 -07:00
Mitchell Hashimoto
2729dcab77
website: don't change the Ruby version
2014-10-14 12:46:04 -07:00
Mitchell Hashimoto
af43cca8ff
website: update Ruby version
2014-10-14 12:43:33 -07:00
Mitchell Hashimoto
58757d6e96
website: update website to set version
2014-10-14 12:40:39 -07:00
Mitchell Hashimoto
6fea336c09
Merge pull request #396 from hashicorp/f-consul-schema
...
Port Consul provider to new helper.Schema, add Token support
2014-10-14 12:21:23 -07:00
Mitchell Hashimoto
dad141ec08
Merge pull request #397 from seanherron/ec2-tags
...
Expands AWS tagging to cover EC2 instances
2014-10-14 12:13:22 -07:00
Mitchell Hashimoto
0bc21a928d
website: move all examples into the GitHub repo
2014-10-13 22:18:45 -07:00
Mitchell Hashimoto
104ed0fb9b
website: update examples to use new module system
2014-10-13 18:07:54 -07: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
Sean Herron
3e16190e69
Expands AWS tagging to cover EC2 instances
2014-10-13 16:55:59 -04:00
Mitchell Hashimoto
d7e77202ba
website: started updating examples
2014-10-13 12:14:56 -07:00
Mitchell Hashimoto
9ccc8aebf1
website: update getting started guide for TF 0.3 features
2014-10-13 11:57:43 -07:00
Armon Dadgar
269c5be738
provider/Consul: Support Token. Fixes #378
2014-10-13 11:42:40 -07:00
Seth Vargo
7cde76abae
Update to middleman-hashicorp
2014-10-13 12:44:38 -04:00
Mitchell Hashimoto
6ddcc2ebf8
Merge pull request #309 from alekstorm/aws-db-instance-password
...
Store aws_db_instance.password in tfstate, change to AttrTypeCreate
2014-10-11 12:34:52 -07:00
Mitchell Hashimoto
e827180887
providers/aws: main_route_table_id attribute for VPC [GH-193]
2014-10-10 16:57:32 -07:00
Mitchell Hashimoto
8aae8099e8
website: update the docs more to say more
2014-10-09 21:25:59 -07:00
Mitchell Hashimoto
f558f7a0c5
website: document the join function
2014-10-09 21:23:49 -07:00
Mitchell Hashimoto
4a8021ff8e
website: update docs for tags on VPC
2014-10-08 23:46:36 -07:00
Mitchell Hashimoto
c7088eb82a
website: update docs for GH-371
2014-10-08 10:54:34 -07:00
Mitchell Hashimoto
9e953c9908
Merge pull request #372 from jgoldschrafe/feature-google-compute-disk-types
...
Configurable disk types for GCE
2014-10-08 10:50:38 -07:00
Mitchell Hashimoto
65a054b7c2
Merge pull request #375 from jgoldschrafe/feature-google-compute-ip-forward
...
providers/google: Support IP forwarding on GCE instances
2014-10-08 10:31:41 -07:00
Mitchell Hashimoto
770d62e588
website: document path variables
2014-10-07 20:15:08 -07:00
Jeff Goldschrafe
88a020e0b5
Support IP forwarding on GCE instances
...
This change exposes the CanIpForward property of the Instance, allowing
users to create instances that are allowed to function as NAT or VPN
gateways.
2014-10-07 12:28:20 -04:00
Jeff Goldschrafe
ddfdfebcc5
Configurable disk types for GCE
...
Supports configuring the disk type for Google Compute Engine disk
resources. Both `google_compute_disk` and `google_compute_instance`
disk types are supported.
Resolves #351 .
2014-10-07 01:40:20 -04:00
Jack Pearkes
0fa5d160a2
Merge pull request #348 from cfortier2/awsdbsubnet-doc
...
add subnet_group_name for aws db instance doc
2014-10-04 10:00:20 -07:00
Seth Vargo
03431efd65
Remove unnecessary files
2014-10-03 17:53:55 -07:00
Seth Vargo
6298bab5a2
Update website to use latest middleman
2014-10-03 17:51:13 -07:00
Mitchell Hashimoto
55ab043036
website: update docs for count.index
2014-10-02 22:11:53 -07:00
Panagiotis Moustafellos
d01418270a
Add listener.ssl_certificate_id support to AWS ELB (@jpadvo [GH-176])
2014-10-02 05:19:36 +03:00
cfortier2
77edd9d8d8
add subnet_group_name for aws db instance doc
2014-10-01 11:42:48 -04:00
Mitchell Hashimoto
d4a2010983
website: destroy command
2014-09-30 22:08:32 -07:00
Mitchell Hashimoto
dbc890e401
providers/aws: add `self` to ingress [GH-219]
2014-09-30 14:19:16 -07:00
Mitchell Hashimoto
e3c7ccb1d7
Update changelog
2014-09-30 13:30:15 -07:00
Mitchell Hashimoto
a621525741
Merge pull request #317 from hashicorp/f-create-before
...
Adding support for `lifecycle` and `create_before_destroy`
2014-09-30 13:17:41 -07:00
Armon Dadgar
fc324464b8
website: Fixing typo
2014-09-30 11:41:58 -07:00
Spencer Krum
0f32eefb2b
Docs Fixup
2014-09-30 11:32:25 -07:00
Mitchell Hashimoto
0649c62616
website: update apply docs
2014-09-29 15:58:45 -07:00
Armon Dadgar
8d5d7c32c8
website: Document lifecycle
2014-09-29 15:20:03 -07:00
Mitchell Hashimoto
5da86c1279
Merge pull request #319 from lflux/aws-instance-iam-support
...
Add IAM Instance profile support to AWS instance provider
2014-09-27 12:43:18 -07:00
Mitchell Hashimoto
1c73f4e703
Update CHANGELOG
2014-09-27 12:42:46 -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
62ec0a3b4a
website: update website for subdirs
2014-09-26 14:58:41 -07:00
Mitchell Hashimoto
7aa30fdf25
config: support subdirectories with the "//" syntax
2014-09-26 14:56:04 -07:00
Mitchell Hashimoto
03f630bdb8
website: document modules
2014-09-26 14:23:38 -07:00
Ian Delahorne
9f91c4e8c3
Add IAM Instance profile support to AWS instance provider
2014-09-23 13:06:30 -05:00
Jeff Goldschrafe
0dab8cb2c6
Update instructions for auth JSON files
2014-09-22 15:53:44 -04:00
Alek Storm
c7f219a781
Store aws_db_instance.password in tfstate, change to AttrTypeCreate
2014-09-18 13:55:43 -07:00
Jack Pearkes
002e640d0b
Merge pull request #259 from hden/vpc_zone_identifier
...
allow vpc_zone_identifier in aws_autoscaling_group
2014-09-16 10:44:32 -04:00
Jack Pearkes
9fc775e41c
providers/aws: fix tests for subnet map_public_ip, add docs
...
This working depends on merging mitchellh/goamz#109
Related: #285
cc/ @hden
2014-09-16 10:37:22 -04:00
Jack Pearkes
2a893294e3
Merge pull request #296 from jmartelletti/master
...
Documentation fixes
2014-09-16 09:55:22 -04: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
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
Matthew Leventi
ab311e8401
Update provider.html.md
...
Fix typo
2014-09-13 21:58:54 -07:00
Ben Smith
597a3bfddd
small typo
2014-09-09 14:29:05 -07:00
Godefroid Chapelle
41e13c0189
Fix typo
2014-09-09 15:25:38 +02:00
Mitchell Hashimoto
c7e1528a69
website: update docs for google
2014-09-07 16:10:56 -07:00
Mitchell Hashimoto
d332e7680e
Merge pull request #256 from jlund/use-cases-updates
...
website: Fix some typos and grammar mistakes in the website's Use Cases section
2014-09-07 16:08:08 -07:00
Mitchell Hashimoto
73de250d5f
Merge pull request #257 from jlund/versus-updates
...
website: Cleanup of the 'Terraform vs. Custom Solutions' section
2014-09-07 16:07:44 -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
Jack Pearkes
2cb7ab29e5
website: fix two tier AWS example to work with HCL
...
see #261
2014-09-03 10:22:58 -04:00
Hao-kang Den
125977e075
allow vpc_zone_identifier in aws_autoscaling_group
2014-09-03 09:38:07 +08:00
Joshua Lund
280875774f
Cleanup of the 'Terraform vs. Custom Solutions' section.
2014-09-02 12:29:22 -06:00
Joshua Lund
494730359b
Fix some typos and grammar mistakes in the website's Use Cases section.
2014-09-02 11:38:30 -06:00
James Martelletti
821a0a6dc6
Fix typo, proviate_ip -> private_ip
2014-09-01 18:06:39 +10:00
Mitchell Hashimoto
e1ff3c558b
website: up version for deploy
2014-08-31 09:45:32 -07:00
Mitchell Hashimoto
3cf4f57fe8
website: update docs for new mappings format
2014-08-30 16:20:45 -07:00
Jack Pearkes
7ae242d724
website: add mailgun record docs
2014-08-29 11:50:08 -07:00
Mitchell Hashimoto
f7022711c0
website: fix syntax of variables
2014-08-28 09:17:27 -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
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
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
551d4980b9
website: update function docs
2014-08-19 13:16:29 -07:00
Mitchell Hashimoto
7ebd3c0a48
website: fix cidr block on aws_subnet [GH-199]
2014-08-19 12:49:30 -07:00
Jack Pearkes
47ddd197f5
Merge pull request #189 from alekstorm/docs-variable-files
...
Document that variable files can also be JSON, and clarify that terraform.tfvars is searched for in the *current* directory
2014-08-19 09:51:20 -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
Alek Storm
697ba0ee99
Document that variable files can also be JSON, and clarify that terraform.tfvars is searched for in the *current* directory
2014-08-12 10:25:20 -07:00
Mitchell Hashimoto
acc9cf0003
website: fix downloads
2014-08-11 13:48:05 -07:00
Mitchell Hashimoto
637446d1ab
website: make it clearer how to retrieve DO key info
2014-08-11 09:14:30 -07:00
Mitchell Hashimoto
374d0a5b50
website: another attempt
2014-08-11 09:13:07 -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
Jack Pearkes
5a466795c6
website: handle longer names in downloads
2014-08-06 09:12:04 -04:00
Jack Pearkes
f19e7dba58
website: another touch for heroku
2014-08-06 08:57:44 -04:00
Jack Pearkes
7040599950
website: for heroku
2014-08-06 08:36:20 -04:00
Jack Pearkes
70b06674c8
website: fix homepage fonts in json
2014-08-05 21:12:57 -04:00
Jack Pearkes
de2d55c206
website: configure middleman not to remove multiple spaces during minify
...
Minification was breaking the whitespace in JSON blocks on the front
page that require indentation because we use non-standard `p` and
`span` tags in JSON blocks
I imagine the HTML compressor gem used by middleman has some
whitelisting of the `pre` tag, therefore it wouldn't break normal
code blocks.
2014-08-05 20:59:27 -04:00
Mitchell Hashimoto
21c7265237
website: fix download URLs
2014-08-05 14:45:55 -07:00
Mitchell Hashimoto
b1f112f996
website: fix 404 on SHASUMS link
2014-08-05 14:38:41 -07:00
Mitchell Hashimoto
8391c80723
website: fix website for downloads for 0.1.1
2014-08-05 14:36:30 -07:00
Mitchell Hashimoto
afc942358d
website: work with new file format
2014-08-05 14:32:27 -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
Jack Pearkes
efc6f7b987
Merge pull request #110 from pokle/master
...
Fixed example
2014-07-30 10:19:57 -04:00
Luke Chadwick
dcd6449245
Add documentation for elb health_check
2014-07-30 22:14:18 +10:00
Tushar Pokle
7ff36710a6
Fixed example
...
The cat should actually be an echo if you want to write the IP address to a file
2014-07-30 21:56:02 +10:00
Armon Dadgar
55402f5f3e
Merge pull request #101 from catsby/doc_update
...
website: Fix typo probably
2014-07-29 23:46:43 -07:00
Mitchell Hashimoto
263dc11873
website: fix typo in use cases
2014-07-29 23:10:30 -07:00
Clint Shryock
8c7772885b
Fix typo probably
2014-07-29 22:21:59 -05:00
Jack Pearkes
e1939502fb
website: fix download icon layout
2014-07-29 19:40:50 -04: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
e4a6fcd64b
Merge pull request #90 from hashicorp/skewfix
...
Fixing Font Skews on Homepage
2014-07-29 13:25:58 -04:00
scottsuch
ea0ef2d31e
Removes duplicate 'a'
2014-07-29 11:31:28 -04:00
Jack Pearkes
21030db30e
Merge pull request #78 from borgified/website_typos
...
Website typos
2014-07-29 10:44:29 -04:00
Jack Pearkes
65beb27825
Merge pull request #80 from zyegfryed/patch-1
...
Typo
2014-07-29 10:40:30 -04:00
Jack Pearkes
774489a75a
Merge pull request #82 from zyegfryed/patch-2
...
Typo
2014-07-29 10:40:11 -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
Sébastien Fievet
6e38cab094
Typo
2014-07-29 12:23:25 +02:00
Sébastien Fievet
f08c03cdcc
Typo
2014-07-29 11:47:53 +02:00
JT
edf67669ec
fix footer on homepage on large screens
2014-07-29 02:16:36 -07:00
JT
eb737744ed
fix blurry fonts. remove transform on content
2014-07-29 01:56:17 -07:00
JT
5906e5beef
#feature-auto skew bg only to avoid blurry fonts in chrome when using transforms
2014-07-29 00:37:17 -07:00
JT
c34c2b6b54
move package.json to website root alongside gruntfile
2014-07-29 00:15:39 -07: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
Cem Ezberci
ff0889461d
Fix typo
2014-07-28 22:27:41 -07:00
Ryan Nielson
1cfa02ef6f
Fixed a small typo on Use Cases page
2014-07-28 22:17:02 -03:00
Jack Pearkes
39a7222045
website: fix sytanx highlighting
2014-07-28 20:30:12 -04: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
Armon Dadgar
533cd457cb
Merge pull request #71 from borgified/missing_dot
...
website: added "."
2014-07-28 20:16:02 -04:00
Oge Nnadi
62bb6652d2
Typo fix
2014-07-28 20:09:25 -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
Jack Pearkes
929261bb96
website: temporary skew font fix
2014-07-28 19:53:01 -04:00
Andrew Clay Shafer
8f3c0475a9
fix typos
...
fix 'independently' and 'separation'
2014-07-28 17:12:18 -06:00
Andrew Clay Shafer
733003f593
fix misspelling in use-cases.html.markdown
...
fixed 'dependencies'
2014-07-28 17:09:14 -06:00
Armon Dadgar
77071e4e9d
website: typo. Fixes #68
2014-07-28 18:47:37 -04:00
Fwiffo
96b476cd56
getting started guide link was broken
...
before: /intro/getting-started.html
after : /intro/getting-started/install.html
just assumed that's what you meant to use
2014-07-28 15:27:31 -07:00
Alex Gaynor
9ebb22d0ad
Fixed a duplicate quote in an example in the index
2014-07-28 13:49:30 -07:00
Jamie Alessio
3e844301c5
Fixing incorrect use of "it's" in docs.
2014-07-28 13:09:32 -07:00
Bascht
1b8e2f966a
Fixed a little typo.
...
Congrats on launching Terraform – I'm looking forward to giving it a spin! :-)
2014-07-28 21:36:58 +02:00
darron froese
1df50620d2
Fix what needs to be on the command line.
...
The information wasn't shown unless I put the path in directly.
2014-07-28 11:48:11 -07:00
Jack Pearkes
1242cdb9df
Merge pull request #43 from TheDude05/fix-vs-typo
...
Fix typo in vs custom page
2014-07-28 14:39:46 -04:00
Andrew Williams
c7f5b9a019
Fix typo
2014-07-28 13:37:33 -05:00
Armon Dadgar
b4536e32ef
website: typo
2014-07-28 14:36:02 -04:00
Mitchell Hashimoto
9b0ba70537
website: icons
2014-07-28 11:10:41 -07:00
Mitchell Hashimoto
a71c9a268b
website: remove unused method
2014-07-28 11:02:25 -07:00
Jack Pearkes
031eff7ae0
website: improve "syntax highlighting"
2014-07-28 13:48:42 -04:00
Mitchell Hashimoto
d28e5a1638
dos2unix
2014-07-28 10:43:00 -07:00
Jack Pearkes
e9f058f919
website: syntax highlight on homepage
2014-07-28 13:41:17 -04:00
Jack Pearkes
d336c1167a
website: syntax highlighting, flashing text fix
2014-07-28 13:36:28 -04:00
Mitchell Hashimoto
949016857c
website: ImageOptim
2014-07-28 10:31:53 -07:00
Armon Dadgar
7b85fde0e4
website: correct docs
2014-07-28 13:24:20 -04:00
Jack Pearkes
5c2f4d49d8
website: more font fixes
2014-07-28 13:10:33 -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
Jack Pearkes
0828e0528d
website: fix examples spacing issue
2014-07-28 12:35:49 -04:00
Jack Pearkes
1323870c10
website: add count example
2014-07-28 12:30:49 -04:00
Jack Pearkes
df56dc25a8
website: add command to consul example
2014-07-28 12:14:12 -04:00
Jack Pearkes
8a4a5f2067
website: describe domain in cross provider example
2014-07-28 12:12:34 -04:00
Jack Pearkes
ab5b48278a
website: no repeat on background
2014-07-28 12:09:03 -04:00
Jack Pearkes
507a7cdf84
website: add cross-provider example
2014-07-28 12:08:52 -04:00
Mitchell Hashimoto
9523b22e49
website: don't repeat galaxy
2014-07-28 08:59:14 -07:00
Mitchell Hashimoto
5957d5e488
website: readme.png
2014-07-28 08:54:09 -07:00
Jack Pearkes
bb0e31c4cb
website: fix fonts
2014-07-28 11:52:15 -04:00
Jack Pearkes
80b6640e67
website: move key vars out of AWS confiuration
2014-07-28 11:28:45 -04:00
Jack Pearkes
98765f0de7
website: best practices for aws example
2014-07-28 11:11:40 -04:00
Armon Dadgar
4c739423a4
website: copy
2014-07-28 10:49:51 -04:00
Jack Pearkes
b30c17a499
website: add website deploy, tweak fonts
2014-07-28 10:28:41 -04: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
429812b818
website: try to fix flashing of tagline
2014-07-28 08:51:16 -04:00
Jack Pearkes
24481b6269
website: modify font weights
2014-07-28 08:46:39 -04:00
JT
b036416b68
remove console
2014-07-28 00:10:03 -07:00
JT
9249d91c5d
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-28 00:08:22 -07:00
JT
d19eb4d9e4
update footer to be sticky
2014-07-28 00:08:17 -07:00
Amadeus Demarzi
086ed3dcbf
Updating CSS file from previous commit
2014-07-28 00:01:05 -07:00
Amadeus Demarzi
2c22b619c5
A few homepage optimizations.
...
* Improved iOS timing from pop in to breathing. Shouldn't distort as
much
* Hide tag line when page is loading to not make it pop in then out
2014-07-27 23:59:17 -07:00
Mitchell Hashimoto
21370b8e23
Merge pull request #42 from hashicorp/f-backup
...
command: Adding backup of state file
2014-07-27 22:55:24 -07:00
JT
6dd0ffe4e4
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-27 21:47:15 -07:00
JT
009ba717a7
meta and lighten purple link/h2 over dark bg
2014-07-27 21:47:03 -07:00
Armon Dadgar
1c56af7105
website: Fixing download helper
2014-07-28 00:29:12 -04:00
Armon Dadgar
bd93aac189
website: Update helper to use correct env variable
2014-07-28 00:11:40 -04:00
Armon Dadgar
decf9f1bb0
website: Update google analytics
2014-07-28 00:06:16 -04:00
Armon Dadgar
8fbcd65eb1
website: Document the -backup flag
2014-07-27 23:40:18 -04:00
Jack Pearkes
91331ce763
website: more poly line tweaks
2014-07-27 23:12:37 -04:00
Jack Pearkes
d97a235f77
website: soften poly lines slightly
2014-07-27 23:05:15 -04:00
Amadeus Demarzi
2b01b4bad3
NO MOAR GLOBALS
...
The instance of Engine is no longer attached to window. Was only there
for debugging purposes.
2014-07-27 19:54:42 -07:00
Amadeus Demarzi
f984f33e8b
Small mobile to desktop resize bug-fix
2014-07-27 19:51:59 -07:00
Amadeus Demarzi
d2a6666b9b
Reworked Breathing
...
It now no longer feels like breathing. It should feel a bit more
amorphis and subtle.
2014-07-27 19:33:15 -07:00
Amadeus Demarzi
1f29626bba
Sometimes you like, fuggit, make it responsive
...
So now the logo dynamically changes based on screensize...
2014-07-27 18:41:44 -07:00
Amadeus Demarzi
fc24ee6f9c
Fixed mobile homepage
...
* Fixed the overflow problem
* Logo should now resize appropriately
* Tagline hidden on mobile
2014-07-27 18:32:33 -07:00
Amadeus Demarzi
bf52c81454
Fixing mobile logo scaling
2014-07-27 18:32:33 -07:00
Jack Pearkes
95dcc213e9
website: change tagline font to lato
2014-07-27 18:32:33 -07:00
Amadeus Demarzi
a4b9e96f7b
Fixed IE detection
2014-07-27 18:32:33 -07:00
Amadeus Demarzi
6cb2bc606e
Adding static design to homepage
2014-07-27 18:32:33 -07:00
Amadeus Demarzi
89a786c5e1
Testing strokes
2014-07-27 18:32:33 -07:00
Amadeus Demarzi
c25f011666
New logo
2014-07-27 18:32:33 -07: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
33be6008d2
Basic breathing... needs more refinement
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
64adfce427
Using classes to show galaxy
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
3f54a5fa18
More tweaks and stuff
...
Improved CSS and HTML a bit in the jumbotron.
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
172552d48a
Fixed mobile nav
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
c656937d9d
Removing more unneccesary function calls
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
31cfad5c44
Various performance optimizations
...
* Reducing hot function calls
* Optimized surrounding HTML and CSS
* Removed a forced redraw test in render
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
96863d5f4b
Various performance optimizations
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
5f10724025
Attempting to improve performance a bit
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
c6a5b0458e
Grid now maintains aspect ratio on scale
...
Muuuch better. Less jank.
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
8483bc384c
Tons of Grid fixes
...
Realized I didn't export the poly properly
It now scales... although I should maintain the aspect ratio so it
doesn't look terrible on narrower devices
Fixed mouse targeting
2014-07-27 18:32:32 -07:00
Amadeus Demarzi
aeef7b5de3
MOAR STARS
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
afc8e3dbdf
Disabling random generation for now
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
8f327af3c1
Slightly better random generation.
...
Not sure this is right though.
Thinking of going the puller route in this. I think a catchy tag line
is in order too.
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
23228f9bde
Basic shape generation
...
It doesn't look right yet, however it's a start and needs some
refinement
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
9d2c13135a
Animation improvements, added Chainable
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
35945d6c2d
Logo is now centered, optimized context.translate
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
4c2e31b827
Starfield is now properly centered
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
f6cd6434ae
A few subtle draw performance fixes
...
By rounding all floated values to whole numbers... we can help a tad
with aliasing and the like
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
bfa6288148
Random CSS Performance improvements
2014-07-27 18:32:31 -07:00
Amadeus Demarzi
dd7b065434
Improving the overall intro animation
2014-07-27 18:32:30 -07:00
Amadeus Demarzi
c511d6e543
Added galaxy, made tweaks
2014-07-27 18:32:30 -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
Amadeus Demarzi
d6d4cf4b39
Grunt file cleanup
...
Better indenatation, more readable
2014-07-27 18:32:30 -07:00
Jack Pearkes
c7d71da885
website: fix aws example
2014-07-27 21:26:44 -04:00
Jack Pearkes
a16b34e4d6
website: add AWS example
2014-07-27 21:23:42 -04:00
Mitchell Hashimoto
7e6141a1ca
website: plugins section, wip
2014-07-27 17:03:31 -07:00
Mitchell Hashimoto
c7784e44d3
website: proper iRC channel
2014-07-27 16:40:36 -07:00
Mitchell Hashimoto
e99dfbf89e
website: added more copy to homepage
...
/cc @pearkes @armon - I think the spacing was weird, so I added
another couple sentences to help fill it out.
2014-07-27 15:57:43 -07:00
Armon Dadgar
e579e07aaa
website: minor homeage copy changes. /cc: @pearkes
2014-07-27 17:23:53 -04:00
Armon Dadgar
699101b0ca
website: Remove guides
2014-07-27 17:20:52 -04:00
Armon Dadgar
fcb1a36bbc
website: Consul example
2014-07-27 17:00:21 -04:00
Armon Dadgar
2a64f56a9a
website: next steps links to examples
2014-07-27 16:11:31 -04:00
Armon Dadgar
fc0757fed3
website: fixing downloads page
2014-07-27 16:11:21 -04:00
Jack Pearkes
627b691cf4
website: add consul example
2014-07-27 16:05:12 -04:00
Jack Pearkes
84941de974
website: add examples, intro button cleanup
2014-07-27 16:05:12 -04:00
Armon Dadgar
91e78c19dc
website: homepage copy changes. /cc: @pearkes
2014-07-27 15:51:27 -04:00
Armon Dadgar
10383cfc67
website: Change local-exec example
2014-07-27 15:41:08 -04:00
Armon Dadgar
a4f7401458
website: Copy fixes
2014-07-27 15:30:31 -04:00
Jack Pearkes
5075b162d7
website: more homepage copy changes
2014-07-27 15:17:20 -04:00
Armon Dadgar
5a763e58a3
website: copy cleanups
2014-07-27 14:51:52 -04:00
Jack Pearkes
a08c1816cf
website: lato 100 font weight
2014-07-27 14:41:25 -04:00
Jack Pearkes
a2aeda969c
website: fix docs footer
2014-07-27 14:38:37 -04:00
Armon Dadgar
44d7ccc629
website: fixing community page
2014-07-27 14:35:59 -04:00
Jack Pearkes
a61d88eb3c
website: initial try at content for homepage
2014-07-27 12:07:43 -04:00
Mitchell Hashimoto
63c0ff9260
website: update docs for apply command
2014-07-26 17:51:17 -07:00
Armon Dadgar
615d724aaa
website: Document consul provider
2014-07-26 20:42:25 -04:00
Mitchell Hashimoto
efa3e1f25f
website: update Vagrantfile for grunt
2014-07-26 16:26:17 -07:00
Jack Pearkes
229e477413
website: make lato light 200 weight, seems to show up better on non-retina
2014-07-26 10:02:01 -04:00
Jack Pearkes
e839779ea0
website: make examples somewhat real, modify the 'window' style
2014-07-26 10:02:01 -04:00
Mitchell Hashimoto
988ca2a81b
website: just create the guides index
2014-07-25 21:45:18 -07:00
Mitchell Hashimoto
a03af7809c
website: warning that plan files are insecure
2014-07-25 21:42:06 -07:00
Mitchell Hashimoto
d5049b65da
website: internals
2014-07-25 21:37:45 -07:00
Mitchell Hashimoto
f8520d1446
website: outputs
2014-07-25 17:58:09 -07:00
Mitchell Hashimoto
c27b2cd9b9
website: providers and variables
2014-07-25 14:51:26 -07:00
Jack Pearkes
d4c998e0d5
website: graphiz link
2014-07-25 15:41:27 -04:00
Jack Pearkes
c8b3620696
website: fix cloudflare docs
2014-07-25 14:34:59 -04:00
JT
dc83b0247d
update terminal window with border
2014-07-25 11:21:29 -07:00
Armon Dadgar
cc6e7f12e8
website: vs pages
2014-07-25 12:53:06 -04:00
Armon Dadgar
f9f61268e9
website: new grunt less
2014-07-25 12:31:53 -04:00
Jack Pearkes
64b4db41eb
website: add cloudflare
2014-07-25 12:31:23 -04:00
Jack Pearkes
9998339a04
website: add cloudflare docs
2014-07-25 12:28:11 -04:00
Armon Dadgar
0850e5691c
website: vs page
2014-07-25 10:51:30 -04:00
Armon Dadgar
a42661004d
website: use cases
2014-07-25 10:45:56 -04:00
Jack Pearkes
a3c8374183
website: heroku domain docs
2014-07-25 10:23:44 -04:00
Mitchell Hashimoto
6df5a76ca8
website: resource config
2014-07-24 21:12:30 -07:00
Armon Dadgar
db464a0e83
website: Documenting use cases
2014-07-25 00:11:36 -04:00
Armon Dadgar
652c76500e
website: remove useless file
2014-07-25 00:11:36 -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
JT
3726d092e7
transition nav hover on mouse out
2014-07-24 18:40:31 -07:00
JT
fa8a0d0c40
fix padding on clone graphic
2014-07-24 18:17:04 -07:00
JT
5439e66fdb
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-24 18:07:54 -07:00
JT
8361c9be87
footer hover
2014-07-24 18:07:48 -07: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
a16b24ab4a
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-24 16:26:55 -07:00
JT
07ab6dd7f9
docs header hover
2014-07-24 16:26:34 -07:00
JT
2811380bbc
fix mobile footer hashi logo
2014-07-24 16:19:58 -07:00
JT
7e85af0392
header home hover
2014-07-24 16:15:28 -07:00
JT
8115e1db44
remove border on terminal .explantion on mobile. Doesnt need it/looks better without
2014-07-24 16:09:05 -07:00
JT
517f034562
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-24 15:59:44 -07:00
JT
ae67d4d379
responsive feature graphics for mobile
2014-07-24 15:59:37 -07:00
Armon Dadgar
11b4ebea9a
website: apply docs
2014-07-24 18:57:47 -04:00
Armon Dadgar
9727916cdf
website: more docs
2014-07-24 18:57:47 -04:00
Armon Dadgar
890178e655
website: document plan
2014-07-24 18:57:46 -04:00
Jack Pearkes
1d06ecb7a9
website: add note about security group names/ids on instances
2014-07-24 18:57:26 -04:00
Mitchell Hashimoto
c8c526d254
website: config syntax
2014-07-24 15:45:10 -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
JT
bd37130764
#cta responsive
2014-07-24 12:34:13 -07:00
JT
1cf62ddea5
more responsive changes
2014-07-24 12:28:00 -07:00
JT
f4092c2bfe
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-24 11:58:27 -07:00
JT
963048faf0
feature auto responive small screen
2014-07-24 11:58:22 -07:00
JT
9b59821bf1
center feature text at 768
2014-07-24 11:43:14 -07:00
Armon Dadgar
e2aeacc8d2
website: Fixing typo
2014-07-24 14:40:34 -04: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
0a909f763f
website: getting started guide done
2014-07-24 08:53:18 -07:00
Mitchell Hashimoto
62511c0ccb
website: provision
2014-07-24 08:49:52 -07: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
Mitchell Hashimoto
a76252e9d8
website: update destroy to output plan files
2014-07-24 06:53:18 -07: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
1d4cbb6303
website: outputs
2014-07-23 20:27:32 -07: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
JT
37ad19b581
feature-iterate mobile style
2014-07-23 18:58:55 -07:00
JT
a8e67fd5a7
feature auto terminal mobile style
2014-07-23 18:51:21 -07:00
JT
8e938f4a65
logo w/h was backwards
2014-07-23 18:47:32 -07:00
JT
6350079a53
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-23 18:44:23 -07:00
JT
c2e23aa60a
mobile navbrand style
2014-07-23 18:44:15 -07:00
JT
1753704eab
feature h2 - p mobile style
2014-07-23 18:26:26 -07:00
Armon Dadgar
b30f52a415
website: ELB docs
2014-07-23 21:16:41 -04:00
JT
84a48347af
large res fix for skew above 1500px
2014-07-23 18:15:15 -07:00
JT
8b2c80504e
lock down mobile header for homepage
2014-07-23 17:55:55 -07:00
JT
3f2c88e2a8
responsive #cta
2014-07-23 17:14:03 -07:00
JT
6e697114ed
mobile header
2014-07-23 17:06:57 -07:00
JT
99c69ef641
docs responsive header sans mobile
2014-07-23 16:48:44 -07:00
JT
3bdddcac9a
remove border radius from outline-btn
2014-07-23 15:42:58 -07:00
JT
9b97643262
add some padding to nav btns
2014-07-23 15:39:38 -07:00
JT
f39c1265cb
Merge branch 'master' of github.com:hashicorp/terraform
2014-07-23 15:37:01 -07:00
JT
daaf5e68af
add nav chevrons. try new btn color/opacity
2014-07-23 15:36:51 -07:00
Mitchell Hashimoto
5fea301779
website: destroy getting started page
2014-07-23 14:42:49 -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
Armon Dadgar
ae1fc27cc0
website: AWS Provider
2014-07-23 15:14:35 -04:00
Mitchell Hashimoto
d4970ec4b1
website: intro
2014-07-23 12:04:19 -07: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
Mitchell Hashimoto
bda22c4463
website: community
2014-07-23 09:41:33 -07:00
Armon Dadgar
93caf16b4c
website: Document provisioners
2014-07-23 12:40:19 -04:00
JT
91db64582b
clone p
2014-07-23 03:22:08 -07:00
JT
f40ac522a1
change degree to 3 for more drastic effect
2014-07-23 03:09:31 -07:00
JT
040f4f4bb5
cleanup intro p
2014-07-23 02:37:48 -07:00
JT
f08b2fee01
clone/it
2014-07-23 02:36:35 -07:00
JT
7ce6e881bf
add white hashi logo
2014-07-23 02:03:54 -07:00
JT
9489380246
docs sidebar css
2014-07-23 02:03:33 -07:00
JT
1a1d22e263
cleanup subpage padding
2014-07-23 01:42:05 -07:00
JT
be1d23689a
subpage footer
2014-07-23 01:40:12 -07:00
JT
4ed377827c
hashi white logo for subpage
2014-07-23 01:34:48 -07:00
JT
7bf00418f5
refactor footer css
2014-07-23 01:34:26 -07:00
JT
07102fca13
breakout footer css to seperate file
2014-07-23 01:12:09 -07:00
JT
6cb84ca6ed
add docs page css
2014-07-23 00:55:41 -07:00
JT
2da6524e41
header css
2014-07-23 00:23:05 -07:00
JT
8717099774
footer css
2014-07-22 23:03:13 -07:00
JT
4f0e963a24
footer elements to black
2014-07-22 22:13:48 -07:00
JT
bcbe9c6b82
clone icon paddig
2014-07-22 22:09:12 -07:00
JT
cbcc36ac19
delete images
2014-07-22 22:02:58 -07:00
JT
60779f6712
favicon
2014-07-22 22:02:05 -07:00
JT
7cb2a0b65c
link css
2014-07-22 21:53:47 -07:00
JT
6e86924ef0
letter spacing on header btn
2014-07-22 21:49:49 -07:00
JT
7496a9962c
rgba border-bottom header links
2014-07-22 21:46:56 -07:00
JT
e268864ec3
icon colors
2014-07-22 21:35:24 -07:00
JT
83957351e2
footer
2014-07-22 21:28:41 -07:00
JT
169b1b911d
nav
2014-07-22 21:16:26 -07:00
JT
0406f6c8b5
nav
2014-07-22 20:49:44 -07:00
JT
8f1c3518b4
add clone graphic
2014-07-22 19:39:04 -07:00
JT
4660255869
add iterate graphic
2014-07-22 18:59:07 -07:00
JT
64c04b2b7e
cta div
2014-07-22 18:46:21 -07:00
JT
d0f47f63ce
terminal styles
2014-07-22 16:53:39 -07:00
JT
03c6f7c9ff
update hero
2014-07-22 16:44:41 -07:00
JT
6050dcdfeb
update images. h2 css
2014-07-22 16:29:54 -07:00
JT
769332ab6e
throw in clone/iterate feature. cleanup
2014-07-22 15:55:33 -07:00
JT
8ddcf38525
add skew mixin
2014-07-22 15:37:22 -07:00
JT
72b2e84aa3
feature images
2014-07-22 15:32:01 -07:00
JT
0e2b166e9f
feature auto css
2014-07-22 15:31:43 -07:00
JT
acba07f6c6
header
2014-07-22 14:24:44 -07:00
Jack Pearkes
039d9635b4
website: remove of a bunch of consul images
2014-07-16 17:57:25 -04:00
Jack Pearkes
7b72a9defb
website: initial commit
2014-07-16 17:51:48 -04:00