https://github.com/saikiranrko/Azure-tf
Azure Modules
https://github.com/saikiranrko/Azure-tf
Last synced: 3 months ago
JSON representation
Azure Modules
- Host: GitHub
- URL: https://github.com/saikiranrko/Azure-tf
- Owner: saikiranrko
- Fork: true (Raghupatik/Azure-tf)
- Created: 2023-10-01T22:37:40.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-10-01T22:50:14.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:19:29.867Z (7 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - saikiranrko/Azure-tf - Azure Modules (HCL)
README
### Azure connection setup
Set the following environment variables with the proper Azure credentials:```bash
ARM_SUBSCRIPTION_ID=
ARM_CLIENT_ID=
ARM_CLIENT_SECRET=client-secret>
ARM_TENANT_ID=
```
* For local testing, a simple `az login` command to connect to the azure portal, then subsequent commands listed below would run by connecting to Azure for creation and destroy of resources during the test run.