Skip to content

Commit

Permalink
docs: Fix typo in README.md regarding EKS Auto Mode (#3577)
Browse files Browse the repository at this point in the history
Fix typo in README.md regarding EKS Auto Mode
  • Loading branch information
suauk authored and GitHub committed Nov 12, 2025
1 parent f43d83b commit a19bb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Please note that we strive to provide a comprehensive suite of documentation for
> }
>```
>
> If you try to disable by simply removing the `compute_config` block, this will fail to disble EKS Auto Mode. Only after applying with `enabled = false` can you then remove the `compute_config` block from your configurations.
> If you try to disable by simply removing the `compute_config` block, this will fail to disable EKS Auto Mode. Only after applying with `enabled = false` can you then remove the `compute_config` block from your configurations.
```hcl
module "eks" {
Expand Down

0 comments on commit a19bb8a

Please sign in to comment.