Skip to content

Commit 41c8636

Browse files
committed
fix: add versions
1 parent c82fe73 commit 41c8636

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

registry/anomaly/modules/tmux/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module "tmux" {
3939
```tf
4040
module "tmux" {
4141
source = "registry.coder.com/anomaly/aider/coder"
42+
version = "1.0.0"
4243
agent_id = coder_agent.example.id
4344
tmux_config = "" # Optional: custom tmux.conf content
4445
save_interval = 1 # Optional: save interval in minutes
@@ -77,6 +78,7 @@ This module can provision multiple tmux sessions, each as a separate app in the
7778
```tf
7879
module "tmux" {
7980
source = "registry.coder.com/anomaly/aider/coder"
81+
version = "1.0.0"
8082
agent_id = var.agent_id
8183
sessions = ["default", "dev", "anomaly"]
8284
tmux_config = <<-EOT

0 commit comments

Comments
 (0)