Skip to content

Commit e082fa2

Browse files
committed
chore(vpc-endpoint-consumer,vpc-endpoint-provider): update examples
Signed-off-by: Ghislain Cheng <ghislain.cheng@zama.ai>
1 parent 9c2fd8f commit e082fa2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

examples/mpc-network-consumer/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ module "vpc_endpoint_consumer" {
2929
namespace = var.namespace
3030
create_namespace = false
3131

32+
# Sync public bucket between partners
33+
sync_public_bucket = var.sync_public_bucket
34+
3235
# Custom DNS (optional)
3336
create_custom_dns_records = var.create_custom_dns_records
3437
private_zone_id = var.private_zone_id

examples/mpc-network-provider/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ module "vpc_endpoint_provider" {
1919

2020
service_create_timeout = var.service_create_timeout
2121

22+
# Sync public bucket between partners
23+
sync_public_bucket = var.sync_public_bucket
24+
2225
# VPC Endpoint Service configuration
2326
acceptance_required = var.vpc_endpoint_acceptance_required
2427
allowed_principals = var.allowed_vpc_endpoint_principals

0 commit comments

Comments
 (0)