mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Add missing HCL syntax highlighting in composition.mdx
This commit is contained in:
parent
0e46d0ad25
commit
28d7a685a9
@ -344,7 +344,7 @@ we might write a shared module called `join-network-aws` which can be called
|
||||
by any configuration that needs information about the shared network when
|
||||
deployed in AWS:
|
||||
|
||||
```
|
||||
```hcl
|
||||
module "network" {
|
||||
source = "./modules/join-network-aws"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user