Chris Marchesi
c2c9e4f418
Merge pull request #16583 from hashicorp/azurerm-website
...
Renaming the Azure Provider
2017-12-19 11:00:33 -08:00
Maciej Skierkowski
c1469aa39e
Rename links for TFE classic and beta
2017-12-11 19:05:11 -08:00
Maciej Skierkowski
8c2ed71163
Updates guides menu to use new TFE paths
2017-12-11 19:04:34 -08:00
clint shryock
ccbd3db2b7
add opentelekomcloud link to docs
2017-12-08 16:45:33 -06:00
Nolan Davidson
a50a383946
Additional work on the habitat provisioner.
...
Signed-off-by: Nolan Davidson <ndavidson@chef.io>
2017-12-07 16:29:30 -08:00
Chris Griggs
9d863fee62
website: Add the Null provider to the list of providers
2017-12-04 09:29:41 -08:00
Martin Atkins
116003f157
website: downloads nav link to 0.11 upgrade guide
2017-11-16 12:06:42 -08:00
tombuildsstuff
6bd275158d
Microsoft Azure -> Azure
2017-11-07 15:35:34 +00:00
tombuildsstuff
a64216de09
Removing the sidebar ref to the old Azure provider
2017-11-07 15:34:07 +00:00
Martin Atkins
3b180d7f8a
Merge #16543 : Bring the "terraform" provider back into core
2017-11-03 12:08:31 -07:00
Tom Harvey
25c3a879db
Adding `azurerm` to the list of supported backends ( #16531 )
...
Fixes #16530
2017-11-03 14:57:43 +01:00
Martin Atkins
bcc5dffea2
provider/terraform: import terraform provider back into core
2017-11-02 10:48:20 -07:00
Martin Atkins
a3ced1a367
provider/terraform: reorganize for merge into core
...
The "terraform" provider was previously split out into its own repository,
but that turned out to be a mistake due to how tightly it depends on
aspects of Terraform Core.
Here we prepare to bring it back into the core repository by reorganizing
the directory layout to conform with what's expected there.
2017-11-02 10:46:31 -07:00
Clint
e2c69d4d6e
[WIP]: website: Add CloudScale Provider link ( #16512 )
...
* add cloudscale
* update link
2017-11-01 15:05:29 -05:00
Martin Atkins
4fa2b8c519
website: updated docs for the module registry protocol
...
Now includes more complete information on usage of private registries and
updates the module registry API documentation to include the new
version-enumeration endpoint along with describing Terraform's discovery
protocol.
2017-11-01 07:22:20 -07:00
Nick Fagerlund
7d9152850a
website: Add nav items for Terraform Recommended Practices guide to guides.erb ( #16398 )
2017-10-19 11:43:15 -05:00
devonbleak
3253367c64
Fix alphabetical ordering in providers sidebar
2017-10-17 07:40:45 -07:00
Clint
512591533c
add logicmonitor provider ( #16314 )
2017-10-11 13:00:42 -05:00
Alex Tasioulis
4e6289dad0
website: change order of provisioners in sidebar list
...
Assume null_resource should also be ordered alphabetically
2017-10-01 22:03:39 +01:00
Alex Tasioulis
825a098c56
website: add salt-masterless provisioner to sidebar
...
Fixes #16226
2017-10-01 22:02:43 +01:00
Martin Atkins
35959b8689
website: document explicitly the CLI configuration file
...
Previously this file was mentioned in passing in a few locations. It now
has enough functionality to warrant its own page.
2017-09-29 14:03:09 -07:00
Nick Fagerlund
e71fb8649a
website: Add TFE beta to sidebar nav
2017-09-19 07:40:05 -07:00
Paul Banks
d52dbae2a0
Add back Support page with info about getting help.
2017-09-15 22:59:03 +01:00
Paul Banks
197bbc6114
Add screenshots, make registry the default module source example, remove dead support link in registry submenu
2017-09-15 17:50:22 +01:00
Mitchell Hashimoto
e71b271492
website: publishing and private registry docs
2017-09-11 14:00:55 +01:00
Mitchell Hashimoto
331b6f339a
website: finding and using registry modules
2017-09-11 14:00:55 +01:00
Mitchell Hashimoto
bf7f4d243d
website: working on registry docs
2017-09-11 14:00:54 +01:00
Mitchell Hashimoto
1c098ce4ec
website: trivial change to make branch
2017-09-11 14:00:54 +01:00
Tom Harvey
cbb512d374
Updating the AzureRM Backend Documentation ( #15990 )
...
* Updating to reference this has been renamed
* Clarifying Blob Storage
2017-09-04 07:56:16 +01:00
Mitchell Hashimoto
d4286dcd8c
website: new provider dev program content
...
This brings back the provider dev program content with a copy change.
Reviewed by Burzin already, requesting review from Clint.
2017-08-28 17:50:39 -07:00
Martin Atkins
fd88c98c20
website: documentation for local values
2017-08-21 15:15:25 -07:00
Clint
e2272f71a0
Update our documentation to push "Getting Started" better ( #15866 )
...
* update plugin/provider to make clear this section isn't needed for regular use
* add some links and notes about getting started
* remove the mention of binaries... I 'm not sure it's needed yet
* 'Installing Terraform Providers' section
* sometimes I can't words good
* move the 'installing providers' block
* cleanup of terms
* copy that update to plugins/provider too
2017-08-21 15:44:27 -05:00
James Bardin
216a68a41b
update backend docs to reflect new azurerm name
...
The backend has been renamed. Using the old name in the config will
trigger a deprecation warning, but the implementation and the
documentation is the same.
2017-08-17 12:55:48 -04:00
clint shryock
f291994a3f
Guides: remove the provider development program for now
2017-08-10 10:10:57 -05:00
Clint
9b9bfb9fec
Add provider dev program guide ( #15677 )
...
* Add provider dev program guide
Requires assets from https://github.com/hashicorp/terraform-website/pull/12
* editing from feedback
* add spaces after ##
2017-08-02 09:54:26 -05:00
clint shryock
6a869f89bf
fix broken/old link in Commands/Workspace
2017-08-01 17:49:32 -05:00
Martin Atkins
63d4c0efe1
website: guide to running Terraform in automation
...
This guide covers assorted best practices and caveats for running
Terraform within orchestration tools and other automation. It provides
general examples and guidance, with the intent that this advice can be
adapted by the reader to a concrete implementation within a selected
orchestration tool.
This guide is based both on our in-house experience with Terraform
Enterprise and on in-house solutions we are aware of in certain
organizations.
2017-06-16 18:04:21 -07:00
Martin Atkins
7ed70bb00e
website: new filesystem layout for core/provider split
...
This repo now contains only the core docs, with other content moving elsewhere.
2017-06-13 11:25:32 -07:00