Skip to content

Commit deee5e3

Browse files
committed
chore: Prepare release v0.1.2
Signed-off-by: Ghislain Cheng <[email protected]>
1 parent e3be8b3 commit deee5e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/mpc-network-consumer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This example demonstrates how to connect to existing MPC services from partners
33

44
module "vpc_endpoint_consumer" {
5-
source = "git::[email protected]:zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-consumer?ref=v0.1.1"
5+
source = "git::[email protected]:zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-consumer?ref=v0.1.2"
66

77
# Network environment configuration
88
network_environment = var.network_environment

examples/mpc-network-provider/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data "aws_region" "current" {}
44

55
# Deploy VPC endpoints for the created NLBs (optional, only in provider mode)
66
module "vpc_endpoint_provider" {
7-
source = "git::[email protected]:zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-provider?ref=v0.1.1"
7+
source = "git::[email protected]:zama-ai/terraform-mpc-modules.git//modules/vpc-endpoint-provider?ref=v0.1.2"
88

99
# Network environment configuration
1010
network_environment = var.network_environment

examples/mpc-party/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Deploy MPC Party infrastructure using the enhanced mpc-party module
66
module "mpc_party" {
7-
source = "git::[email protected]:zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.1"
7+
source = "git::[email protected]:zama-ai/terraform-mpc-modules.git//modules/mpc-party?ref=v0.1.2"
88

99
# Network environment configuration
1010
network_environment = var.network_environment

0 commit comments

Comments
 (0)