Skip to content

Instantly share code, notes, and snippets.

@IronCore864
Created June 13, 2021 10:41
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 IronCore864/e5bbc38e666ef1b6007729eefb3c6292 to your computer and use it in GitHub Desktop.
Save IronCore864/e5bbc38e666ef1b6007729eefb3c6292 to your computer and use it in GitHub Desktop.
tiexin@Tiexins-Mini ~/work/iac-security $ tree
.
├── modules
│   └── s3
│   ├── main.tf
│   └── variables.tf
├── production
│   ├── config.tf
│   ├── main.tf
│   └── variables.tf
└── staging
├── config.tf
├── main.tf
└── variables.tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment