* Fix `nodeadm` example typo
* `apiVersion: node.eks.aws/v1alpha` -> `apiVersion: node.eks.aws/v1alpha1`
* Revert whitespace changes
* `tofu apply` in `examples/user_data`
* chore: Fix file extension type for MIME multipart user data
* chore: Fix line endings based off this https://github.com/hashicorp/terraform/issues/32910
---------
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
* fix: Ensuring the correct service CIDR and IP family is used in the rendered user data
* chore: Updates from testing and validating
* chore: Fix example destroy instructions
* fix: Only require `cluster_service_cidr` when `create = true`
* chore: Clean up commented out code and add note on check length
* fix: Update AWS provider version to support `AL2023_*` AMI types
* fix: Ensure the cluster service CIDR is passed to the AL2023 user data where its required