microsoft / microsoft/AzureTRE
Setup default values for env vars
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Description
As a Azure TRE Developer
I want to have default values setup for variables which rarely changed by the customer such as:
terraform_state_container_name
resource_processor_number_processes_per_instance
So that the customer doesn't have to provide these as part of their config setup
Acceptance criteria
- Default values are set in the config_schema.json
- Default values are loaded as env vars and passed correctly during the deployment
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with config_schema.json and trace how its default values become environment variables during deployment. Identify where terraform_state_container_name and resource_processor_number_processes_per_instance are loaded and passed, then verify both acceptance criteria in a deployment or relevant test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100