Skip to content

Commit f0086a5

Browse files
committed
adding attribute for WAF enabled
1 parent 3876197 commit f0086a5

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

infra/bicepconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"experimentalFeaturesEnabled": {
3+
"typedVariables": true
4+
}
5+
}

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var deployment_param default_deployment_param_type = {
5656
resource_group_location: resourceGroup().location
5757
resource_name_prefix: {}
5858
resource_name_format_string: '{0}avm-cps'
59+
enable_waf: false
5960
}
6061

6162
var ai_deployment ai_deployment_param_type = {

infra/modules/types.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ type default_deployment_param_type = {
4343
resource_group_location: string
4444
resource_name_prefix: object
4545
resource_name_format_string: string
46+
enable_waf: bool
4647
}
4748

4849
@export()

0 commit comments

Comments
 (0)