Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 790 Bytes

maintainers.md

File metadata and controls

14 lines (8 loc) · 790 Bytes

Maintainers

This document is targeted at maintainers of the AzureTRE project. For information on developing and contributing to AzureTRE, see the TRE Developers docs

For information on GitHub PR Bot Commands, see the GitHub PR Bot Commands docs

Periodic tasks

[quarterly] Upgrade bundles' Terraform providers

Each bundle is using Terraform providers to deploy itself. The providers are set with specific versions for stability and consistency between builds.

This, however, requires us to manually update them by referencing newer versions in the provider blocks and associated lock files (devops/scripts/upgrade_lock_files.sh can help).