Changed source URI of fargate module
This commit is contained in:
parent
9f4fabd9e4
commit
054d97a0c5
2
main.tf
2
main.tf
@ -103,7 +103,7 @@ module "eks_node_group" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "eks_fargate_profile" {
|
module "eks_fargate_profile" {
|
||||||
source = "git@github.com:webuildyourcloud/terraform-aws-eks_node_group.git"
|
source = "git@github.com:webuildyourcloud/terraform-aws-eks_fargate_profile.git?ref=tags/0.0.1"
|
||||||
namespace = var.namespace
|
namespace = var.namespace
|
||||||
stage = var.stage
|
stage = var.stage
|
||||||
name = var.name
|
name = var.name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user