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: 01-terraform-provision-aks-cluster-pipeline.yml
+61-1Lines changed: 61 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ trigger:
4
4
pool:
5
5
vmImage: 'ubuntu-latest'
6
6
7
+
# Define Variables for Environments
8
+
variables:
9
+
- name: DEV_ENVIRONMENT
10
+
value: dev
11
+
- name: QA_ENVIRONMENT
12
+
value: qa
13
+
7
14
# Stage-1: Terraform Validate Stage
8
15
## Step-1: Publish Artifacts to Pipeline (Pipeline artifacts provide a way to share files between stages in a pipeline or between different pipelines. )
9
16
## Step-2: Install Latest Terraform (0.13.5) (Ideally not needed if we use default Ubuntu Agents)
0 commit comments