Laura Pacilio
502ec81ae2
Update initializing page
2021-12-08 13:37:22 -05:00
Laura Pacilio
c713815e33
Add learn callout to usiing TFC index page
2021-12-08 13:09:12 -05:00
Laura Pacilio
c17317ded4
Update website/docs/cli/cloud/index.html.md
...
Co-authored-by: Judith Malnick <judith.patudith@gmail.com>
2021-12-08 13:05:24 -05:00
Judith Malnick
d82211ad7b
Keep version note, include introduction and enterprise versioning
2021-12-08 09:49:12 -08:00
Judith Malnick
29b71d873f
Correct bullet
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-12-08 09:48:23 -08:00
Judith Malnick
57cc74ddc4
Correct bullet and break up sentence
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-12-08 09:48:01 -08:00
Judith Malnick
57a27cd1dc
Add intro text to migrating section
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-12-08 09:46:47 -08:00
Judith Malnick
5897c9590c
Clarify background on unique names in TFC
2021-12-08 09:45:18 -08:00
Judith Malnick
310368d464
Move version info to one note
2021-12-08 09:44:32 -08:00
Judith Malnick
f514f8eb30
Apply suggestions from code review
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-12-08 09:43:18 -08:00
Chris Arcand
099c7269e4
Add Terraform Cloud integration docs
2021-12-07 16:41:48 -06:00
Chris Arcand
b80e98ab47
Misc doc edits referencing state/settings
2021-12-07 16:29:51 -06:00
Chris Arcand
f521ba6cd7
Remove 'enhanced' backend type distinction
...
As explained in the changes: The 'enhanced' backend terminology, which
only truly pertains to the 'remote' backend with a single API (Terraform
Cloud/Enterprise's), has been found to be a confusing vestige which need
only be explained in the context of the 'remote' backend.
These changes reorient the explanation(s) of backends to pertain more
directly to their primary purpose, which is storage of state snapshots
(and not implementing operations).
That Terraform operations are still _implemented_ by the literal
`Backend` and `Enhanced` interfaces is inconsequential a user of
Terraform, an internal detail.
2021-12-07 16:29:51 -06:00
Ted Behling
16800d1305
Merge pull request #30046 from hashicorp/tbehling/docs-apt-repos
...
Docs: Add newer Debian & Ubuntu versions to repo list
2021-12-03 12:19:43 -05:00
Laura Pacilio
01dbfd2d30
Merge pull request #30028 from multani/patch-1
...
Improve `.terraformignore` doc formatting
2021-12-03 11:06:32 -05:00
Ted Behling
6a454f11a7
Add newer Debian & Ubuntu versions to repo list
...
The HashiCorp APT server supports several distro releases that were not in this list,
leading to a false impression that they aren't supported.
Note, Ubuntu has a new release twice a year, so periodic maintenance
is needed here.
2021-11-29 17:03:58 -05:00
Daniel Murphy
fba26b10ee
Fix example for values-representation in docs for JSON Format internals
...
The `root_module.resources[].sensitive_values` key in the example output was incorrectly named and clashed with the regular `root_module.resources[].values` key.
2021-11-26 16:57:48 +00:00
Jonathan Ballet
ecc8bcfe5b
Improve `.terraformignore` doc formatting
...
This helps to distinguish what is a `/` (as a directory separator)
from a "/" (as in "his/her").
2021-11-25 16:35:03 +01:00
Dylan Staley
0e48f58688
Revert "migrate docs to mdx"
...
This reverts commit 3cb12b5a52
.
2021-11-22 15:57:25 -08:00
Dylan Staley
3cb12b5a52
migrate docs to mdx
2021-11-22 15:47:36 -08:00
Tom Harvey
890cabe442
Update website/docs/language/settings/backends/azurerm.html.md
...
Co-authored-by: Tom Bamford <tbamford@hashicorp.com>
2021-11-17 20:27:39 +01:00
Tom Harvey
b3645068ef
Update website/docs/language/settings/backends/azurerm.html.md
...
Co-authored-by: Tom Bamford <tbamford@hashicorp.com>
2021-11-17 20:27:35 +01:00
Tom Harvey
d81e93cc7d
Update website/docs/language/settings/backends/azurerm.html.md
...
Co-authored-by: Tom Bamford <tbamford@hashicorp.com>
2021-11-17 20:27:05 +01:00
Tom Harvey
d5404b6f33
Update website/docs/language/settings/backends/azurerm.html.md
...
Co-authored-by: Tom Bamford <tbamford@hashicorp.com>
2021-11-17 20:26:58 +01:00
tombuildsstuff
1d9f7f19fc
website: updating the docs for the Azure backend to highlight the `use_microsoft_graph` field
2021-11-17 18:54:02 +01:00
Laura Pacilio
7e41803418
Merge pull request #29891 from hashicorp/update-for-each-example
...
Add cidr block output example to setproduct function page
2021-11-15 11:17:27 -05:00
Laura Pacilio
bd64d07e6b
Apply suggestions from code review
2021-11-15 10:49:37 -05:00
Krista LaFentres
a62cff939e
Update documentation for state mv command to clarify use of backup and backup-out options
2021-11-09 13:09:36 -06:00
Laura Pacilio
b838a93023
Add cidr block output example to setproduct function page
2021-11-05 10:51:59 -04:00
AJ Jordan
8367c049c8
Fix typo in 0.13 upgrade guide
2021-11-04 16:19:35 -04:00
xiaozhu36
e0a2716601
backend/oss: Removes the ConflictWith tag which on the attributes assume_role* to fix the incompatible error
2021-11-03 11:17:35 +08:00
James Bardin
834f61cd54
Merge pull request #29841 from xiaozhu36/xiaozhu
...
backend/oss: Supports the new attribute sts_endpoint
2021-11-01 15:31:51 -04:00
James Bardin
8b53637230
Update website/docs/language/values/variables.html.md
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-11-01 15:17:51 -04:00
James Bardin
4f88445d05
Update website/docs/language/values/variables.html.md
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-11-01 15:17:43 -04:00
James Bardin
2195d7a45f
Update website/docs/language/values/variables.html.md
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-11-01 15:17:32 -04:00
James Bardin
46bbe66cd0
Update website/docs/language/values/variables.html.md
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-11-01 15:17:21 -04:00
James Bardin
03ed766454
nullable doc update
2021-11-01 14:30:25 -04:00
James Bardin
6a1afd2dc3
nullable variable docs
...
Add `nullable` to the variable documentation.
Remove "module" from the "null means omission" part of the null type
documentation.
2021-11-01 13:25:25 -04:00
Martin Atkins
14a8668486
website: "Refactoring" documentation firmer advice about removing moved blocks
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-11-01 08:47:17 -07:00
Martin Atkins
86e5aacacd
website: Documentation about "moved" blocks
...
This is documentation for the first set of refactoring-related features,
all based on the new "moved" blocks in the Terraform language.
I've named the documentation section "refactoring" because in previous
discussions with users that seems to be the term they use to describe the
underlying need.
"moved" blocks are our first language feature intended to meet that need,
although it probably won't be the last as we consider other requirements
in later releases. My intent here is that once we've published this it
should eventually end up being the first result for a web search for the
topic of Terraform refactoring.
2021-11-01 08:47:17 -07:00
xiaozhu36
5d19a34f88
backend/oss: Supports the new attribute sts_endpoint
2021-11-01 22:52:45 +08:00
James Bardin
2ebdc099ac
Merge pull request #29307 from hayorov/main
...
Flatten `assume_role` block for OSS backend
2021-11-01 09:18:25 -04:00
Laura Pacilio
0ef4fe0aab
Merge pull request #29691 from ramj9/patch-1
...
replace an with a
2021-10-26 09:49:46 -04:00
Krista LaFentres
1f08f7dba8
Clarify the way the trim() function works and add some more examples
2021-10-25 14:13:15 -05:00
Martin Atkins
5b266dd5ca
command: Remove the experimental "terraform add" command
...
We introduced this experiment to gather feedback, and the feedback we saw
led to us deciding to do another round of design work before we move
forward with something to meet this use-case.
In addition to being experimental, this has only been included in alpha
releases so far, and so on both counts it is not protected by the
Terraform v1.0 Compatibility Promises.
2021-10-20 06:42:47 -07:00
Alex Khaerov
14f366dbf4
Update documentation
2021-10-18 12:54:40 +08:00
Alex Khaerov
de8810cdd9
Merge branch 'hashicorp:main' into main
2021-10-18 11:42:37 +08:00
Chris Griggs
e111c103b8
[Website]Terraform Integration Program ( #29763 )
...
* add new guide doc
* update word doc
* assign imange files
* add fmting changes
* formatting
* some more changes
* Fix Title
* Update website/guides/terraform-integration-program.html.md
We can remove, I was hoping to have "*Currently, pre-apply..." be in Bbold, but it looks like it doesnt render that way. So we can exclude the asterisk
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
* Fix spacing and remove unused html paragraph
* Update website/guides/terraform-integration-program.html.md
Good changes, thanks for simplifying it.
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Agreed
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Agreed
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Agreed
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
* Adding suggested changes from PR.
Removing example sentence. (Internal request)
* Move note section above badge
* Add spacing
* Update website/guides/terraform-integration-program.html.md
Approved
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-10-15 10:55:07 -07:00
Alisdair McDiarmid
b9f3dab035
json-output: Release format version 1.0
2021-10-06 11:13:06 -04:00
Ram
45dab1b956
replace an with a
2021-10-02 17:15:51 +08:00