mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
* 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>
12 lines
187 B
Plaintext
Executable File
12 lines
187 B
Plaintext
Executable File
Content-Type: multipart/mixed; boundary="//"
|
|
MIME-Version: 1.0
|
|
|
|
--//
|
|
Content-Transfer-Encoding: 7bit
|
|
Content-Type: text/x-shellscript
|
|
Mime-Version: 1.0
|
|
|
|
export USE_MAX_PODS=false
|
|
|
|
--//--
|