Skip to content

Commit

Permalink
NOD-690: fix product_id
Browse files Browse the repository at this point in the history
  • Loading branch information
fparisitas committed Mar 5, 2024
1 parent 8b74a02 commit dd2ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/99_locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
apim = {
name = "${local.product}-apim"
rg = "${local.product}-api-rg"
product_id = "apiconfig-cache"
product_id = "cfg-for-node"
}
}

0 comments on commit dd2ea9c

Please sign in to comment.