f440
b7008babd7
Bring usage docs up to date
2016-03-05 19:25:16 +09:00
Michael Perez
9c3917f435
Update remote.html.markdown
...
these changes were added to reflect what was required to run the tutorial on my local machine. Below is my context for the above changes:
```shell
[2016-03-04T18:22:44] micperez in terraform_test
λ terraform remote config -backend-config="name=puhrez/getting-started"
missing 'access_token' configuration or ATLAS_TOKEN environmental variable
If the error message above mentions requiring or modifying configuration
options, these are set using the `-backend-config` flag. Example:
-backend-config="name=foo" to set the `name` configuration
[2016-03-04T18:23:27] micperez in terraform_test
λ export ATLAS_TOKEN=<REDACTED>
[2016-03-04T18:24:12] micperez in terraform_test
λ terraform remote config -backend-config="name=puhrez/getting-started"
Remote state management enabled
Remote state configured and pulled.
[2016-03-04T18:24:16] micperez in terraform_test
λ terraform push -name="puhrez/getting-started"
An error has occurred while archiving the module for uploading:
error detecting VCS: no VCS found for path: /Users/micperez/code/terraform_test
[2016-03-04T18:24:39] micperez in terraform_test
λ git init
Initialized empty Git repository in /Users/micperez/code/terraform_test/.git/
[2016-03-04T18:25:09] micperez in terraform_test [git:master]
λ terraform push -name="puhrez/getting-started"
An error has occurred while archiving the module for uploading:
error getting git commit: exit status 128
stdout:
stderr: fatal: bad default revision 'HEAD'
[2016-03-04T18:25:12] micperez in terraform_test [git:master]
λ git status
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
.terraform/
example.tf
terraform.tfstate.backup
nothing added to commit but untracked files present (use "git add" to track)
[2016-03-04T18:25:17] micperez in terraform_test [git:master]
λ git add example.tf
[2016-03-04T18:25:24] micperez in terraform_test [git:master]
λ git commit -m "init commit"
[master (root-commit) 34c4fa5] init commit
1 file changed, 10 insertions(+)
create mode 100644 example.tf
[2016-03-04T18:25:32] micperez in terraform_test [git:master]
λ terraform push -name="puhrez/getting-started"
Uploading Terraform configuration...
Configuration "puhrez/getting-started" uploaded! (v1)
```
2016-03-04 18:42:32 -05:00
Heather
fda24637c3
Fix trailing slash in Atlas Mindset URL
...
Was leading to a 404
2016-02-05 22:25:22 +00:00
Paul Hinze
e67fc0fe9b
command: Change module-depth default to -1
...
This means that terraform commands like `plan`, `apply`, `show`, and
`graph` will expand all modules by default.
While modules-as-black-boxes is still very true in the conceptual design
of modules, feedback on this behavior has consistently suggested that
users would prefer to see more verbose output by default.
The `-module-depth` flag and env var are retained to allow output to be
optionally limited / summarized by these commands.
2016-01-20 13:58:02 -06:00
Seth Vargo
8dbc43639d
Use HTTPS + www. for links
2016-01-14 16:03:26 -05:00
timmy_tofu
affbe9bffa
Changes AMI to be non-hvm, matching the one used in earlier pages
2016-01-11 17:04:17 -06:00
timmy_tofu
c5950225d5
Changes (inconsistently used) t2.micro back to t1.micro - t2.micro is VPC only and thus will cause problems for users with a default VPC (e.g. people who signed up for AWS a few years ago)
2016-01-11 00:16:46 -05:00
James Nugent
74152fb6db
Revert "Update Build documentation to use t2.micro"
2016-01-04 11:44:22 -05:00
James Nugent
c7573de75b
Merge pull request #4458 from kevinlondon/patch-1
...
Update Build documentation to use t2.micro
2015-12-31 10:16:41 -05:00
Jordan
bf7220aa53
Update outputs.html.md
...
Fixes small syntax error
2015-12-29 17:21:58 -07:00
Kevin London
9fb631a076
Update Build documentation to use t2.micro
...
This just helps it stay consistent across the doc.
2015-12-29 15:23:38 -08:00
Seth Bergman
47ea43394f
Update install.html.markdown
...
Added example commands for setting environment paths in Linux/Unix and Windows.
2015-12-22 14:18:29 -06:00
clint shryock
c94b7c4584
provider/aws: Update docs with t1 instance for accounts with EC2 Classic
2015-12-21 10:00:34 -06:00
clint shryock
f0ceb7fb9d
update docs for updated us-east AMIs
2015-12-11 10:07:06 -06:00
aboschke
a7c8d0714e
Trivial change for AWS upgraded T2 instance type and AMI ami-5189a661
2015-12-11 01:24:04 -08:00
Joe Gross
a727b0c415
add closing quote
2015-11-06 19:02:05 -08:00
Shani Elharrar
9a6f680eda
Updated note about variable files
2015-10-10 17:25:44 -07:00
Paul Hinze
b4ca04cb78
docs: expand how to assign mappings from file
2015-07-01 13:11:21 -05:00
Ben Wen
d483409176
Getting Started: Added a Next Step upon finishing install.
2015-06-16 17:01:22 -07:00
Seth Vargo
4ecc9de937
Minor grammar change
2015-05-29 09:50:32 -07:00
Seth Vargo
f81f517651
Add a note of where to view files before downloading them
2015-05-29 09:49:57 -07:00
Paul Hinze
b8457bde32
docs: Clarify provider config in modules intro
...
closes #1693
2015-04-28 09:01:19 -05:00
Grégoire Pineau
a6716cc1a4
[Doc] Fixed link
2015-04-27 15:00:38 +02: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
Mitchell Hashimoto
316afd8964
website: update docs with environment variables for vars
2015-04-22 06:37:03 +02: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
Kevin Fishner
3646da0aff
add remote terraform to getting started
2015-04-19 21:56:03 -07:00
Paul Hinze
b7403fd14f
docs: remove note about openstack
...
It _is_ a provider now! :)
2015-04-09 14:15:21 -05:00
Spencer Nelson
cacc7a5d6f
Bring usage docs up to date
2015-03-24 12:06:09 -07: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
Mitchell Hashimoto
577e2420b0
Revert "docs: consistent use of array configuration syntax"
...
This reverts commit 4893eb8b55
.
2015-01-14 09:28:25 -08: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
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
Emil Hessman
28d39cd0bc
website: address spelling mistakes, casing and links
2015-01-03 19:31:53 +01: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
Chavez
25513f421f
Modules documentation
...
* Re-iterate 'terraform get' in getting started for modules
2014-11-18 10:25:39 -08: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
JCM
e6b94d1f7b
Update aws-count example with correct github link
2014-10-16 22:49:06 +01: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
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
Ben Smith
597a3bfddd
small typo
2014-09-09 14:29:05 -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
Jack Pearkes
2cb7ab29e5
website: fix two tier AWS example to work with HCL
...
see #261
2014-09-03 10:22:58 -04: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
Mitchell Hashimoto
3cf4f57fe8
website: update docs for new mappings format
2014-08-30 16:20:45 -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
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
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
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
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
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
Oge Nnadi
62bb6652d2
Typo fix
2014-07-28 20:09:25 -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
Jamie Alessio
3e844301c5
Fixing incorrect use of "it's" in docs.
2014-07-28 13:09:32 -07: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
d28e5a1638
dos2unix
2014-07-28 10:43:00 -07: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
507a7cdf84
website: add cross-provider example
2014-07-28 12:08:52 -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
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
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
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
a4f7401458
website: Copy fixes
2014-07-27 15:30:31 -04:00
Armon Dadgar
5a763e58a3
website: copy cleanups
2014-07-27 14:51:52 -04:00
Armon Dadgar
cc6e7f12e8
website: vs pages
2014-07-25 12:53:06 -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