Skip to content

Instantly share code, notes, and snippets.

@weeyin83
Created April 28, 2026 18:15
Show Gist options
  • Select an option

  • Save weeyin83/39633c5277d5d0cfb44d304be8a71408 to your computer and use it in GitHub Desktop.

Select an option

Save weeyin83/39633c5277d5d0cfb44d304be8a71408 to your computer and use it in GitHub Desktop.
project structure

├── providers.tf # Provider configuration (one per subscription) ├── variables.tf # Input variables ├── main.tf # Resources for each subscription ├── outputs.tf # Output values └── terraform.tfvars # Your actual subscription IDs and overrides

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment