diff --git a/patch-aws-auth/README.md b/patch-aws-auth/README.md index f854412..56af97f 100644 --- a/patch-aws-auth/README.md +++ b/patch-aws-auth/README.md @@ -27,7 +27,7 @@ aws_auth_roles = [ ```hcl # patch-aws-auth.tf module "awsauth_base_users" { - source = THIS + source = "git@github.e.it.census.gov:terraform-modules/aws-eks.git//patch-aws-auth?feature-patch-aws-auth" cluster_name = "adsd-cumulus-dev" aws_auth_users = var.aws_auth_users diff --git a/patch-aws-auth/main.tf b/patch-aws-auth/main.tf index ba5d909..15ca266 100644 --- a/patch-aws-auth/main.tf +++ b/patch-aws-auth/main.tf @@ -28,7 +28,7 @@ * ```hcl * # patch-aws-auth.tf * module "awsauth_base_users" { -* source = THIS +* source = "git@github.e.it.census.gov:terraform-modules/aws-eks.git//patch-aws-auth?feature-patch-aws-auth" * * cluster_name = "adsd-cumulus-dev" * aws_auth_users = var.aws_auth_users