Skip to content

Commit 3780444

Browse files
committed
fix param
1 parent 13d1a59 commit 3780444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/envs/prod/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module "frontend" {
9393
IcalPublicDomain = var.IcalPublicDomain
9494
LinkryKvArn = aws_cloudfront_key_value_store.linkry_kv.arn
9595
LinkryKvId = aws_cloudfront_key_value_store.linkry_kv.id
96+
LinkryPublicDomain = var.LinkryPublicDomain
9697
}
9798

9899
// This section last: moved records into modules

0 commit comments

Comments
 (0)