Generate production-grade Terraform configurations for cloud infrastructure
Ensure AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCESS_KEY/SAS_TOKEN env vars are set.
Click 'Generate Terraform' to see the summary.
resource "null_resource" "placeholder" {
triggers = {
always_run = timestamp()
}
}