Skip to content

Commit 4f2be8e

Browse files
authored
feat: [DTOSS-12243] update terraform version in ado pipelines (#1841)
* feat: update the terraform version to 1.14.4 * fix: mark the audit storage account output as sensitive
1 parent ea92f80 commit 4f2be8e

14 files changed

Lines changed: 14 additions & 13 deletions

.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)