Promote count usage to prevent module download on stop

This commit is contained in:
Muhammad Atif Ali
2024-12-18 18:10:21 +05:00
parent 6d2739131a
commit edef48b19a
30 changed files with 106 additions and 15 deletions

View File

@@ -56,6 +56,7 @@ slackme npm run long-build
```tf
module "slackme" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/slackme/coder"
version = "1.0.2"
agent_id = coder_agent.example.id
@@ -72,6 +73,7 @@ slackme npm run long-build
```tf
module "slackme" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/slackme/coder"
version = "1.0.2"
agent_id = coder_agent.example.id