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
Loading items

Target

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