Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/mpc-party/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 0 additions & 2 deletions examples/mpc-party/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ variable "kubeconfig_context" {
default = null
}


# Tagging
variable "additional_tags" {
description = "Additional tags to apply to all resources"
Expand Down Expand Up @@ -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
Expand Down