From 0e4d40c3eaa657d1aa1583b8cc469c69d1ce66c9 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 2 Apr 2025 15:22:31 -0400 Subject: [PATCH] update notes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38cb74..ba5dd8b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The following addons are automatically installed and configured: ```hcl module "eks" { - source = "https://github.e.it.census.gov/SCT-Engineering/terraform-aws-eks.git?ref=v20.35.0" + source = "git::https://github.e.it.census.gov/SCT-Engineering/terraform-aws-eks.git?ref=v20.35.0" cluster_name = "my-cluster" cluster_version = "1.28"