From fdc7d9b456b5f1cff624b56a7d0c5d3cea651dc4 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:44:01 +0000 Subject: [PATCH] fix: Add missing closing code block in examples Fixes formatting issue detected by prettier CI check. --- examples/modules/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/modules/README.md b/examples/modules/README.md index 62c43b86..16febfba 100644 --- a/examples/modules/README.md +++ b/examples/modules/README.md @@ -103,3 +103,4 @@ module "code_server" { version = "1.0.19" agent_id = coder_agent.example.id } +```