Skip to content

Commit b361fcb

Browse files
authored
refactor: delete unused examples (#144)
1 parent 32ba910 commit b361fcb

35 files changed

+9
-1787
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,13 @@ Each layer has an `examples/` directory that contains working examples that expa
469469
470470
This will allow you to expand your basic functionality by launching a monitoring system based on ELK or Prometheus Stack, etc.
471471
472+
473+
* If you want to deploy **`ELK stack`**, move `layer1-aws/examples/aws-s3-bucket-elastic-stack.tf` and `layer2-k8s/examples/eks-elk.tf` to the root of the layers.
474+
* If you want to deploy **`Pritunl VPN`** server just move `layer1-aws/examples/aws-ec2-pritunl.tf` to the root of the layer.
475+
* If you want to deploy **`Gitlab runner`** that runs workers as k8s pods (in EKS cluster), move `layer1-aws/examples/aws-s3-bucket-gitlab-runner-cache.tf` and `layer2-k8s/examples/eks-gitlab-runner.tf` to the root of the layers.
476+
* If you want to deploy `Istio Operator` move `layer2-k8s/examples/eks-istio.tf` to the root of the layer.
477+
* If you want to deploy `Teamcity` move `layer2-k8s/examples/eks-teamcity.tf` to the root of the layer.
478+
472479
## TFSEC
473480
474481
We use GitHub Actions and [tfsec](https://github.com/aquasecurity/tfsec) to check our terraform code using static analysis to spot potential security issues. However, we needed to skip some checks. The list of those checks is below:

terraform/layer1-aws/examples/aws-ecr.tf

Lines changed: 0 additions & 38 deletions
This file was deleted.

terraform/layer1-aws/examples/aws-eks-fargate.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

terraform/layer1-aws/examples/aws-rds-postgresql.tf

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)