https://github.com/thisisnttheway/terraform_azure
https://github.com/thisisnttheway/terraform_azure
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisisnttheway/terraform_azure
- Owner: ThisIsntTheWay
- Created: 2022-11-03T10:03:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T09:33:34.000Z (over 3 years ago)
- Last Synced: 2025-01-16T22:37:02.768Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform_azure
Terraform Azure example.
To get started:
```PowerShell
init.ps1 "tenantName"
```
Will install dependencies and prepare an azure tenant for use with Terraform.
Creates a service principal, a storage account and container (if missing).
Auxilliary scripts can be found in `scripts\`.