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
-**Step-1:** Publish Artifacts to Pipeline (Pipeline artifacts provide a way to share files between stages in a pipeline or between different pipelines. )
210
+
-**Step-2:** Install Latest Terraform (0.13.5) (Ideally not needed if we use default Agents)
211
+
-**Step-3:** Validate Terraform Manifests
208
212
```yaml
209
-
210
-
trigger:
211
-
- master
212
-
213
-
pool:
214
-
vmImage: 'ubuntu-latest'
215
-
216
-
# Stage-1: Validate Stage
217
-
## Step-1: Install Latest Terraform (0.13.5) (Ideally not needed if we use default Agents)
218
-
## Step-2: Validate Terraform Manifests
219
-
## Step-3: Publish Artifacts to Pipeline (Pipeline artifacts provide a way to share files between stages in a pipeline or between different pipelines. )
0 commit comments