Contains the terraform code and pipelines required to build the base infrastructure for Claim additional payments for teaching. The build and deployment of the application are done from the main repository.
Most documentation for the service can be found on the project's Confluence wiki and in the main repository.
- Azure CIP account in the s118 subscriptions
- PIM requests for test and production subscriptions
- az cli
- terraform (see version in .tool-versions)
Use Makefile commands to simplify manual operations. The commands are run for a single environment like "review" or "production". See the Makefile for the available environments.
Login to Azure via the az cli:
az login
Review what is about to be deployed:
make <environment> terraform-plan
Deploy:
make <environment> terraform-apply