├── LICENSE.md ├── README.md ├── aws_terraform ├── ec2.tf ├── provider.tf ├── rds.tf └── vpc.tf ├── diagrams_aws.py ├── requirements.txt └── web_service.png /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/README.md -------------------------------------------------------------------------------- /aws_terraform/ec2.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/aws_terraform/ec2.tf -------------------------------------------------------------------------------- /aws_terraform/provider.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/aws_terraform/provider.tf -------------------------------------------------------------------------------- /aws_terraform/rds.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/aws_terraform/rds.tf -------------------------------------------------------------------------------- /aws_terraform/vpc.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/aws_terraform/vpc.tf -------------------------------------------------------------------------------- /diagrams_aws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/diagrams_aws.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | diagrams 2 | pprint 3 | -------------------------------------------------------------------------------- /web_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebarros29/terraform-diagrams/HEAD/web_service.png --------------------------------------------------------------------------------