gorilla-co / s3pypi

CLI tool for creating a Python Package Repository in an S3 bucket.
https://novemberfive.co/blog/opensource-pypi-package-repository-tutorial/
MIT License
324 stars 85 forks source link

Migrating from 0.x -- no matching Route53Zone found #111

Closed derek-adair closed 1 year ago

derek-adair commented 1 year ago
  1. My DNS is hosted @ google
  2. I accidently deleted my old bucket
  3. terraform import module.s3pypi.aws_cloudfront_distribution.cdn {CDN_ID} throws this error
  4. Starting fresh also throws this error
mdwint commented 1 year ago

This is expected. The Terraform configuration assumes that a Route 53 hosted zone exists for your domain, with a matching certificate in AWS Certificate Manager. If you don't have those, then you'll need to edit the Terraform configuration to match.