Skip to content

Commit

Permalink
set module source to github in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Friz-zy committed May 28, 2024
1 parent 33837d1 commit 5f80050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ module "vpc" {
}

module "eks" {
source = "../"
# source = "../"
source = "github.com/tldr-devops/aws-eks-terraform?ref=1.0"

cluster_name = local.cluster_name
cluster_version = local.cluster_version
Expand Down

0 comments on commit 5f80050

Please sign in to comment.