Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 731 Bytes

Noname Security terraform examples

This repository contains terraform examples for setting up componets of Noname Security.

Conventions

  • We use data sources for components that you likely already have set-up. Things like alb, security-groups, subnets and more.
  • Setting up the least amount of resources possible, building on top of existing cloud resources when possible.
  • Least access by default
  • Secure by default
  • Each directory will contain its own README. Browse to a directory to read more about it

Existing components

  1. Network
  2. Remote Engine on EC2 VM
  3. EKS

Contributing

Submitting a PR or an issue is encouraged