Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Dec 21, 2023
1 parent ce3076a commit 11a452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "k8s" {
source = "./modules/k8s"
vpc_id = module.vpc.vpc_id

subnet_id = module.vpc.private_subnet_id
subnet_id = module.vpc.private_subnet_id
eks-config = var.eks-config
}

Expand Down

0 comments on commit 11a452a

Please sign in to comment.