Skip to content

Commit c8c3fd8

Browse files
2 parents 9aaab4c + 52bf92b commit c8c3fd8

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

infrastructure/terraform/components/api/variables.tf

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -129,42 +129,6 @@ variable "shared_infra_account_id" {
129129
default = "000000000000"
130130
}
131131

132-
variable "manually_configure_mtls_truststore" {
133-
type = bool
134-
description = "Manually manage the truststore used for API Gateway mTLS (e.g. for prod environment)"
135-
default = false
136-
}
137-
138-
variable "enable_backups" {
139-
type = bool
140-
description = "Enable backups"
141-
default = false
142-
}
143-
144-
variable "ca_pem_filename" {
145-
type = string
146-
description = "Filename for the CA truststore file within the s3 bucket"
147-
default = null
148-
}
149-
150-
variable "force_destroy" {
151-
type = bool
152-
description = "Flag to force deletion of S3 buckets"
153-
default = false
154-
}
155-
156-
variable "letter_table_ttl_hours" {
157-
type = number
158-
description = "Number of hours to set as TTL on letters table"
159-
default = 24
160-
}
161-
162-
variable "max_get_limit" {
163-
type = number
164-
description = "Default limit to apply to GET requests that support pagination"
165-
default = 2500
166-
}
167-
168132
variable "eventpub_data_plane_bus_arn" {
169133
type = string
170134
description = "ARN of the EventBridge data plane bus for eventpub"

0 commit comments

Comments
 (0)