https://github.com/Raghupatik/Azure-tf
Azure Modules
https://github.com/Raghupatik/Azure-tf
Last synced: 5 months ago
JSON representation
Azure Modules
- Host: GitHub
- URL: https://github.com/Raghupatik/Azure-tf
- Owner: Raghupatik
- Created: 2023-09-29T09:29:26.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-01-12T04:36:05.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:19:30.303Z (8 months ago)
- Language: HCL
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 33
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Raghupatik/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.