Logan Rakai
84637534f4
Grammar Improvement
2018-03-10 09:30:22 -07:00
Martin Atkins
6aefa5835c
Merge #17218 : Add -auto-approve to "terraform destroy" for consistency
2018-03-08 17:42:15 -08:00
Seth Vargo
12f8c90a51
website: Recommend SVG instead of PNG for graph output
2018-03-08 16:22:21 -08:00
Andrei Ivanov
53110e5c1f
- fixed a trivial typo
2018-03-07 17:57:25 +02:00
Kristiyan Nikolov
999f9096c1
provisioner/local-exec: Allow passing environment variables
2018-03-05 15:58:49 -08:00
Chris Griggs
6f98b4d4be
website: two more community providers
2018-03-05 15:40:08 -08:00
Chris Griggs
1da2152482
website: Link to MongoDB Atlas community provider
2018-02-28 16:47:56 -08:00
Nick Fagerlund
66ff8f8bed
website: Deprecation notes about "terraform push"
...
Also:
- In the getting started guide, the TFE content was all tailored to the older
run-locally workflow. I've replaced it with some brief explanation and a link
to the dedicated TFE getting started guide.
- Fixed a sidebar link glitch in the configuration section. (Both "Terraform"
and "Terraform Enterprise" were marked as active if you were on the TFE page.)
- Renamed the "Terraform Enterprise" page "Terraform Push." (Some people have
gotten confused and landed on this page when trying to set up the `atlas`
remote backend.)
2018-02-27 14:48:04 -08:00
azban
3f2f07d5d0
website: don't document unimplemented salt-masterless grains_file
2018-02-26 11:06:25 -08:00
Uriel Corfa
07a20365de
cli: "terraform state list" -id argument
...
A new -id option to "terraform state list" which constraints the output of the command to resources whose id is equal to the flag value.
2018-02-26 10:54:48 -08:00
chrisjob1021
10bb21e9c4
provisioner/local-exec: Optional "working_dir" argument
...
This new argument allows overriding of the working directory of the child process, with the default still being the working directory of Terraform itself.
2018-02-16 11:31:11 -08:00
James Bardin
e41b29d096
Merge pull request #17354 from hashicorp/jbardin/known_hosts
...
Verify host keys in ssh connections
2018-02-15 18:33:41 -05:00
James Bardin
5458ea9aff
update etcd documentation links
...
Add missing link to ectdv3.
Update etcd v2 link to the current v2 README, which highlights the pending
deprecation.
2018-02-15 17:13:24 -05:00
James Bardin
194a4e88e2
add host_key and bastion_host_key to the docs
2018-02-14 15:35:41 -05:00
Brian Flad
5576b889ab
docs/import: Remove out of date listing of importable resources and note where to find the information
2018-02-14 12:02:45 -05:00
Nolan Davidson
848375b9a6
[provisioner-habitat] Allow custom service name ( #17196 )
...
This change allows the Habitat supervisor service name to be
configurable. Currently it is hard coded to `hab-supervisor`.
Signed-off-by: Nolan Davidson <ndavidson@chef.io>
2018-02-13 14:11:59 -06:00
Joshua Carp
52f6abf47b
Document aws_route53_record importable ( #17306 )
...
See https://github.com/hashicorp/terraform-website/issues/20
2018-02-13 14:07:05 -06:00
JeongHoon Byun (aka Outsider)
8566ade0c3
website: fix incorrect anchor links for registry API pagination
2018-02-12 19:36:52 -08:00
Michael Mell
4b598860bb
website: document the naming conventions for outputs
2018-02-12 19:33:57 -08:00
Alvaro Miranda Aguilera
bf18ad3eb9
Update cloud-index.html.markdown
2018-02-12 11:08:28 +01:00
Justin Campbell
c3872b42b5
website: Clarify Registry examples behavior
2018-02-09 12:51:19 -05:00
Nick Fagerlund
f0a009c573
website: private module registry documentation
2018-02-07 09:15:55 -08:00
Chris Griggs
1e12e49878
Website: Restructure Community providers list ( #17286 )
...
* restructure community providers list
* add vRA
* add Gandi provider
* re-organize
2018-02-06 15:35:12 -08:00
Chris Griggs
4f38f4f9eb
Website Update provider name ( #17270 )
...
* edit prvoider name
2018-02-02 12:17:30 -06:00
Laura Martin
6e1e614a56
Change -force to -auto-approve when destroying
...
Since an early version of Terraform, the `destroy` command has always
had the `-force` flag to allow an auto approval of the interactive
prompt. 0.11 introduced `-auto-approve` as default to `false` when using
the `apply` command.
The `-auto-approve` flag was introduced to reduce ambiguity of it's
function, but the `-force` flag was never updated for a destroy.
People often use wrappers when automating commands in Terraform, and the
inconsistency between `apply` and `destroy` means that additional logic
must be added to the wrappers to do similar functions. Both commands are
more or less able to run with similar syntax, and also heavily share
their code.
This commit updates the command in `destroy` to use the `-auto-approve` flag
making working with the Terraform CLI a more consistent experience.
We leave in `-force` in `destroy` for the time-being and flag it as
deprecated to ensure a safe switchover period.
2018-02-01 00:14:42 +00:00
Aidan Feldman
c9481ab012
website: improve the Module Sources documentation
...
Better section linking within Module Sources page, and centralize the documentation on Terraform Registry sources.
2018-01-31 11:52:14 -08:00
Blake Stoddard
f918fb8583
website: fix ordering of interpolation functions
2018-01-31 11:50:00 -08:00
Chris Griggs
3d23a14a7a
Website: Provider link ( #17246 )
...
* Website: add PANOS links
* fix type
* edit
2018-01-31 10:29:48 -06:00
Cameron Childress
5ebb9d818d
Workspaces are supported locally.
2018-01-30 10:40:07 -07:00
Chris Griggs
61ff3422b7
website: even more community providers
2018-01-29 15:49:21 -08:00
Brian Flad
1ff724f333
Merge pull request #17087 from hashicorp/f-versioning-docs-updates
...
Documentation: Add version specifier information to provider version docs and clarify pessimistic specifier
2018-01-25 14:56:08 -05:00
James Bardin
142dd6632b
Merge pull request #17126 from hashicorp/module-examples-clarification
...
website: Clarify submodule examples location
2018-01-25 14:04:08 -05:00
James Bardin
aba18f2588
Merge pull request #17184 from Haegin/master
...
Correct website typo
2018-01-25 14:03:23 -05:00
Marco Molteni
5f27730ca3
Update init.html.markdown
...
Fix typo and replace some "it's" with "it is", according to rules for written English.
2018-01-24 18:41:42 +01:00
Harry Mills
856b852ac2
Correct typo
2018-01-24 11:02:12 -05:00
Chris Griggs
02531b237c
Website Docs: add community providers ( #17149 )
...
* add community providers
* add Infoblox
* change ACME github org to vancluever
2018-01-22 16:31:52 -06:00
Rubén González
944a98f42d
website: correct link from file interpolation function to path information variables
2018-01-22 11:35:33 -08:00
Justin Campbell
0f00291dfe
website: Clarify submodule examples location
...
When writing an example for a submodule, the example should be placed in
`examples/{example name}` instead of
`modules/{module name}/examples/{example name}`.
2018-01-17 14:58:13 -05:00
Chris Griggs
0e93e0c2b0
website: fix typo on community provider index page
2018-01-17 10:38:10 -08:00
Chris Griggs
0e69f1542d
website: additional community provider links
...
List now includes DigitalRebar, Kibana, Kong and Rubscope.
Also fixes the previously-broken link for OpenDayLight.
2018-01-11 10:50:06 -08:00
Brian Flad
939f20011e
Documentation: Cleaner copy around pessimistic version specifiers for modules and providers
2018-01-11 12:46:00 -05:00
Brian Flad
4d4fe85227
Documentation: Add version specifier information to provider version docs and clarify pessimistic specifier
2018-01-11 12:38:43 -05:00
James Bardin
a50db7edc4
Merge pull request #17060 from hashicorp/jbardin/agent_identity-docs
...
add agent_identity in the connection docs
2018-01-09 17:21:55 -05:00
Jeremy Voorhis
e1eb7d45a5
Fix DNSMadeEasy's name in the provider index ( #17063 )
2018-01-09 09:40:42 +00:00
Paddy
e4cdbd6c9f
Merge pull request #16936 from negz/gcskeys
...
Support 'customer supplied encryption keys' in the GCS backend
2018-01-09 01:17:35 -08:00
Chris Griggs
17fbb8edd7
website: some additional community providers
2018-01-08 15:00:56 -08:00
James Bardin
2c79cd35df
add agent_identity in the connection docs
2018-01-08 17:14:10 -05:00
James Bardin
61c2be3e95
Merge pull request #16969 from hashicorp/jbardin/reset-plugin-dir
...
allow init to reset -plugin-dir
2018-01-08 16:51:47 -05:00
James Bardin
fe8cb9e847
mention -plugin-dir="" in the docs
2018-01-08 16:51:18 -05:00
James Bardin
d1a678db0d
Merge pull request #16915 from hashicorp/jbardin/gcs-docs
...
add gcs to the backends that support workspaces in the documentation
2018-01-08 16:47:45 -05:00