Skip to content

Commit

Permalink
fix: Update VPN gateway names and serviceShort parameters in README a…
Browse files Browse the repository at this point in the history
…nd test files
  • Loading branch information
erschef committed Dec 10, 2024
1 parent bd38a0c commit cee5d3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions avm/res/network/p2s-vpn-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
name: 'p2sVpnGatewayDeployment'
params: {
// Required parameters
name: 'vscminp2sVpnGw'
name: 'npvgminp2sVpnGw'
virtualHubResourceId: '<virtualHubResourceId>'
// Non-required parameters
associatedRouteTableName: 'defaultRouteTable'
Expand All @@ -70,7 +70,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
"parameters": {
// Required parameters
"name": {
"value": "vscminp2sVpnGw"
"value": "npvgminp2sVpnGw"
},
"virtualHubResourceId": {
"value": "<virtualHubResourceId>"
Expand Down Expand Up @@ -105,7 +105,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
using 'br/public:avm/res/network/p2s-vpn-gateway:<version>'
// Required parameters
param name = 'vscminp2sVpnGw'
param name = 'npvgminp2sVpnGw'
param virtualHubResourceId = '<virtualHubResourceId>'
// Non-required parameters
param associatedRouteTableName = 'defaultRouteTable'
Expand Down Expand Up @@ -133,7 +133,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
name: 'p2sVpnGatewayDeployment'
params: {
// Required parameters
name: 'vscmaxp2sVpnGw'
name: 'npvgmaxp2sVpnGw'
virtualHubResourceId: '<virtualHubResourceId>'
// Non-required parameters
associatedRouteTableName: 'noneRouteTable'
Expand Down Expand Up @@ -175,7 +175,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
"parameters": {
// Required parameters
"name": {
"value": "vscmaxp2sVpnGw"
"value": "npvgmaxp2sVpnGw"
},
"virtualHubResourceId": {
"value": "<virtualHubResourceId>"
Expand Down Expand Up @@ -243,7 +243,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
using 'br/public:avm/res/network/p2s-vpn-gateway:<version>'
// Required parameters
param name = 'vscmaxp2sVpnGw'
param name = 'npvgmaxp2sVpnGw'
param virtualHubResourceId = '<virtualHubResourceId>'
// Non-required parameters
param associatedRouteTableName = 'noneRouteTable'
Expand Down Expand Up @@ -286,7 +286,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
name: 'p2sVpnGatewayDeployment'
params: {
// Required parameters
name: 'vscwafp2sVpnGw'
name: 'npvgwafp2sVpnGw'
virtualHubResourceId: '<virtualHubResourceId>'
// Non-required parameters
associatedRouteTableName: 'defaultRouteTable'
Expand Down Expand Up @@ -320,7 +320,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
"parameters": {
// Required parameters
"name": {
"value": "vscwafp2sVpnGw"
"value": "npvgwafp2sVpnGw"
},
"virtualHubResourceId": {
"value": "<virtualHubResourceId>"
Expand Down Expand Up @@ -370,7 +370,7 @@ module p2sVpnGateway 'br/public:avm/res/network/p2s-vpn-gateway:<version>' = {
using 'br/public:avm/res/network/p2s-vpn-gateway:<version>'
// Required parameters
param name = 'vscwafp2sVpnGw'
param name = 'npvgwafp2sVpnGw'
param virtualHubResourceId = '<virtualHubResourceId>'
// Non-required parameters
param associatedRouteTableName = 'defaultRouteTable'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param resourceGroupName string = 'dep-${namePrefix}-network.p2svpngateway-${serv
param resourceLocation string = deployment().location

@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
param serviceShort string = 'npvgmin'
param serviceShort string = 'npvgmax'

@description('Optional. A token to inject into the name of each resource. This value can be automatically injected by the CI.')
param namePrefix string = '#_namePrefix_#'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param resourceGroupName string = 'dep-${namePrefix}-network.p2svpngateway-${serv
param resourceLocation string = deployment().location

@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
param serviceShort string = 'npvgmin'
param serviceShort string = 'npvgwaf'

@description('Optional. A token to inject into the name of each resource. This value can be automatically injected by the CI.')
param namePrefix string = '#_namePrefix_#'
Expand Down

0 comments on commit cee5d3e

Please sign in to comment.