@@ -22,12 +22,6 @@ variable "aws_profile" {
22
22
default = " token-zws-dev"
23
23
}
24
24
25
- variable "enable_region_validation" {
26
- type = bool
27
- description = " Whether to enable region validation"
28
- default = true
29
- }
30
-
31
25
# MPC Party Configuration
32
26
variable "party_id" {
33
27
description = " Party ID for the MPC service"
@@ -286,12 +280,6 @@ variable "rds_username" {
286
280
default = " kmsconnector"
287
281
}
288
282
289
- variable "rds_manage_master_user_password" {
290
- description = " Whether to manage the master user password"
291
- type = bool
292
- default = false
293
- }
294
-
295
283
variable "rds_engine" {
296
284
description = " Engine for the RDS database"
297
285
type = string
@@ -358,30 +346,6 @@ variable "rds_monitoring_role_arn" {
358
346
default = null
359
347
}
360
348
361
- variable "rds_performance_insights_enabled" {
362
- description = " Whether to enable performance insights for the RDS database"
363
- type = bool
364
- default = false
365
- }
366
-
367
- variable "rds_performance_insights_kms_key_id" {
368
- description = " KMS key ID for performance insights"
369
- type = string
370
- default = null
371
- }
372
-
373
- variable "rds_performance_insights_retention_period" {
374
- description = " Retention period for performance insights"
375
- type = number
376
- default = 7
377
- }
378
-
379
- variable "rds_blue_green_update_enabled" {
380
- description = " Whether to enable blue-green update for the RDS database"
381
- type = bool
382
- default = false
383
- }
384
-
385
349
variable "use_eks_cluster_authentication" {
386
350
description = " Whether to use EKS cluster authentication"
387
351
type = bool
@@ -394,30 +358,6 @@ variable "rds_parameters" {
394
358
default = []
395
359
}
396
360
397
- variable "rds_snapshot_identifier" {
398
- description = " Snapshot identifier for the RDS database"
399
- type = string
400
- default = null
401
- }
402
-
403
- variable "rds_final_snapshot_enabled" {
404
- description = " Whether to enable final snapshot for the RDS database"
405
- type = bool
406
- default = false
407
- }
408
-
409
- variable "rds_k8s_secret_name" {
410
- description = " Name of the Kubernetes secret for the RDS database"
411
- type = string
412
- default = " rds-credentials"
413
- }
414
-
415
- variable "rds_k8s_secret_namespace" {
416
- description = " Namespace of the Kubernetes secret for the RDS database"
417
- type = string
418
- default = " mpc-party"
419
- }
420
-
421
361
variable "rds_allowed_cidr_blocks" {
422
362
description = " Allowed CIDR blocks for the RDS database"
423
363
type = list (string )
0 commit comments