Edit the following commands with your aws secrets to run:
Windows
setx AWS_ACCESS_KEY_ID {your_access_key_id}
setx AWS_SECRET_ACCESS_KEY {your_secret_key}
Mac/Unix
export AWS_ACCESS_KEY_ID {your_access_key_id}
export AWS_SECRET_ACCESS_KEY {your_secret_key}
terraform apply
When "terraform apply" is complete, the cloudfront domain address will be printed in the terminal. Keep in mind that it might take a few minutes for the resources to initialize before accessing the web page.