# Bootstrap: the CloudFront distribution is created by the us-east-1 apply.
# Re-enable this data source (and the bucket_policy_overrides statement in
# s3.tf that references it) after the us-east-1 apply completes.
data "aws_cloudfront_distribution" "hot_updater_server_cdn" {
  provider = aws.us_east_1
  id       = "EV5YAG74ZDL1S"
}
