Add missing HCL syntax highlighting in composition.mdx

This commit is contained in:
Michael Matloka 2022-12-30 00:36:19 +01:00 committed by GitHub
parent 0e46d0ad25
commit 28d7a685a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"