We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddefbd3 commit 6ffb02fCopy full SHA for 6ffb02f
main.tf
@@ -68,15 +68,6 @@ module "gke" {
68
depends_on = [module.networking]
69
}
70
71
-module "kafka" {
72
- source = "./modules/kafka"
73
- namespace = var.namespace
74
-
75
- depends_on = [module.networking]
76
77
- subnetwork_self_link = module.networking.subnetwork.self_link
78
-}
79
80
module "service_accounts" {
81
source = "./modules/service_accounts"
82
namespace = var.namespace
modules/kafka/main.tf
modules/kafka/variables.tf
0 commit comments