https://github.com/amitgujar/terraform-azure-svc
This is a starter template for your terraform projects which uses Azure as a provider. You can add your resources in modules and make changes accordingly.
https://github.com/amitgujar/terraform-azure-svc
iaac microsoft-azure terraform terraform-module
Last synced: 6 months ago
JSON representation
This is a starter template for your terraform projects which uses Azure as a provider. You can add your resources in modules and make changes accordingly.
- Host: GitHub
- URL: https://github.com/amitgujar/terraform-azure-svc
- Owner: AmitGujar
- Created: 2023-07-01T04:58:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T07:51:20.000Z (about 1 year ago)
- Last Synced: 2025-04-07T14:21:19.318Z (6 months ago)
- Topics: iaac, microsoft-azure, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Initialize terraform
```
terraform init -upgrade
```### Make a plan
```
terraform plan -out main.tfplan
```### Apply changes
```
terraform apply.
```### Execute connect.ps1 file to get access of jumpbox vm.