We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d1a59 commit 3780444Copy full SHA for 3780444
terraform/envs/prod/main.tf
@@ -93,6 +93,7 @@ module "frontend" {
93
IcalPublicDomain = var.IcalPublicDomain
94
LinkryKvArn = aws_cloudfront_key_value_store.linkry_kv.arn
95
LinkryKvId = aws_cloudfront_key_value_store.linkry_kv.id
96
+ LinkryPublicDomain = var.LinkryPublicDomain
97
}
98
99
// This section last: moved records into modules
0 commit comments