Bump Cursor module version in README to 1.0.18

pull/290/head
Muhammad Atif Ali 10 months ago
parent 5ba919a3c1
commit 7dea2a09a3

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

Loading…
Cancel
Save