Last active
May 20, 2018 04:22
-
-
Save endofcake/d7193f44afa6231bda446f5b597a45ae to your computer and use it in GitHub Desktop.
Typical Terraform project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|-- .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