chore: move update-version to ci (#301)

This commit is contained in:
Muhammad Atif Ali
2024-09-27 11:24:06 -07:00
committed by GitHub
parent fb81c8969f
commit bd6747f9bc
7 changed files with 39 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/cursor-coder)
```tf
module "cursor" {
source = "registry.coder.com/modules/cursor/coder"
version = "1.0.18"
version = "1.0.19"
agent_id = coder_agent.example.id
}
```
@@ -28,7 +28,7 @@ module "cursor" {
```tf
module "cursor" {
source = "registry.coder.com/modules/cursor/coder"
version = "1.0.18"
version = "1.0.19"
agent_id = coder_agent.example.id
folder = "/home/coder/project"
}