Skip to content

Commit 2ce5481

Browse files
Set default value for enablePrivateNetworking parameter to false
1 parent 3a1c9e0 commit 2ce5481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ param resourceGroupLocation string = resourceGroup().location
6565
param resourceNameFormatString string = '{0}avm-cps'
6666

6767
@description('Optional. Enable WAF for the deployment.')
68-
param enablePrivateNetworking bool
68+
param enablePrivateNetworking bool = false
6969

7070
@description('Optional. Enable/Disable usage telemetry for module.')
7171
param enableTelemetry bool = true

0 commit comments

Comments
 (0)