Skip to content

Commit 5f80050

Browse files
committed
set module source to github in example
1 parent 33837d1 commit 5f80050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ module "vpc" {
122122
}
123123

124124
module "eks" {
125-
source = "../"
125+
# source = "../"
126+
source = "github.com/tldr-devops/aws-eks-terraform?ref=1.0"
126127

127128
cluster_name = local.cluster_name
128129
cluster_version = local.cluster_version

0 commit comments

Comments
 (0)