We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ce399 commit ecb490cCopy full SHA for ecb490c
README.md
@@ -77,7 +77,7 @@ multi-part user-data is:
77
MIME-Version: 1.0
78
Content-Type: multipart/mixed; boundary="BOUNDARY"
79
80
-<Other MIME sections, including NodeConfig>
+<Other MIME sections, including for NodeConfig>
81
82
--BOUNDARY
83
Content-Type: text/x-shellscript; charset="us-ascii"
amazon-ebs.pkr.hcl
@@ -30,7 +30,6 @@ locals {
30
Kubernetes_Version = var.kubernetes_version
31
Base_AMI_ID = "{{ .SourceAMI }}"
32
Base_AMI_Name = "{{ .SourceAMIName }}"
33
- Amazon_Linux_Version = "AL2023"
34
}
35
36
0 commit comments