Skip to content

Commit

Permalink
Fix module name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
adys committed Jul 16, 2020
1 parent 92075bc commit 17231f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module "eks_workers" {

# Use the module:

module "node_problem_detector" {
module "cluster_autoscaler" {
source = "../../"

cluster_name = module.eks_cluster.eks_cluster_id
Expand Down

0 comments on commit 17231f4

Please sign in to comment.