learntocloud / learntocloud/linux-ctfs
Research Terraform resilience for Azure: region, VM size, and subscription restrictions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 284
- Forks
- 379
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
Parent Issue
Sub-issue of #95
Goal
Research what options exist to make the Azure Terraform deployment more resilient for users with restricted subscriptions (e.g., student subscriptions, limited regions, VM size quotas, spending caps).
Research Areas
- What Azure regions are commonly restricted or unavailable for student/free-tier subscriptions?
- Which VM sizes are most universally available (e.g.,
Standard_B1svsStandard_DS1_v2)? - How do Azure subscription types (Pay-As-You-Go, Student, Visual Studio, etc.) affect available resources?
- Can we add Terraform validation or pre-flight checks to surface quota/region issues early?
- Are there Azure-specific Terraform patterns for graceful fallback (e.g., trying multiple regions)?
Deliverables
- Document findings in this issue
- Recommend whether changes are worth implementing for Azure
- If yes, propose specific Terraform variable defaults, validation rules, or fallback logic
Notes
Azure student subscriptions are particularly common for this project's audience. Even if no changes are needed, document why.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Review the Azure Terraform deployment, then investigate region availability, VM sizes, subscription constraints, validation or pre-flight checks, and fallback patterns. Done means recording findings and a recommendation, with concrete defaults, validation, or fallback proposals if warranted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, terraform
- Domain
- cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100