Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
1 result

Target

Select target project
  • nimrod/rcfiles
1 result
Select Git revision
  • master
1 result
Show changes
Commits on Source (2)
......@@ -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'
......
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