Skip to content

Commit

Permalink
add tomap()
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed Aug 30, 2024
1 parent a178188 commit 996a173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4-projects/business_unit_1/shared/example_infra_pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ locals {
use_csr = var.cloudbuildv2_repository_config.repo_type == "CSR"
csr_repo_config = {
repo_type = "CSR"
repositories = {
repositories = tomap({
"bu1-example-app" = {
repository_name = "bu1-example-app"
repository_url = ""
}
}
})
}
}

Expand Down

0 comments on commit 996a173

Please sign in to comment.