You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
~/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
The text was updated successfully, but these errors were encountered: