Skip to content
New issue

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

Terraform initialized in an empty directory #13

Open
ericpardee opened this issue Nov 10, 2018 · 0 comments
Open

Terraform initialized in an empty directory #13

ericpardee opened this issue Nov 10, 2018 · 0 comments

Comments

@ericpardee
Copy link

ericpardee commented Nov 10, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant