Skip to content

Instantly share code, notes, and snippets.

@chrisgilbert
Last active March 18, 2022 14:55
Show Gist options
  • Save chrisgilbert/acb427918ede52b08d6c05235ebeee0b to your computer and use it in GitHub Desktop.
Save chrisgilbert/acb427918ede52b08d6c05235ebeee0b to your computer and use it in GitHub Desktop.
Test mermaid
graph TD
    A[Github PR]-->|Check code changes| B{Any changed terraform envs}
    B -->|Users| C[Terraform Init]
    B -->|Backups| C
    B -->|Prod| C
    B -->|Dev| C
    C --> D[Terraform Plan]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment