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

Chapter 3: How to Manage Terraform State #106

Open
sowinski opened this issue Sep 18, 2023 · 1 comment
Open

Chapter 3: How to Manage Terraform State #106

sowinski opened this issue Sep 18, 2023 · 1 comment
Labels

Comments

@sowinski
Copy link

Hi,

on page 101 of the english version of the book I can not see the file structure here:
https://github.com/brikis98/terraform-up-and-running-code/tree/3rd-edition/code/terraform/03-terraform-state/file-layout-example

There are folders missing. Why?

Thank you

@brikis98
Copy link
Owner

Are you asking why you don't see the file structure in Figure 3-7 in the 03-terraform-state/file-layout-example folder in this repo? If so, it's because Figure 3-7 shows what a typical folder structure might look like in a full deployment with multiple environments, but you're not at that stage yet in the book. Instead, you're at the stage shown in Figure 3-8, where you just have one environment (stage), and some resources that span all environments (global). You'll add more environments later on.

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

No branches or pull requests

2 participants