Skip to content

Commit 5c8b555

Browse files
Change memory option from '6 GB' to '8 GB'
Typo from initial deployment caught in workshop testing
1 parent 4c36f0d commit 5c8b555

File tree

1 file changed

+2
-2
lines changed
  • templates/awshp-k8s-rag-with-claude-code

1 file changed

+2
-2
lines changed

templates/awshp-k8s-rag-with-claude-code/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ data "coder_parameter" "memory" {
5454
value = "4"
5555
}
5656
option {
57-
name = "6 GB"
58-
value = "6"
57+
name = "8 GB"
58+
value = "8"
5959
}
6060
}
6161

0 commit comments

Comments
 (0)