Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@ Each layer has an `examples/` directory that contains working examples that expa

This will allow you to expand your basic functionality by launching a monitoring system based on ELK or Prometheus Stack, etc.


* 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.
* If you want to deploy **`Pritunl VPN`** server just move `layer1-aws/examples/aws-ec2-pritunl.tf` to the root of the layer.
* 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.
* If you want to deploy `Istio Operator` move `layer2-k8s/examples/eks-istio.tf` to the root of the layer.
* If you want to deploy `Teamcity` move `layer2-k8s/examples/eks-teamcity.tf` to the root of the layer.

## TFSEC

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:
Expand Down
38 changes: 0 additions & 38 deletions terraform/layer1-aws/examples/aws-ecr.tf

This file was deleted.

7 changes: 0 additions & 7 deletions terraform/layer1-aws/examples/aws-eks-fargate.tf

This file was deleted.

252 changes: 0 additions & 252 deletions terraform/layer1-aws/examples/aws-rds-postgresql.tf

This file was deleted.

Loading