From d839024d95f7c20ea39f1a7488297bf55b8125b5 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 7 Apr 2024 18:39:29 -0400 Subject: [PATCH] Fix grammar for ebs csi driver post --- content/blog/amazon-ebs-csi-driver-terraform/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/amazon-ebs-csi-driver-terraform/index.md b/content/blog/amazon-ebs-csi-driver-terraform/index.md index 75a2497e..5617d5af 100644 --- a/content/blog/amazon-ebs-csi-driver-terraform/index.md +++ b/content/blog/amazon-ebs-csi-driver-terraform/index.md @@ -20,7 +20,7 @@ The [Amazon EBS CSI driver docs](https://docs.aws.amazon.com/eks/latest/userguid This sounded simple enough but I was unable to find a "grab-and-go" terraform example that followed the recommendations in the docs. I saw some suggestions about attaching an `AmazonEBSCSIDriverPolicy` policy to the node groups but did not think this was the best idea since this would allow many pods to potentially have access to the EC2 API. -After a few minutes of prompting an LLM, I was unimpressed with the results. I began to piece together the config myself, and after some trial and error, this is the terraform that I came up with: +After a few minutes of LLM prompting, I was unimpressed with the results. I began to piece together the config myself, and after some trial and error, this is the terraform that I came up with: ```hcl