Skip to content

Instantly share code, notes, and snippets.

@baiyongzhen
Created August 17, 2020 06:34
Show Gist options
  • Select an option

  • Save baiyongzhen/7f52c588d9a56bf9720d096366dc26d1 to your computer and use it in GitHub Desktop.

Select an option

Save baiyongzhen/7f52c588d9a56bf9720d096366dc26d1 to your computer and use it in GitHub Desktop.
terraform$ tree -l
├── envs
│   ├── dev
│   │   └── env.tf
│   ├── prd
│   │   └── env.tf
│   └── stg
│   └── env.tf
└── modules
├── env-def
│   ├── env-def.tf
│   ├── outputs.tf
│   └── variables.tf
└── vpc
├── outputs.tf
├── variables.tf
└── vpc.tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment