Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/developer_guide/set_up_dev_env/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ Build repo archive and installer packages and move them to default directories:

Ensure that the ``TF_VAR_deploy_tag`` is set to the correct version that matches the version of Debian\* packages.
Due to Debian versioning, if you are building from a tagged version branch (e.g., v3.0.0), the ``mage build:all`` command will remove the v prefix so you may need to manually export ``TF_VAR_deploy_tag``.
If ``TF_VAR_deploy_tag`` is set, ensure that ``deploy_tag`` is not defined in
the ``terraform/orchestrator/terraform.tfvars`` file due to Terraform's
precedence rules.

Edit ``terraform/orchestrator/terraform.tfvars`` to use locally built
artifacts:
Expand Down