Skip to content

Commit

Permalink
fix rg name, key values
Browse files Browse the repository at this point in the history
  • Loading branch information
jksprattler committed Jan 14, 2025
1 parent eb827c8 commit 25c5ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_Azure/terraform/module/network_watcher.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
key = "${rg}-${vnet.name}"
value = {
rg = rg
vnet = vnet.name
name = vnet.name
id = vnet.id
}
}
Expand Down

0 comments on commit 25c5ff5

Please sign in to comment.