Skip to content

Instantly share code, notes, and snippets.

@endofcake
Last active May 20, 2018 04:22
Show Gist options
  • Save endofcake/d7193f44afa6231bda446f5b597a45ae to your computer and use it in GitHub Desktop.
Save endofcake/d7193f44afa6231bda446f5b597a45ae to your computer and use it in GitHub Desktop.
Typical Terraform project
|-- .editorconfig
|-- .gitattributes
|-- .gitignore
|-- Jenkinsfile
|-- README.md
|-- scripts
| |-- run_terraform_deployer.sh
`-- src
|-- config.tf
|-- data_sources.tf
|-- ecr_repository.tf
|-- ecs_task.tf
|-- iam.tf
|-- outputs.tf
`-- task-definitions
`-- task.tpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment