File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
# This example demonstrates how to connect to existing MPC services from partners
3
3
4
4
module "vpc_endpoint_consumer" {
5
- source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-consumer?ref=v0.1.5 "
5
+ source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-consumer?ref=v0.1.6 "
6
6
7
7
# Network environment configuration
8
8
network_environment = var. network_environment
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ data "aws_region" "current" {}
4
4
5
5
# Deploy VPC endpoints for the created NLBs (optional, only in provider mode)
6
6
module "vpc_endpoint_provider" {
7
- source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-provider?ref=v0.1.5 "
7
+ source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-provider?ref=v0.1.6 "
8
8
9
9
# Network environment configuration
10
10
network_environment = var. network_environment
Original file line number Diff line number Diff line change 4
4
5
5
# Deploy MPC Party infrastructure using the enhanced mpc-party module
6
6
module "mpc_party" {
7
- source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.5 "
7
+ source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.6 "
8
8
9
9
# Network environment configuration
10
10
network_environment = var. network_environment
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
13
13
14
14
# Reference the mpc-network-provider example module
15
15
terraform {
16
- source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-provider?ref=v0.1.5 "
16
+ source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-provider?ref=v0.1.6 "
17
17
18
18
extra_arguments "tfvars" {
19
19
commands = get_terraform_commands_that_need_vars ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
13
13
14
14
# Reference the mpc-network-provider example module
15
15
terraform {
16
- source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.5 "
16
+ source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.6 "
17
17
18
18
extra_arguments "tfvars" {
19
19
commands = get_terraform_commands_that_need_vars ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
13
13
14
14
# Reference the vpc-endpoint-consumer module
15
15
terraform {
16
- source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-consumer?ref=v0.1.5 "
16
+ source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-consumer?ref=v0.1.6 "
17
17
18
18
extra_arguments "tfvars" {
19
19
commands = get_terraform_commands_that_need_vars ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
13
13
14
14
# Reference the mpc-network-provider example module
15
15
terraform {
16
- source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.5 "
16
+ source = " git::https://github.com/zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.6 "
17
17
18
18
extra_arguments "tfvars" {
19
19
commands = get_terraform_commands_that_need_vars ()
You can’t perform that action at this time.
0 commit comments