Removed unwanted namespace variable
This commit is contained in:
parent
1d8c28dcb4
commit
ba3d8c6458
1
main.tf
1
main.tf
@ -104,7 +104,6 @@ module "eks_node_group" {
|
|||||||
|
|
||||||
module "eks_fargate_profile" {
|
module "eks_fargate_profile" {
|
||||||
source = "git@github.com:webuildyourcloud/terraform-aws-eks_fargate_profile.git?ref=tags/0.0.1"
|
source = "git@github.com:webuildyourcloud/terraform-aws-eks_fargate_profile.git?ref=tags/0.0.1"
|
||||||
namespace = var.namespace
|
|
||||||
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