Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Shared Terraform plugin cache.
· 074ec119
nimrod
authored
May 24, 2025
074ec119
Update the asdf versions in SchooLinks.
· 583ec6f4
nimrod
authored
May 24, 2025
Add some documentation too.
583ec6f4
Show whitespace changes
Inline
Side-by-side
.bashrc.d/terraform
View file @
583ec6f4
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
export
TF_CLI
=
tofu
export
TF_CLI
=
tofu
export
TF_DEBUG
=
1
export
TF_DEBUG
=
1
export
TF_PLUGIN_CACHE_DIR
=
"
${
HOME
}
/.cache/tofu/plugins"
alias
tfa
=
'tf apply tfplan'
alias
tfa
=
'tf apply tfplan'
alias
tfaa
=
'tf apply -auto-approve'
alias
tfaa
=
'tf apply -auto-approve'
alias
tfar
=
'tf apply tfplan && tf plan -out tfplan -refresh-only && tf apply tfplan'
alias
tfar
=
'tf apply tfplan && tf plan -out tfplan -refresh-only && tf apply tfplan'
...
...
Repositories/SchooLinks/.tool-versions
View file @
583ec6f4
nodejs 20.13.0 18.17.1
# Nodejs 18 for sl-synthetics, Nodejs 20 for sl-e2e.
python 3.11.9 3.12.4 3.9.21
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