Skip to content

Commit 8edf8d2

Browse files
committed
[NDR-74] re-adding vars
1 parent a7433d7 commit 8edf8d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/variable.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ variable "cloud_only_service_instances" {
201201
default = 1
202202
}
203203

204+
variable "poll_frequency" {}
205+
206+
variable "cloudwatch_alarm_evaluation_periods" {}
207+
204208
variable "apim_environment" {
205209
description = "Identifier for the API Management environment (e.g., 'dev', 'test', 'prod')."
206210
type = string

0 commit comments

Comments
 (0)