2026.8.25.2

Overview

Name tunnelwithnatrules
Tag 2026.8.25.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/tunnelwithnatrules:2026.8.25.2
Last updated 2026-08-25 09:48:56:+00:00
Created 2026-08-25 09:48:56:+00:00
Digest sha256:b2086f8988ce3ab79660feee6f241dbc9a6daeaaa26a44f9a269b4c59012ed06

Parameters

Name Type Required Description
env string Yes
tunnelsConfigurations array Yes
virtualNetworkGatewayId string Yes

Outputs

Name Type Description
tunnelNATUpdate array

Example

@description('The target environment.')
param env string

@description('The deployment version.')
param version string = '1.0.0.0'

param tunnelsConfigurations array

param virtualNetworkGatewayId string


module tunnelwithnatrules 'br:bicepacrdevwcom.azurecr.io/bicep/modules/tunnelwithnatrules:2026.8.25.2' = {
    name: 'tunnelwithnatrules${env}${version}'
    params: {
      env: env
      tunnelsConfigurations: tunnelsConfigurations
      virtualNetworkGatewayId: virtualNetworkGatewayId
    }
}