Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkutaj/2b180f88fbeb31fd87c673cd17e4630f to your computer and use it in GitHub Desktop.
Save pkutaj/2b180f88fbeb31fd87c673cd17e4630f to your computer and use it in GitHub Desktop.
2023-07-14-Explaining-Terraform-Resources.md
graph TD
    subgraph "Terraform Configuration"
        A[Variables] --> B[Resources]
        C[Locals] --> B
        D[Providers] --> B
    end
    B --> E[Infrastructure]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment