diff --git a/examples/mpc-party/terraform.tfvars.example b/examples/mpc-party/terraform.tfvars.example index ce3f033..d8b6bd3 100644 --- a/examples/mpc-party/terraform.tfvars.example +++ b/examples/mpc-party/terraform.tfvars.example @@ -6,6 +6,7 @@ aws_region = "eu-west-1" enable_region_validation = false # MPC Party Configuration +party_id = 1 party_name = "mpc-party-2" environment = "dev" diff --git a/examples/mpc-party/variables.tf b/examples/mpc-party/variables.tf index 3a37736..fa19e2f 100644 --- a/examples/mpc-party/variables.tf +++ b/examples/mpc-party/variables.tf @@ -117,7 +117,6 @@ variable "kubeconfig_context" { default = null } - # Tagging variable "additional_tags" { description = "Additional tags to apply to all resources" @@ -431,7 +430,6 @@ variable "rds_vpc_id" { default = null } - variable "rds_create_monitoring_role" { description = "Whether to create the RDS monitoring role" type = bool