Skip to content

Commit

Permalink
Merge pull request #1 from prodapt-cloud/tmf_infra
Browse files Browse the repository at this point in the history
feat: modified the resource names
  • Loading branch information
DeepthiKodali authored May 26, 2024
2 parents 8491cb6 + 0610940 commit 641fac5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/aws-cloudwatch-metrics/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "helm_addon" {
module "helm_addon_cloudwatch" {
source = "../helm-addon"
manage_via_gitops = var.manage_via_gitops
set_values = local.set_values
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/aws-for-fluentbit/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "helm_addon" {
module "helm_addon_fluentbit" {
source = "../helm-addon"
manage_via_gitops = var.manage_via_gitops
set_values = local.set_values
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/cluster-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
service_account = try(var.helm_config.service_account, "${local.name}-sa")
}

module "helm_addon" {
module "helm_addon_autoscaler" {
source = "../helm-addon"

manage_via_gitops = var.manage_via_gitops
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/metrics-server/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "helm_addon" {
module "helm_addon_metrics" {
source = "../helm-addon"

manage_via_gitops = var.manage_via_gitops
Expand Down

0 comments on commit 641fac5

Please sign in to comment.