Skip to content

Commit

Permalink
feat: Resolved warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 committed Jan 19, 2024
1 parent 9027917 commit 627cdf1
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 30 deletions.
12 changes: 6 additions & 6 deletions addons/cert-manager/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module "helm_addon" {
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
}
12 changes: 6 additions & 6 deletions addons/ingress-nginx/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module "helm_addon" {
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
}
12 changes: 6 additions & 6 deletions addons/keda/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module "helm_addon" {
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
}
6 changes: 0 additions & 6 deletions addons/reloader/data.tf

This file was deleted.

12 changes: 6 additions & 6 deletions addons/reloader/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module "helm_addon" {
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
source = "../helm"
helm_config = local.helm_config
project_id = var.project_id
environment = var.environment
addon_context = var.addon_context
namespace = local.default_helm_config.namespace
}

0 comments on commit 627cdf1

Please sign in to comment.