We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c041634 commit e220abeCopy full SHA for e220abe
2 files changed
.github/workflows/cicd-1-pull-request.yaml
@@ -12,6 +12,7 @@ on:
12
permissions:
13
contents: read
14
id-token: write
15
+ pull-requests: write
16
17
jobs:
18
metadata:
infrastructure/tf-core/environments/sandbox.tfvars
@@ -124,7 +124,7 @@ app_service_plan = {
124
time_aggregation = "Average"
125
126
inc_operator = "GreaterThanOrEqual"
127
- inc_threshold = 20
+ inc_threshold = 50
128
inc_scale_direction = "Increase"
129
inc_scale_type = "ExactCount"
130
inc_scale_value = 2
0 commit comments