We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
~/Development/serverless_static_website_with_basic_auth/Terraform$ ./scripts/create_static_serverless_website.sh static-website-content/ default blah.com
Error: Error refreshing state: 1 error(s) occurred:
module.serverless-static-website-with-basic-auth.data.archive_file.basic_auth_at_edge_lambda_package: 1 error(s) occurred:
module.serverless-static-website-with-basic-auth.data.archive_file.basic_auth_at_edge_lambda_package: data.archive_file.basic_auth_at_edge_lambda_package: error archiving directory: could not archive missing directory: ~/Development/serverless_static_website_with_basic_auth/Terraform/lambda-at-edge-code/blah.com/
The text was updated successfully, but these errors were encountered:
you need to make sure you rename the folder inside lambda-at-edge-code to the subdomain+domain as well as settings/subdomain.example.com
Sorry, something went wrong.
No branches or pull requests
~/Development/serverless_static_website_with_basic_auth/Terraform$ ./scripts/create_static_serverless_website.sh static-website-content/ default blah.com
Error: Error refreshing state: 1 error(s) occurred:
module.serverless-static-website-with-basic-auth.data.archive_file.basic_auth_at_edge_lambda_package: 1 error(s) occurred:
module.serverless-static-website-with-basic-auth.data.archive_file.basic_auth_at_edge_lambda_package: data.archive_file.basic_auth_at_edge_lambda_package: error archiving directory: could not archive missing directory: ~/Development/serverless_static_website_with_basic_auth/Terraform/lambda-at-edge-code/blah.com/
The text was updated successfully, but these errors were encountered: