-
Notifications
You must be signed in to change notification settings - Fork 43
docs: Breaking down installation guide to avoid assuming AWS #2759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
yhakbar
merged 36 commits into
pipelines-v4
from
yousif/dev-1100-break-down-setup-installation-to-avoid-assuming-aws
Oct 7, 2025
+3,332
−901
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
a9e843e
docs: Nested AWS into `Authenticating to the Cloud`
yhakbar ee443a3
Fix build issues.
josh-padnick dc4dd69
fix: Addressing markdown lints
yhakbar cadaf97
fix: Reworked components page into execution flow page
yhakbar 2b762cd
docs: Migrating out AWS specific security controls for Pipelines to A…
yhakbar bb7c722
docs: Updating `ci-workflows.md` with call outs for Account Factory s…
yhakbar 0872184
docs: Addressing PR feedback
yhakbar 061bbeb
fix: Adding abbreviation to dictionary
yhakbar 3165aa8
docs: Nested AWS into `Authenticating to the Cloud`
yhakbar 12e2b1b
Fix build issues.
josh-padnick a5b4d9d
docs: Moving AWS Landing Zone prereq to Account Factory
yhakbar 9209ecb
docs: Restructured initial setup to avoid assuming AWS
yhakbar 8c5a499
feat: Set up full Azure installation guide
yhakbar b5b460f
fix: Fixing the checkbox ids
yhakbar cc8121f
fix: Fixing up some paper cuts in the top-level setup & installation …
yhakbar e9e9aae
fix: Fixing path to new prerequisites for Account Factory
yhakbar 2dbeed4
chore: Making sure this is pinned to `v4` before I forget
yhakbar b89c0db
fix: Cleaning up Azure guide
yhakbar 5a0f658
docs: Adding AWS docs
yhakbar 5600d55
fix: Cleaning up language for sidebar on GitHub
yhakbar f648666
docs: WIP progress on adding Pipelines to an existing repo
yhakbar 23e29c3
docs: More troubleshooting guidance
yhakbar bed6d30
docs: Adjusting language in `Setup & Installation`
yhakbar 4a4b09f
docs: Adjusting logic for repo setup
yhakbar 8579981
fix: Cutting down on steps for adding a new repo
yhakbar 73800d9
feat: Adding instructions for additional accounts and subscriptions
yhakbar c29ecb3
fix: Preventing ToC from breaking by using h3 tags
yhakbar da545d0
fix: Adding existing guide docs
yhakbar a886280
fix: Redoing GitLab install instructions for parity with GitHub
yhakbar e2d137e
fix: Removing unnecessary GitLab content
yhakbar 05d6a44
docs: Adding existing repository instructions for GitLab
yhakbar ffd4df4
docs: Adding note for self-hosted GitLab instance
yhakbar df85b9e
fix: Fixing URL for pipelines machine users install
yhakbar ab11b0d
fix: Satisfying spellcheck
yhakbar 6d0cb39
fix: Fixing auth links
yhakbar 10a54e9
fix: Addressing easy to address PR feedback
yhakbar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,7 @@ hcledit | |
self-hosting | ||
infrachanges | ||
Entra | ||
GLMU | ||
myprodsa | ||
azuread | ||
mysa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# Pipelines Configuration | ||
|
||
[Full Pipelines Configuration Reference](/docs/2.0/reference/pipelines/configurations.md) | ||
|
||
import PipelinesConfig from '/docs/2.0/reference/pipelines/language_auth_partial.mdx' | ||
|
||
<PipelinesConfig /> | ||
|
||
## Terraform & OpenTofu | ||
## OpenTofu & Terraform | ||
|
||
You can specify whether to invoke Terraform or OpenTofu in your Pipeline by configuring the [tf-binary](/2.0/reference/pipelines/configurations#tf-binary) setting. Define the versions of `tf-binary` and Terragrunt in the [mise.toml](/2.0/reference/pipelines/configurations#example-mise-configuration) file within your repository. | ||
You can specify whether to invoke OpenTofu or Terraform with Pipelines by configuring the [tf-binary](/2.0/reference/pipelines/configurations#tf-binary) setting. Define the versions of Terragrunt and OpenTofu/Terraform used by Pipelines in the [mise.toml](/2.0/reference/pipelines/configurations#example-mise-configuration) file within your repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think these icons are a bit of an AI-callsign, and is not a pattern mirrored elsewhere in our docs. Whilst I like a good emoji, I'm not sure these help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I know you didn't add these! Just a whilst-your-in-there thing