Skip to content

Commit

Permalink
remove tags from default test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahalan committed Aug 30, 2024
1 parent 67f4ff4 commit de2fbbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
12 changes: 1 addition & 11 deletions avm/res/compute/virtual-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ module virtualMachine 'br/public:avm/res/compute/virtual-machine:<version>' = {
name: 'pip-01'
}
subnetResourceId: '<subnetResourceId>'
tags: {
Environment: 'Non-Prod'
'hidden-title': 'This is visible in the resource name'
Role: 'DeploymentValidation'
}
}
]
nicSuffix: '-nic-01'
Expand Down Expand Up @@ -304,12 +299,7 @@ module virtualMachine 'br/public:avm/res/compute/virtual-machine:<version>' = {
"pipConfiguration": {
"name": "pip-01"
},
"subnetResourceId": "<subnetResourceId>",
"tags": {
"Environment": "Non-Prod",
"hidden-title": "This is visible in the resource name",
"Role": "DeploymentValidation"
}
"subnetResourceId": "<subnetResourceId>"
}
],
"nicSuffix": "-nic-01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ module testDeployment '../../../main.bicep' = [
pipConfiguration: {
name: 'pip-01'
}
tags: {
'hidden-title': 'This is visible in the resource name'
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
}
}
]
nicSuffix: '-nic-01'
Expand Down

0 comments on commit de2fbbe

Please sign in to comment.