Skip to content

Commit ea0f1de

Browse files
committed
chore: prepare release v0.1.6
Signed-off-by: Ghislain Cheng <ghislain.cheng@zama.ai>
1 parent 687e8d6 commit ea0f1de

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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::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

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::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

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::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

examples/terragrunt-infra/kms-dev-v1/mpc-network-provider/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include "common" {
1313

1414
# Reference the mpc-network-provider example module
1515
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"
1717

1818
extra_arguments "tfvars" {
1919
commands = get_terraform_commands_that_need_vars()

examples/terragrunt-infra/kms-dev-v1/mpc-party/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include "common" {
1313

1414
# Reference the mpc-network-provider example module
1515
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"
1717

1818
extra_arguments "tfvars" {
1919
commands = get_terraform_commands_that_need_vars()

examples/terragrunt-infra/zws-dev/mpc-network-consumer/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include "common" {
1313

1414
# Reference the vpc-endpoint-consumer module
1515
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"
1717

1818
extra_arguments "tfvars" {
1919
commands = get_terraform_commands_that_need_vars()

examples/terragrunt-infra/zws-dev/mpc-party/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include "common" {
1313

1414
# Reference the mpc-network-provider example module
1515
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"
1717

1818
extra_arguments "tfvars" {
1919
commands = get_terraform_commands_that_need_vars()

0 commit comments

Comments
 (0)