From f8c47b84dedd81340562c5c109c7b85a5387e608 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 14 Oct 2021 11:48:33 -0400 Subject: [PATCH] fix --- patch-aws-auth/README.md | 2 +- patch-aws-auth/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patch-aws-auth/README.md b/patch-aws-auth/README.md index 56af97f..5e3f42e 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 = "git@github.e.it.census.gov:terraform-modules/aws-eks.git//patch-aws-auth?feature-patch-aws-auth" + source = "git@github.e.it.census.gov:terraform-modules/aws-eks.git//patch-aws-auth?ref=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 15ca266..16db92e 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 = "git@github.e.it.census.gov:terraform-modules/aws-eks.git//patch-aws-auth?feature-patch-aws-auth" +* source = "git@github.e.it.census.gov:terraform-modules/aws-eks.git//patch-aws-auth?ref=feature-patch-aws-auth" * * cluster_name = "adsd-cumulus-dev" * aws_auth_users = var.aws_auth_users