Skip to content

Commit 3c1aff9

Browse files
authored
Merge pull request #81 from zama-ai/ghislain/fix/vpc-endpoint-provider-outputs
fix: vpc-endpoint-provider outputs
2 parents 3d4cc74 + 88a3625 commit 3c1aff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/vpc-endpoint-provider/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ output "configuration_for_consumer" {
4040
partner_name = var.partner_name
4141
region = data.aws_region.current.region
4242
vpc_endpoint_service_name = aws_vpc_endpoint_service.mpc_nlb_service.service_name
43-
s3_bucket_name = var.sync_public_bucket.enabled ? local.public_vault_s3_bucket_name : null
43+
public_bucket_url = var.sync_public_bucket.enabled ? local.public_vault_s3_bucket_name : null
4444
availability_zones = local.availability_zones
4545
create_kube_service = true
4646
kube_service_config = {

0 commit comments

Comments
 (0)