diff --git a/website/docs/language/modules/develop/composition.mdx b/website/docs/language/modules/develop/composition.mdx index e9758b58ac..c86aa380a6 100644 --- a/website/docs/language/modules/develop/composition.mdx +++ b/website/docs/language/modules/develop/composition.mdx @@ -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"