Update instructions/terraform-azure.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Stu Mace 2025-09-24 19:01:30 +12:00 committed by GitHub
parent c812241e07
commit 54b0ea0312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,7 +195,7 @@ my-azure-app/
│ ├── test.tfvars # Test environment │ ├── test.tfvars # Test environment
│ └── prod.tfvars # Production environment │ └── prod.tfvars # Production environment
├── .github/workflows/ # CI/CD pipelines (if using github) ├── .github/workflows/ # CI/CD pipelines (if using github)
├── .azdo/ # CI/CD pipelines (suggested if using github) ├── .azdo/ # CI/CD pipelines (suggested if using Azure DevOps)
└── README.md # Documentation └── README.md # Documentation
``` ```