Skip to content

Commit 55cafa6

Browse files
committed
fix links
1 parent abb344d commit 55cafa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.0/docs/overview/concepts/iac-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Gruntwork uses a four-layer system for describing infrastructure --
88

99
**Resource-Level IaC** (Mid-Level): OpenTofu provides wrappers around cloud provider APIs and represents objects in those APIs as [resources](https://opentofu.org/docs/language/resources/). Using OpenTofu you can define individual infrastructure resources (e.g., servers, networks, databases) in code. This improves consistency and enables version control, but managing complex deployments and establishing consistency and governance can still be challenging given that every time you deploy infrastructure you have to re-specify each resource and all its arguments.
1010

11-
[**Module-Level IaC**](http://localhost:3000/2.0/docs/library/concepts/modules) (High-Level): Modules encapsulate multiple resources into reusable building blocks. For example, a module could define a web server with a load balancer, database, and security groups. Modules increase efficiency, reduce complexity, and promote best practices. Modules provide the opportunity for core teams to codify best practices and business requirements.
11+
[**Module-Level IaC**](/2.0/docs/library/concepts/modules) (High-Level): Modules encapsulate multiple resources into reusable building blocks. For example, a module could define a web server with a load balancer, database, and security groups. Modules increase efficiency, reduce complexity, and promote best practices. Modules provide the opportunity for core teams to codify best practices and business requirements.
1212

13-
[**Service-Level IaC**](http://localhost:3000/2.0/docs/library/concepts/service-modules) (Highest-Level): At this level, you compose modules to create complete, deployable architectures, such as a multi-tier application or a data pipeline. This allows a platform team to even further codify architectures, opinions, compliance and security structures that are reusable across the enterprise.
13+
[**Service-Level IaC**](/2.0/docs/library/concepts/service-modules) (Highest-Level): At this level, you compose modules to create complete, deployable architectures, such as a multi-tier application or a data pipeline. This allows a platform team to even further codify architectures, opinions, compliance and security structures that are reusable across the enterprise.
1414

1515
<img alt="Diagram showing IaC Module Hierarchy" className="img_node_modules-@docusaurus-theme-classic-lib-theme-MDXComponents-Img-styles-module medium-zoom-image" src="/img/iac/module_types.svg" />
1616

0 commit comments

Comments
 (0)