Changed source path it was incorrect
This commit is contained in:
parent
f9a7c3cbc1
commit
5b8bf3d028
2
main.tf
2
main.tf
@ -87,7 +87,7 @@ module "eks_cluster" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "eks_node_group" {
|
module "eks_node_group" {
|
||||||
source = "git@github.com:webuildyourcloud/terraform-aws-eks-node-group.git"
|
source = "git@github.com:webuildyourcloud/terraform-aws-eks_node_group.git"
|
||||||
stage = var.stage
|
stage = var.stage
|
||||||
name = var.name
|
name = var.name
|
||||||
attributes = var.attributes
|
attributes = var.attributes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user