Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
segraef committed Feb 26, 2024
1 parent 811ed94 commit b08f7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avm/res/databricks/workspace/tests/e2e/max/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
nestedDependencies.outputs.privateDNSZoneResourceId
]
service: 'databricks_ui_api'
subnetResourceId: nestedDependencies.outputs.customPrivateSubnetName
subnetResourceId: nestedDependencies.outputs.customPublicSubnetName
tags: {
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
Expand All @@ -163,7 +163,7 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
nestedDependencies.outputs.privateDNSZoneResourceId
]
service: 'databricks_ui_api'
subnetResourceId: nestedDependencies.outputs.customPrivateSubnetName2
subnetResourceId: nestedDependencies.outputs.customPrivateSubnetName
tags: {
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
Expand Down

0 comments on commit b08f7a5

Please sign in to comment.