Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 14, 2021
1 parent d250dce commit f8c47b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patch-aws-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion patch-aws-auth/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8c47b8

Please sign in to comment.