Skip to content

Commit 87cea95

Browse files
Merge pull request #4 from CapSoftware/feature/fix-aws-migrate-cloudfront-config
Fix AWS migration task CloudFront configuration
2 parents 45f4ee4 + 13d13b0 commit 87cea95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/aws/platform/compute.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ resource "aws_ecs_task_definition" "migrate" {
258258
{ name = "REND_SERVICE_NAME", value = "rend-api-migrate" },
259259
{ name = "REND_API_AUTO_MIGRATE", value = "false" },
260260
{ name = "REND_API_INLINE_MEDIA_PROCESSING", value = "false" },
261+
{ name = "REND_CLOUDFRONT_KEY_PAIR_ID", value = aws_cloudfront_public_key.playback.id },
261262
])
262263
secrets = local.api_container_secrets
263264
logConfiguration = {

0 commit comments

Comments
 (0)