Skip to content

Commit

Permalink
Regenerated new workload ARM template and added missing module param (A…
Browse files Browse the repository at this point in the history
…zure#502)

* Regenerated ARM template. Added spokeType param

* Renamed spokeType to spokeName
  • Loading branch information
brooke-hamilton authored Nov 8, 2021
1 parent 11400f2 commit dc99b8c
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 115 deletions.
1 change: 1 addition & 0 deletions src/bicep/examples/newWorkload/newWorkload.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module spokeNetwork '../../modules/spokeNetwork.bicep' = {
module workloadVirtualNetworkPeerings '../../modules/spokeNetworkPeering.bicep' = {
name: '${resourceIdentifier}-${workloadName}VirtualNetworkPeerings'
params: {
spokeName: workloadName
spokeResourceGroupName: resourceGroup.name
spokeVirtualNetworkName: spokeNetwork.outputs.virtualNetworkName

Expand Down
Loading

0 comments on commit dc99b8c

Please sign in to comment.