From 0da675346af05f97d87ec1991ce622e186f08c8d Mon Sep 17 00:00:00 2001 From: nahumtimerman Date: Sun, 28 Dec 2025 16:41:02 +0200 Subject: [PATCH] Update Introspection and layouts.md --- docs/environment-services/Introspection and layouts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment-services/Introspection and layouts.md b/docs/environment-services/Introspection and layouts.md index ec801f5ce..1ad9cfed9 100644 --- a/docs/environment-services/Introspection and layouts.md +++ b/docs/environment-services/Introspection and layouts.md @@ -8,7 +8,7 @@ While infrastructure orchestration using Infrastructure as Code (IaC) framework > ![Introspection](/img/env-resources.png) -Based on the introspection data, Torque generate __Resource layout__ that is usually used by the environment consumer that is not an expert in IaC of automation frameworks. The layout will highlight the interesting entities out of the large amount of resources that deployed in the environment. +Based on the introspection data, Torque generates a __Resource layout__, which is usually used by an environment consumer (who may not be an expert in IaC of automation frameworks). The layout will highlight the interesting entities out of the large amount of resources that deployed in the environment. In the following example, we deployed a single Terraform file that deployed a 3 tier wordpress application. The deployment process ended and 28 cloud resources created. @@ -16,4 +16,4 @@ In the following example, we deployed a single Terraform file that deployed a 3 Out of the 28 deployed resources, Torque highlights the 3 VM with their basic attributes like public IP and instance type presented on the cards. The introspection data, is used to enable resource Actions, workflows and remote connection for specific resource types. -> ![Introspection](/img/env-resources-view.png) \ No newline at end of file +> ![Introspection](/img/env-resources-view.png)