Skip to content

Commit

Permalink
Deduplicate custom-metrics-stackdriver-adapter module (#727)
Browse files Browse the repository at this point in the history
* first commit

* ordered resource apply via parameterizing sa name

* fmt
  • Loading branch information
Bslabe123 authored Jul 16, 2024
1 parent b2ce31a commit e1deecb
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 353 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ locals {

module "custom_metrics_stackdriver_adapter" {
count = local.custom_metrics_enabled ? 1 : 0
source = "./custom-metrics-stackdriver-adapter"
source = "../../../modules/custom-metrics-stackdriver-adapter"
workload_identity = {
enabled = true
project_id = var.project_id
Expand Down
Loading

0 comments on commit e1deecb

Please sign in to comment.