Created
March 8, 2022 11:57
-
-
Save amaurybsouza/f2c80d06cbc006590e8073f3ae471cea to your computer and use it in GitHub Desktop.
terraform_architecture
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
# tree projects/ | |
projects/ | |
├── modules | |
│ └── gitLab_app | |
│ ├── ec2.tf | |
│ ├── output.tf | |
│ ├── security_group.tf | |
│ ├── variables.tf | |
│ └── versions.tf | |
├── sa_gitLab_app | |
└── us_gitLab_app | |
├── main.tf | |
├── mylab.pem | |
├── provisioning_gitLab.yml | |
├── provider.tf | |
4 directories, 11 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment