File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
infrastructure/terraform/components/api Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff 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-
168132variable "eventpub_data_plane_bus_arn" {
169133 type = string
170134 description = " ARN of the EventBridge data plane bus for eventpub"
You can’t perform that action at this time.
0 commit comments