Merge pull request #32442 from Twixes/patch-1

Add missing HCL syntax highlighting in `composition.mdx`
This commit is contained in:
Craig Wright 2023-01-03 15:56:43 -08:00 committed by GitHub
commit deea9b24a9
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"