Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 622 Bytes

terraform

Notes

you must have terraform and az (azure) cli installed. you must login az login and set the correct subscription. then you must set the ARM_ACCESS_KEY to execute terraform commands, in linux/osx:

source ./access_key.sh

if resource group or account name changes, change them accordingly

TODO

  • fix secrets for ci gh workflows
  • clean unusued modules
  • upgrade providers to latest version (following migration guide)
  • better organization of the filebase
  • double check that the backend is working correctly and that the saved state is as the real state