Skip to content

Commit

Permalink
fix: Remove unused vnetRoutesStaticRoutes from README and test files
Browse files Browse the repository at this point in the history
  • Loading branch information
erschef committed Dec 5, 2024
1 parent 6bb0026 commit 3fd2899
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions avm/res/network/p2s-vpn-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
}
vnetRoutesStaticRoutes: {}
vpnClientAddressPoolAddressPrefixes: [
'10.0.2.0/24'
]
Expand Down Expand Up @@ -348,9 +347,6 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
"Role": "DeploymentValidation"
}
},
"vnetRoutesStaticRoutes": {
"value": {}
},
"vpnClientAddressPoolAddressPrefixes": {
"value": [
"10.0.2.0/24"
Expand Down Expand Up @@ -386,7 +382,6 @@ param tags = {
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
}
param vnetRoutesStaticRoutes = {}
param vpnClientAddressPoolAddressPrefixes = [
'10.0.2.0/24'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ module testDeployment '../../../main.bicep' = [
vpnClientAddressPoolAddressPrefixes: [
'10.0.2.0/24'
]
vnetRoutesStaticRoutes: {

}
virtualHubResourceId: nestedDependencies.outputs.virtualHubResourceId
vpnServerConfigurationResourceId: nestedDependencies.outputs.vpnServerConfigurationResourceId
}
Expand Down

0 comments on commit 3fd2899

Please sign in to comment.