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 22# This example demonstrates how to connect to existing MPC services from partners
33
44module "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 "
66
77 # Network environment configuration
88 network_environment = var. network_environment
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ data "aws_region" "current" {}
44
55# Deploy VPC endpoints for the created NLBs (optional, only in provider mode)
66module "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 "
88
99 # Network environment configuration
1010 network_environment = var. network_environment
Original file line number Diff line number Diff line change 44
55# Deploy MPC Party infrastructure using the enhanced mpc-party module
66module "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 "
88
99 # Network environment configuration
1010 network_environment = var. network_environment
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
1313
1414# Reference the mpc-network-provider example module
1515terraform {
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 "
1717
1818 extra_arguments "tfvars" {
1919 commands = get_terraform_commands_that_need_vars ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
1313
1414# Reference the mpc-network-provider example module
1515terraform {
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 "
1717
1818 extra_arguments "tfvars" {
1919 commands = get_terraform_commands_that_need_vars ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
1313
1414# Reference the vpc-endpoint-consumer module
1515terraform {
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 "
1717
1818 extra_arguments "tfvars" {
1919 commands = get_terraform_commands_that_need_vars ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include "common" {
1313
1414# Reference the mpc-network-provider example module
1515terraform {
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 "
1717
1818 extra_arguments "tfvars" {
1919 commands = get_terraform_commands_that_need_vars ()
You can’t perform that action at this time.
0 commit comments