From a2a1546ce70e6a521d6e0a08d24179d0cb3a6609 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 18 Dec 2024 18:15:17 +0500 Subject: [PATCH] fmt --- dotfiles/README.md | 2 +- vault-github/README.md | 2 +- vscode-desktop/README.md | 2 ++ vscode-web/README.md | 12 ++++++------ 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dotfiles/README.md b/dotfiles/README.md index 2aaf6dd..fb54bab 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -17,7 +17,7 @@ Under the hood, this module uses the [coder dotfiles](https://coder.com/docs/v2/ ```tf module "dotfiles" { - count = data.coder_workspace.me.start_count + count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/dotfiles/coder" version = "1.0.18" agent_id = coder_agent.example.id diff --git a/vault-github/README.md b/vault-github/README.md index d5a874c..f801c19 100644 --- a/vault-github/README.md +++ b/vault-github/README.md @@ -73,7 +73,7 @@ module "vault" { ```tf module "vault" { - count = data.coder_workspace.me.start_count + count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/vault-github/coder" version = "1.0.7" agent_id = coder_agent.example.id diff --git a/vscode-desktop/README.md b/vscode-desktop/README.md index bc8920d..e32fd9b 100644 --- a/vscode-desktop/README.md +++ b/vscode-desktop/README.md @@ -15,6 +15,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder) ```tf module "vscode" { + count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/vscode-desktop/coder" version = "1.0.15" agent_id = coder_agent.example.id @@ -27,6 +28,7 @@ module "vscode" { ```tf module "vscode" { + count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/vscode-desktop/coder" version = "1.0.15" agent_id = coder_agent.example.id diff --git a/vscode-web/README.md b/vscode-web/README.md index 2fb2245..a147006 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -58,12 +58,12 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte ```tf module "vscode-web" { - count = data.coder_workspace.me.start_count - source = "registry.coder.com/modules/vscode-web/coder" - version = "1.0.22" - agent_id = coder_agent.example.id - extensions = ["dracula-theme.theme-dracula"] - settings = { + count = data.coder_workspace.me.start_count + source = "registry.coder.com/modules/vscode-web/coder" + version = "1.0.22" + agent_id = coder_agent.example.id + extensions = ["dracula-theme.theme-dracula"] + settings = { "workbench.colorTheme" = "Dracula" } accept_license = true