@rulebricks/cli 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulebricks/cli",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "CLI for deploying and managing private Rulebricks instances",
5
5
  "type": "module",
6
6
  "bin": {
@@ -150,7 +150,7 @@ module "eks" {
150
150
  rulebricks = {
151
151
  name = "rulebricks-nodes"
152
152
  instance_types = [local.config.instance_type]
153
- ami_type = "AL2023_ARM_64" # ARM AMI for Graviton instances
153
+ ami_type = "AL2023_ARM_64_STANDARD" # ARM AMI for Graviton instances
154
154
 
155
155
  min_size = local.config.min_nodes
156
156
  max_size = local.config.max_nodes