Skip to content

Commit 87d2fa0

Browse files
author
Michael Orlov
committed
feat: update amazon-q module main.tf configuration
- Enhanced module configuration and functionality - Improved variable handling and resource management - Updated for better compatibility and performance
1 parent 83a9dfb commit 87d2fa0

File tree

1 file changed

+2
-2
lines changed
  • registry/coder/modules/amazon-q

1 file changed

+2
-2
lines changed

registry/coder/modules/amazon-q/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
coder = {
88
source = "coder/coder"
9-
version = ">= 2.7" # Updated to match cursor-cli
9+
version = ">= 2.7"
1010
}
1111
}
1212
}
@@ -64,7 +64,7 @@ variable "agentapi_version" {
6464
variable "amazon_q_version" {
6565
type = string
6666
description = "The version of Amazon Q to install."
67-
default = "latest"
67+
default = "1.14.1"
6868
}
6969

7070
variable "trust_all_tools" {

0 commit comments

Comments
 (0)