serverless_static_website_with_basic_auth icon indicating copy to clipboard operation
serverless_static_website_with_basic_auth copied to clipboard

Terraform initialized in an empty directory

Open ericpardee opened this issue 7 years ago • 0 comments

~/Development/serverless_static_website_with_basic_auth/Terraform$ scripts/create_static_serverless_website.sh static-website-content/ default blah.com

output

--------------- CREATING SERVERLESS INFRASTRUCTURE ---------------

Workspace "blah.com" doesn't exist.

You can create this workspace with the "new" subcommand. Created and switched to workspace "blah.com"!

You're now on a new, empty workspace. Workspaces isolate their state, so if you run "terraform plan" Terraform will not see any existing state for this configuration. Terraform initialized in an empty directory!`

fix comment out line 18 of create_serverless_infrastructure.sh, pushd ../ > /dev/null

ericpardee avatar Nov 10 '18 00:11 ericpardee