From f5885bb62c1fe498e7fd1d028232fc4964625fa2 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 18 Feb 2025 22:39:30 -0500 Subject: [PATCH] fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f29708f..3b34d86 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Basic usage to configure cluster storage and operators: ```hcl module "eks_configuration" { - source = "git@github.e.it.census.gov:SOA/tfmod-eks-configuration.git//" + source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-configuration.git//" cluster_name = "my-cluster" vpc_id = "vpc-1234567890abcdef0"