Context
Replace terrafile as it's not maintained anymore. Using simple git instead.
Changes proposed in this pull request
- Update makefile to remove references to terrafile
- Update makefile to add new vendor-modules target with git command to correct location for terraform code
- In global_config directory add correct value for TERRAFORM_MODULES_TAG in config files
- In terraform/application/config directory remove terrafile files
- Update .gitignore remove bin/terrafile
NOTE: Had to suppress the end of support message for dotNET 7.0 in the dotNET build set to get the actions to complete
the developer Martyn Whitwell was alerted and his response is:
Updating the .NET version is likely to be quite a big job… I’ll add a ticket to our backlog to do this but its not likely to happen in the next few sprints. Could you add a bypass for now? Thanks
Guidance to review
i tested for each environment and to see terraform correctly get the module code
make test_aks terraform-plan IMAGE_TAG=xxxx
make development_aks terraform-plan IMAGE_TAG=xxxx
make production_aks terraform-plan IMAGE_TAG=xxxx
Link to Trello card
Checklist
- Attach to Trello card
- Rebased main
- Cleaned commit history
- Tested by running locally