Skip to content

Commit bfeacbf

Browse files
Merge branch 'main' into feat/DTOSS-12171-Nextjs-Upgrade
2 parents fc4cb1f + e8136bd commit bfeacbf

167 files changed

Lines changed: 2729 additions & 1385 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.azuredevops/pipelines/cd-infrastructure-dev-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
- name: TF_DIRECTORY
2323
value: $(System.DefaultWorkingDirectory)/$(System.TeamProject)/infrastructure/tf-audit
2424
- name: TF_VERSION
25-
value: 1.11.4
25+
value: 1.14.4
2626
- name: TF_PLAN_ARTIFACT
2727
value: tf_plan_audit_DEV
2828
- name: ENVIRONMENT

.azuredevops/pipelines/cd-infrastructure-dev-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variables:
6666
- group: DEV_automation_testing_pipeline
6767
- group: DEV_hub_backend_remote_state
6868
- name: TF_VERSION
69-
value: 1.11.4
69+
value: 1.14.4
7070
- name: TF_PLAN_ARTIFACT
7171
value: tf_plan_core_DEV
7272
- name: TF_DIRECTORY

.azuredevops/pipelines/cd-infrastructure-int-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
- name: TF_DIRECTORY
2323
value: $(System.DefaultWorkingDirectory)/$(System.TeamProject)/infrastructure/tf-audit
2424
- name: TF_VERSION
25-
value: 1.11.4
25+
value: 1.14.4
2626
- name: TF_PLAN_ARTIFACT
2727
value: tf_plan_audit_INT
2828
- name: ENVIRONMENT

.azuredevops/pipelines/cd-infrastructure-int-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variables:
6666
- group: INT_automation_testing_pipeline
6767
- group: DEV_hub_backend_remote_state
6868
- name: TF_VERSION
69-
value: 1.11.4
69+
value: 1.14.4
7070
- name: TF_PLAN_ARTIFACT
7171
value: tf_plan_core_INT
7272
- name: TF_DIRECTORY

.azuredevops/pipelines/cd-infrastructure-nft-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
- name: TF_DIRECTORY
2323
value: $(System.DefaultWorkingDirectory)/$(System.TeamProject)/infrastructure/tf-audit
2424
- name: TF_VERSION
25-
value: 1.11.4
25+
value: 1.14.4
2626
- name: TF_PLAN_ARTIFACT
2727
value: tf_plan_audit_NFT
2828
- name: ENVIRONMENT

.azuredevops/pipelines/cd-infrastructure-nft-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ variables:
6868
- group: NFT_automation_testing_pipeline
6969
- group: DEV_hub_backend_remote_state
7070
- name: TF_VERSION
71-
value: 1.11.4
71+
value: 1.14.4
7272
- name: TF_PLAN_ARTIFACT
7373
value: tf_plan_core_NFT
7474
- name: TF_DIRECTORY

.azuredevops/pipelines/cd-infrastructure-preprod-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
- name: TF_DIRECTORY
2323
value: $(System.DefaultWorkingDirectory)/$(System.TeamProject)/infrastructure/tf-audit
2424
- name: TF_VERSION
25-
value: 1.11.4
25+
value: 1.14.4
2626
- name: TF_PLAN_ARTIFACT
2727
value: tf_plan_audit_PRE
2828
- name: ENVIRONMENT

.azuredevops/pipelines/cd-infrastructure-preprod-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variables:
5656
# - group: PRE_automation_testing_pipeline
5757
- group: PRD_hub_backend_remote_state
5858
- name: TF_VERSION
59-
value: 1.11.4
59+
value: 1.14.4
6060
- name: TF_PLAN_ARTIFACT
6161
value: tf_plan_core_PRE
6262
- name: TF_DIRECTORY

.azuredevops/pipelines/cd-infrastructure-prod-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variables:
2222
- name: TF_DIRECTORY
2323
value: $(System.DefaultWorkingDirectory)/$(System.TeamProject)/infrastructure/tf-audit
2424
- name: TF_VERSION
25-
value: 1.11.4
25+
value: 1.14.4
2626
- name: TF_PLAN_ARTIFACT
2727
value: tf_plan_audit_PROD
2828
- name: ENVIRONMENT

.azuredevops/pipelines/cd-infrastructure-prod-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variables:
5656
# - group: PROD_automation_testing_pipeline
5757
- group: PRD_hub_backend_remote_state
5858
- name: TF_VERSION
59-
value: 1.11.4
59+
value: 1.14.4
6060
- name: TF_PLAN_ARTIFACT
6161
value: tf_plan_core_PROD
6262
- name: TF_DIRECTORY

0 commit comments

Comments
 (0)