You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 25-Azure-DevOps-Terraform-Azure-AKS/README.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,51 @@ Public File: aks-terraform-devops-ssh-key-ububtu.pub (To be uploaded to Azure De
210
210
-**Step-2:** Install Latest Terraform (0.13.5) (Ideally not needed if we use default Agents)
211
211
-**Step-3:** Validate Terraform Manifests
212
212
```yaml
213
-
213
+
trigger:
214
+
- main
215
+
216
+
pool:
217
+
vmImage: 'ubuntu-latest'
218
+
219
+
# Stage-1: Terraform Validate Stage
220
+
## Step-1: Publish Artifacts to Pipeline (Pipeline artifacts provide a way to share files between stages in a pipeline or between different pipelines. )
221
+
## Step-2: Install Latest Terraform (0.13.5) (Ideally not needed if we use default Ubuntu Agents)
0 commit comments