Skip to content

Terraform initialized in an empty directoryΒ #13

@ericpardee

Description

@ericpardee

~/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions