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