Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asnocode/terraform
https://github.com/asnocode/terraform
terraform terraform-module
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/asnocode/terraform
- Owner: asnocode
- Created: 2024-02-06T21:04:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T21:12:21.000Z (9 months ago)
- Last Synced: 2024-02-07T21:59:53.965Z (9 months ago)
- Topics: terraform, terraform-module
- Language: HCL
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform
Terraform Azure IaC:
1. Azure DevOps Pipeline
2. Storage Accounts
3. Key Vault
4. Subnet
5. NSG + Security Rules
6. SQL MI
7. RBAC
8. TDE
9. AAD Group Access Rights
10. Automation account
11. AlertsTerrafom basic commands:
az storage account keys list -g rg-sqlmi-test-management-terraform -n stoatestmanage
cd C:\Downloads\terraform
terraform init -backend-config="env\atest\backend-config.tfvars"
terraform plan -var-file="env\atest\variables.tfvars" -out="atest.tfplan"
terraform apply "atest.tfplan"
#terraform destroy
cd C:\Downloads\terraform_mgmt
terraform init
terraform plan -out="terraform_mgmt.tfplan"
terraform apply "terraform_mgmt.tfplan"
#terraform destroy