Skip to content

Commit

Permalink
Merge pull request #1060 from US-Trustee-Program/CAMS-461-subnet-fix
Browse files Browse the repository at this point in the history
CAMS-461 fixed migration subnet address
  • Loading branch information
amorrow-flexion authored Dec 11, 2024
2 parents 8449194 + ce44846 commit ecce917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/cloud-deployment/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ param apiFunctionSubnetAddressPrefix string = '10.10.11.0/28'

param migrationFunctionName string = '${stackName}-migration'

param migrationSubnetAddressPrefix string = '10.10.14.0/28'
param migrationSubnetAddressPrefix string = '10.10.13.0/28'

param migrationSubnetName string = 'snet-${migrationFunctionName}'

Expand Down

0 comments on commit ecce917

Please sign in to comment.