Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created March 8, 2022 11:57
Show Gist options
  • Save amaurybsouza/f2c80d06cbc006590e8073f3ae471cea to your computer and use it in GitHub Desktop.
Save amaurybsouza/f2c80d06cbc006590e8073f3ae471cea to your computer and use it in GitHub Desktop.
terraform_architecture
# 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