Skip to content

Commit

Permalink
vm name shorten fix
Browse files Browse the repository at this point in the history
  • Loading branch information
briggsb9 committed Mar 19, 2024
1 parent 5036cfc commit 410106e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"value": "selfsigned or custom"
},
"instanceNumber" :{
"value": "instance number E.G 01"
"value": "instance number E.G 1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module vm_jumpboxwinvm './createvmwindows.bicep' = {
username: vmUsername
password: vmPassword
CICDAgentType: CICDAgentType
vmName: 'jumpbox-${resourceSuffix}'
vmName: 'jumpbox-${environment}'
vmSize: vmSize
}
}
Expand Down

0 comments on commit 410106e

Please sign in to comment.