Skip to content

Commit

Permalink
not fips
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 21, 2025
1 parent 42fd458 commit 2ad2865
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 @@ -80,7 +80,7 @@ module "cluster" {
}

eks_managed_node_group_defaults = {
ami_type = "BOTTLEROCKET_ARM_64_FIPS"
ami_type = "BOTTLEROCKET_ARM_64"
}

node_security_group_enable_recommended_rules = true
Expand Down

0 comments on commit 2ad2865

Please sign in to comment.