Alisdair McDiarmid
9f19034fee
website: Document jsonencode entity escaping
2020-09-04 09:18:52 -04:00
Nick Fagerlund
56c0e35243
website: Fix copy-paste error
2020-09-02 14:57:06 -07:00
Nick Fagerlund
a4776bfb40
website: Clarify `locals` vs. `local.thing` distinction
...
The subtle difference in keywords when creating vs. accessing locals trips
people up, even more than the "variable" vs. "var" distinction. It deserves its
own subheader on the page, plus a nice noisy callout.
2020-09-02 14:31:19 -07:00
Lance Kind
eb7a427fba
Update locals.html.md
...
I've just wasted an hour to two hours trying to find the problem to finally realize that although I declare a "locals" block, it's referred to as "local". This is pretty weird! So let's be be clear about this.
2020-09-02 14:31:19 -07:00
Petros Kolyvas
fa4917172d
Small typo in the internals link to the provider network mirror protocol page ( #26098 )
2020-09-02 12:54:55 -03:00
Matt Kasa
c2e35ae3b5
backend/http: add support for configuration by environment variable ( #25439 )
2020-09-02 08:35:08 -04:00
Justin Campbell
24f20177ee
website: Omitunnecessary instruction fror Registry
...
The GitHub Action passes this in already.
2020-09-01 18:40:08 -04:00
Alisdair McDiarmid
f795083225
website: Update 0.13 upgrade for legacy providers
...
The error diagnostic shown when legacy state contains resources from
in-house providers has changed, so update references to it in the 0.13
upgrade guide.
2020-09-01 14:02:19 -04:00
Paul Tyng
0fae10a886
Add GitHub action instructions to publishing ( #26076 )
...
Co-authored-by: Justin Campbell <justin@justincampbell.me>
2020-09-01 13:35:26 -04:00
Jai Govindani
d8b36e5d12
style(providers): update syntax for terraform >= 0.11
2020-09-01 10:38:18 +07:00
Nick Fagerlund
f57861936c
website: fix a broken community provider link
2020-08-31 17:02:57 -07:00
Tony Carmichael
d7de46df10
Update publishing.html.md
...
docs updates for GPG key gen instructions
2020-08-31 09:16:27 -04:00
Pam Selle
7032e651a8
Merge pull request #25927 from hashicorp/aug20_mirror_sidebar
...
website: fix nav link text for 'providers mirror'
2020-08-28 12:48:58 -04:00
Pam Selle
f2d213c461
Merge pull request #25657 from pdecat/typo_hierarchical
...
Typo: heirarchical => hierarchical
2020-08-28 12:37:49 -04:00
Kristin Laemmert
3e1f741666
webside/docs: add note re: archive subdirectories to http download ( #26020 )
...
section
2020-08-28 09:54:43 -04:00
Pam Selle
ba461fe0e1
Merge pull request #26004 from bzeitler69/patch-1
...
chore: Update mirror.html.md
2020-08-28 09:46:45 -04:00
Roger Berlind
3070f21241
Fix foreach to for_each
...
`foreach` on modules should be `for_each`
2020-08-27 14:37:52 -04:00
Martin Atkins
2bd2a9a923
internal/getproviders: HTTPMirrorSource implementation
...
We previously had this just stubbed out because it was a stretch goal for
the v0.13.0 release and it ultimately didn't make it in.
Here we fill out the existing stub -- with a minor change to its interface
so it can access credentials -- with a client implementation that is
compatible with the directory structure produced by the
"terraform providers mirror" subcommand, were the result to be published
on a static file server.
2020-08-26 13:18:08 -07:00
Kristin Laemmert
4569a37de4
website/docs: provider source related clarifications
2020-08-26 13:50:07 -04:00
Bogdan Tsaitler
b738da2f04
Update mirror.html.md
2020-08-26 17:10:45 +03:00
Kristin Laemmert
75e676f2f2
website/docs: remove unclear provider version constraint description ( #25998 )
2020-08-25 17:03:24 -04:00
Alisdair McDiarmid
93cd6b1b75
Merge pull request #25989 from pdecat/patch-1
...
Fix link to "v0.12-Compatible Provider Requirements" section
2020-08-25 15:59:25 -04:00
Alisdair McDiarmid
5f43934d5f
website: Provider requirements are not inherited
...
Add a note to the provider configuration section explaining that only
config can be inherited by child modules, not source or version
requirements.
2020-08-25 13:02:16 -04:00
Paul Tyng
7a34d4d709
Add Terraform Cloud provider requirements ( #25991 )
2020-08-25 10:45:44 -04:00
Patrick Decat
84c50f9efb
Fix link to "v0.12-Compatible Provider Requirements" section
...
On the https://www.terraform.io/docs/configuration/provider-requirements.html#requiring-providers page, the link to the `v0.12-Compatible Provider Requirements` section is broken:
* current link: https://www.terraform.io/docs/configuration/provider-requirements.html#v012-compatible-provider-requirements
* correct link: https://www.terraform.io/docs/configuration/provider-requirements.html#v0-12-compatible-provider-requirements
2020-08-25 12:35:07 +02:00
Kristin Laemmert
9168abc3e5
website/docs: clarify behavior of -state flag ( #25928 )
...
* website: clarify behavior of -state option
2020-08-20 10:23:08 -04:00
Nick Fagerlund
ff9218c105
website: fix nav link text for 'providers mirror'
2020-08-19 12:14:24 -07:00
Rachel Sharp
f44d32ab57
update cloud-init casing
2020-08-19 12:07:37 -07:00
Rachel Sharp
bb598c27fe
Updating links for cloud init guide in docs
2020-08-19 12:07:37 -07:00
James Bardin
d46e9a4198
Merge pull request #25770 from hashicorp/f/azure-backend-spcert
...
backend/azurerm: support for authenticating using a Client Certificate
2020-08-19 13:56:30 -04:00
Angie Pinilla
582fb73a7c
deps: Update aws-sdk-go-based to 0.6.0
2020-08-18 12:49:31 -04:00
Kristin Laemmert
470298006f
website: add providers mirror command to providers sidebar
2020-08-14 10:03:31 -04:00
Tony Carmichael
76fb0515af
Update publishing.html.md
...
Clarify steps for sending in GPG keys if publishing with a GH org.
2020-08-13 09:40:52 -06:00
Pam Selle
f63b261fca
Merge pull request #25791 from hashicorp/aug20_provisioners_nav
...
website: Move provisioners into language section of nav sidebar
2020-08-12 10:54:13 -04:00
Kristin Laemmert
7111d8deb1
Merge pull request #25783 from nvogel/master
...
Fix documentation example for the indent function
2020-08-12 09:34:07 -04:00
Nick Fagerlund
2ffb71bcee
website: Fix several broken links ( #25808 )
2020-08-11 15:24:51 -07:00
Petros Kolyvas
50b2f0f9b2
Fix sidebar link for Terraform standard backends to include link to Kubernetes backend docs ( #25792 )
...
* website/layouts/backend-types.erb
* Update backend-types.erb
2020-08-10 20:25:14 -03:00
Nick Fagerlund
30b983e1e8
website: Move provisioners into language section of nav sidebar
2020-08-10 14:18:31 -07:00
Chris Griggs
2fc26a9691
Merge pull request #25789 from hashicorp/cgriggs01-pdp-docs
...
[Website] Provider Dev Program Guide
2020-08-10 13:32:56 -07:00
Chris Griggs
1b30656df4
Update website/guides/terraform-provider-development-program.html.md
...
Co-authored-by: Tony Carmichael <1105554+aicarmic@users.noreply.github.com>
2020-08-10 12:08:42 -07:00
Chris Griggs
a8f98b8a78
update asset path
2020-08-10 12:06:50 -07:00
Chris Griggs
d08b31d3d9
final fmt changes to guide
2020-08-10 09:56:45 -07:00
Petros Kolyvas
30c50a3b33
Small docs fix for broken link
2020-08-10 13:29:48 -03:00
Chris Griggs
459b7a8326
PDP initial changes
2020-08-10 07:09:10 -07:00
Nicolas Vogel
8f42f0fa77
Fix documentation example for the indent function
...
We must use interpolation, using the %{} directive will trigger the following error "indent" is not a valid template control keyword
2020-08-10 11:45:28 +02:00
Nick Fagerlund
7bc75a1804
website: Edits to updated Registry documentation
...
- Edits to registry overview
- Add index link as 'overview' (header links are semi-invisible)
- move providers/overview.html to providers/index.html
- Edits to providers overview
- fix filename of os-arch
- edits to provider publishing
2020-08-07 22:40:04 -07:00
Tony Carmichael
cde98a3172
website: Update Registry documentation for Terraform 0.13 release
...
Co-authored-by: Tom Bamford <tbamford@hashicorp.com>
2020-08-07 22:40:04 -07:00
tombuildsstuff
0d34e5d97c
backend/azurerm: support for authenticating using a Client Certificate
...
fixes #24179
supersedes #19606
dependent on #25769
2020-08-07 11:58:33 +02:00
Martin Atkins
08ba58c8c8
website: Documentation about the one-to-one object binding assumption
...
Terraform's design assumes that each remote object in Terraform's care is
bound to one resource instance and one alone. If the same object is bound
to multiple instances then confusing behavior will often result, such as
two resource configurations competing to update a single object, or
objects being "left behind" when all existing Terraform deployments are
destroyed.
This assumption was previously only implied, though. This change is an
attempt to be more explicit about it, although these are additions to some
older documentation sections that have not been revised for some time and
so this is just a best effort to make this information discoverable
without getting drawn into a full-on reorganization of these sections.
While revising this there were some particular oddities that I decided to
revise while I was there, but I'll leave a fuller revision of this older
content for a later commit when we have more time to review it in greater
detail.
2020-07-31 15:22:50 -07:00
Nick Fagerlund
0ab7c1b90e
website: Add links to relevant Learn guides in several docs pages ( #25718 )
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2020-07-31 13:16:35 -07:00