https://github.com/kolosovpetro/azure-terraform-backend
Script to quickly create terraform backend using Azure CLI
https://github.com/kolosovpetro/azure-terraform-backend
azure azure-cli terraform
Last synced: about 1 month ago
JSON representation
Script to quickly create terraform backend using Azure CLI
- Host: GitHub
- URL: https://github.com/kolosovpetro/azure-terraform-backend
- Owner: kolosovpetro
- License: gpl-2.0
- Created: 2023-04-25T21:00:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T21:43:55.000Z (over 2 years ago)
- Last Synced: 2025-03-05T18:35:25.505Z (7 months ago)
- Topics: azure, azure-cli, terraform
- Language: PowerShell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Terraform Backend
Script to quickly create terraform backend using Azure CLI.
## Steps
- Install Azure CLI: https://community.chocolatey.org/packages/azure-cli
- Login to Azure: `az login --use-device-code`
- Set subscription: `az account set --subscription "My Subscription"`