Kuba Martin
4d665a0091
Update website/docs/cli. ( #171 )
...
* Initial renaming, rewriting and cleaning up wave for the CLI docs.
Signed-off-by: Jakub Martin <kubam@spacelift.io >
* More renaming.
Signed-off-by: Jakub Martin <kubam@spacelift.io >
* More renaming.
Signed-off-by: Jakub Martin <kubam@spacelift.io >
* More renaming.
Signed-off-by: Jakub Martin <kubam@spacelift.io >
* Remove tutorial references.
Signed-off-by: Jakub Martin <kubam@spacelift.io >
* Post-review fixes.
Signed-off-by: Jakub Martin <kubam@spacelift.io >
---------
Signed-off-by: Jakub Martin <kubam@spacelift.io >
2023-08-25 11:09:18 +02:00
Karl Kirch
d7e07e66fc
Add ability to specify Terraform Cloud Project in cloud block ( #33489 )
...
* Add ability to specify Terraform Cloud Project in cloud block
Adds project configuration to the workspaces section of the cloud block.
Also configurable via the `TF_CLOUD_PROJECT` environment variable.
When a project is configured, the following behaviors will occur:
- `terraform init` with workspaces.name configured will create the workspace in the given project
- `terraform workspace new <name>` with workspaces.tags configured will create workspaces in the given project
- `terraform workspace list` will list workspaces only from the given project
The following behaviors are NOT affected by project configuration
- `terraform workspace delete <name>` does not validate the workspace's inclusion in the given project
- When initializing a workspace that already exists in Terraform Cloud, the workspace's parent project is NOT validated against the given project
Adds tests for cloud block configuration of project
Update changelog
* Update cloud block docs
* Fix typos and changelog entry
* Add speculative project lookup early in the cloud initialize process to capture inability to find a configured project
* Add project config for alias test
2023-08-01 13:43:07 -07:00
Rose M Koron
7bc8014f22
Merge pull request #31992 from philomory/patch-1
...
[docs] Add warning about prefix loss when migrating
2023-05-05 16:12:36 -07:00
Rose M Koron
9ad521eac6
Update website/docs/cli/cloud/migrating.mdx
2023-05-05 16:05:45 -07:00
Adam Pugh
f4c3611977
Update settings.mdx
...
updated misspelling to precedence
2023-03-17 11:05:07 -05:00
Alan Szlosek Jr
8ab72c249d
add docs meta descriptions ( #32771 )
...
* add docs meta descriptions
* cleanups
* remove old docs files
* Apply suggestions from code review
Co-authored-by: rita <8647768+ritsok@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: rita <8647768+ritsok@users.noreply.github.com >
* remove testing-experiment from nav data
---------
Co-authored-by: rita <8647768+ritsok@users.noreply.github.com >
2023-03-15 15:56:34 -04:00
Ashlee Boyer
32f7b8ebd0
Migrating links to new format
2023-02-23 12:55:56 -05:00
Adam Gardner
0ec59af8ea
Update website/docs/cli/cloud/migrating.mdx
...
Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com >
2022-10-20 09:03:41 -10:00
Kevin Wang
03e262a70b
chore: rewrite internal redirects ( #32038 )
2022-10-20 11:31:55 -04:00
Adam Gardner
454dbf6771
cloud block, not cloud provider
2022-10-11 12:25:47 -10:00
Adam Gardner
6fda18d27e
Add warning about prefix loss when migrating
...
Adds a warning about the consequences of switching to the `cloud` block, in terms of losing `prefix` support, and the impact that has on CLI usage.
2022-10-11 11:52:55 -10:00
Bryce Kalow
b54017ef83
website: content updates for developer ( #31779 )
...
Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com >
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
Co-authored-by: Kevin Wang <kwangsan@gmail.com >
Co-authored-by: Judith Malnick <judith@hashicorp.com >
Co-authored-by: Martin Atkins <mart@degeneration.co.uk >
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com >
2022-09-15 15:54:13 -05:00
Laura Pacilio
f7c5d1b054
Add version note for env var credentials 1.2 work.
2022-05-20 16:04:37 -04:00
Laura Pacilio
54d084159f
Add version note, fix typos, add link to environment variables
2022-05-20 16:00:53 -04:00
Laura Pacilio
953e0debe1
Update website/docs/cli/cloud/settings.mdx
...
Co-authored-by: rita <8647768+ritsok@users.noreply.github.com >
2022-05-18 10:38:44 -04:00
Laura Pacilio
555ffdff6c
Add warning about drift to cloud block environment variables
2022-05-16 14:56:58 -04:00
Laura Pacilio
e68ad5ec46
more edits
2022-04-20 18:57:50 -04:00
Laura Pacilio
912e6ff6de
Apply suggestions from PR review
2022-04-20 18:54:50 -04:00
Laura Pacilio
a0ebb94fb5
Merge branch 'main' into update-TF-WORKSPACE-variable
2022-04-20 18:40:26 -04:00
Sebastian Rivera
f63ef2b5ef
Rename cloud env vars to use TF_CLOUD prefix
2022-04-20 14:34:53 -04:00
Laura Pacilio
201c9168fa
Clarify that users can set TF_WORKSPACE and use tags
2022-04-13 16:39:28 -04:00
Sebastian Rivera
f95c7935c9
Update website/docs/cli/cloud/settings.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-04-11 14:33:13 -04:00
Sebastian Rivera
4c3429f1a0
Update docs to explain new TF_WORKSPACE behavior for cloud config
2022-04-11 14:09:24 -04:00
Sebastian Rivera
9c0a8f7e35
Update env variable docs section to include TF_WORKSPACE
2022-04-07 11:46:36 -04:00
Sebastian Rivera
100031a2d9
Update docs to include TF_HOSTNAME env var
2022-03-30 11:54:51 -04:00
Sebastian Rivera
b260883a98
Update docs to mention TF_ORGANIZATION env var
2022-03-26 16:44:16 -04:00
Dylan Staley
21cbb5b392
migrate docs to mdx
2021-12-14 18:41:17 -08:00
Laura Pacilio
91755d380f
udpate to migrating page
2021-12-08 14:01:58 -05:00
Laura Pacilio
829e9b4842
Update settings page
2021-12-08 13:45:14 -05:00
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
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