10000 docs: promote count usage to prevent module download on stop by matifali · Pull Request #371 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

docs: promote count usage to prevent module download on stop #371

Merged
merged 4 commits into from
Dec 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: fmt
  • Loading branch information
matifali committed Dec 18, 2024
commit fc3bc6256e7ac954c9122ba58cf5b138a0b3c051
1 change: 0 additions & 1 deletion git-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ resource "coder_app" "website" {
display_name = module.git_clone[count.index].folder_name
url = module.git_clone[count.index].web_url
icon = module.git_clone[count.index].git_provider != "" ? "/icon/${module.git_clone[count.index].git_provider}.svg" : "/icon/git.svg"
count = module.git_clone[count.index].web_url != "" ? 1 : 0
}
```

Expand Down
Loading
0