Skip to content

Commit

Permalink
Merge pull request #37 from sysrex/master
Browse files Browse the repository at this point in the history
Fixes the output value in the example
  • Loading branch information
WesleyCharlesBlake authored Nov 15, 2019
2 parents 37c13dc + dc953f7 commit 45ea059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ output "kubeconfig" {
}
output "config-map" {
value = module.eks.config-map
value = module.eks.config-map-aws-auth
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/complete-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ output "kubeconfig" {
}

output "config-map" {
value = module.eks.config-map
value = module.eks.config-map-aws-auth
}

0 comments on commit 45ea059

Please sign in to comment.