Skip to content

Commit

Permalink
update to correct ami
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 2, 2025
1 parent ad0b012 commit 2afbd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module "cluster" {
}

eks_managed_node_group_defaults = {
ami_type = "BOTTLEROCKET"
ami_type = "BOTTLEROCKET_ARM_64_FIPS"
}

node_security_group_enable_recommended_rules = true
Expand Down

0 comments on commit 2afbd26

Please sign in to comment.