Skip to content

Commit

Permalink
Update Terraform sync parameters to correct file paths and modify ser…
Browse files Browse the repository at this point in the history
…vice health alert state
  • Loading branch information
Brunoga-MS committed Feb 26, 2025
1 parent f1ce332 commit c6ac0e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-terraform-sync-alignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
- synchronize
- ready_for_review
paths:
- "./patterns/alz/alzArm.param.json"
- "./patterns/alz/eslzArm.terraform-sync.param.json"
- "patterns/alz/alzArm.param.json"
- "patterns/alz/eslzArm.terraform-sync.param.json"
workflow_dispatch: {}

###############
Expand Down
3 changes: 1 addition & 2 deletions patterns/alz/alzArm.param.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
},
"ALZMonitorResourceGroupTags": {
"value": {
"Project": "amba-monitoring",
"Pippo": "Paperino"
"Project": "amba-monitoring"
}
},
"ALZMonitorDisableTagName": {
Expand Down
2 changes: 1 addition & 1 deletion patterns/alz/eslzArm.terraform-sync.param.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"policyAssignmentParametersServiceHealth": {
"value": {
"ResHlthUnhealthyAlertState": {
"value": "false"
"value": "true"
},
"ResHlthUnhealthyPolicyEffect": {
"value": "deployIfNotExists"
Expand Down

0 comments on commit c6ac0e3

Please sign in to comment.