Skip to content

Commit c1fd7aa

Browse files
committed
feat(vpc-endpoint-consumer): add enable_consumer_sync variable to control service synchronization
Signed-off-by: Ghislain Cheng <ghislain.cheng@zama.ai>
1 parent 1f48353 commit c1fd7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/vpc-endpoint-consumer

modules/vpc-endpoint-consumer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ locals {
101101
# VPC endpoints needed for both consumer sync and Kubernetes services
102102
party_services_map = {
103103
for service in var.party_services : service.party_id => service
104-
if service.enable_consumer_sync || service.create_kube_service
104+
if service.enable_consumer_sync == false
105105
}
106106

107107
party_services_map_with_s3_bucket = {

0 commit comments

Comments
 (0)