-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds architecture high level description
- Loading branch information
Cesar Rodriguez
committed
Aug 16, 2020
1 parent
ee42410
commit 1f7810b
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Architecture | ||
|
||
## Runtime | ||
Terrascan's architecture is built to be modular and easy to add IaC languages and policies. At a high level Terrascan is composed of the following architectural components: the command line interface, API server, runtime, pluggable IaC proviers, pluggable policy engine, notifier, and writter. | ||
|
||
|
||
## IaC Language Providers | ||
|
||
## Policy Engine |