Skip to content

Commit

Permalink
adds cli client
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-rodriguez committed Aug 16, 2020
1 parent 09d0f6d commit 3db6f53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/architecture.diagrams.py
@@ -1,7 +1,7 @@
from diagrams import Cluster, Diagram
from diagrams.onprem.iac import Terraform
from diagrams.onprem.client import Client


with Diagram("Terrascan architecture"):
Terraform("IaC Provider")
with Diagram("Terrascan architecture", show=False):
Client("CLI") >> Terraform("IaC Provider")

0 comments on commit 3db6f53

Please sign in to comment.