Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 574 Bytes
├── README.md
├── codebuild.tf
├── codecommit.tf
├── codepipeline.tf
├── ec2.tf
├── ecr.tf
├── file.tf
├── provider.tf
├── src
│   ├── buildspec.yaml
│   ├── k8s-yaml
│   │   ├── eks
│   │   │   └── cluster.yaml
│   │   └── yaml
│   │       ├── ingress.yaml
│   │       └── swai-app
│   │           ├── deployment.yaml
│   │           └── service.yaml
│   └── swai-app
│       └── Dockerfile
└── vpc.tf