Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Compare revisions
3d41cc76c61e9fc9a3f0ddc54ea7a83ba6d3cb58 to 583ec6f43bb6226dae48bd25a256cd77c4877434
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nimrod/rcfiles
Select target project
No results found
583ec6f43bb6226dae48bd25a256cd77c4877434
Select Git revision
Branches
master
1 result
Swap
Target
nimrod/rcfiles
Select target project
nimrod/rcfiles
1 result
3d41cc76c61e9fc9a3f0ddc54ea7a83ba6d3cb58
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Shared Terraform plugin cache.
· 074ec119
nimrod
authored
3 weeks ago
074ec119
Update the asdf versions in SchooLinks.
· 583ec6f4
nimrod
authored
3 weeks ago
Add some documentation too.
583ec6f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.bashrc.d/terraform
+1
-0
1 addition, 0 deletions
.bashrc.d/terraform
Repositories/SchooLinks/.tool-versions
+4
-2
4 additions, 2 deletions
Repositories/SchooLinks/.tool-versions
with
5 additions
and
2 deletions
.bashrc.d/terraform
View file @
583ec6f4
...
...
@@ -3,6 +3,7 @@
export
TF_CLI
=
tofu
export
TF_DEBUG
=
1
export
TF_PLUGIN_CACHE_DIR
=
"
${
HOME
}
/.cache/tofu/plugins"
alias
tfa
=
'tf apply tfplan'
alias
tfaa
=
'tf apply -auto-approve'
alias
tfar
=
'tf apply tfplan && tf plan -out tfplan -refresh-only && tf apply tfplan'
...
...
This diff is collapsed.
Click to expand it.
Repositories/SchooLinks/.tool-versions
View file @
583ec6f4
nodejs 20.13.0 18.17.1
python 3.11.9 3.12.4 3.9.21
# Nodejs 18 for sl-synthetics, Nodejs 20 for sl-e2e.
nodejs 22.12.0 20.13.0 18.17.1
# Python 3.9 for the Synthetics canaries.
python 3.11.9 3.9.21 3.12.9
This diff is collapsed.
Click to expand it.