Write Terraform for an S3 bucket that stores static assets and a CloudFront distribution that uses the bucket as its origin. What to do: complete main.tf. Note: use ap-northeast-2, and take the bucket name from a variable.
Configure storage and delivery resources for a static site using infrastructure code.
Infrastructure code should make not only resources but also the connections between their values explicit.