File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# terraform
22
33## Notes
4- you must have ` terraform ` and ` az ` (azure) cli installed.
4+
5+ you must have ` terraform ` and ` az ` (azure) cli installed.
56you must login ` az login ` and set the correct subscription.
67then you must set the ` ARM_ACCESS_KEY ` to execute ` terraform ` commands, in linux/osx:
78
89``` bash
9- export ARM_ACCESS_KEY= $( az storage account keys list --resource-group rg-polinetwork --account-name polinetworksa --query ' [0].value ' -o tsv )
10+ source ./access_key.sh
1011```
1112
1213if resource group or account name changes, change them accordingly
1314
1415## TODO
16+
1517- [x] fix secrets for ci gh workflows
1618- [x] clean unusued modules
1719- [ ] upgrade providers to latest version (following migration guide)
1820- [ ] better organization of the filebase
19- - [x] double check that the backend is working correctly and that the saved state is as the real state
21+ - [x] double check that the backend is working correctly and that the saved state is as the real state
Original file line number Diff line number Diff line change 1+ export ARM_ACCESS_KEY=$( az storage account keys list --resource-group rg-polinetwork --account-name polinetworksa --query ' [0].value' -o tsv)
You can’t perform that action at this time.
0 commit comments