Skip to content

Commit

Permalink
add pip tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rahalan committed Aug 29, 2024
1 parent 8cd5b06 commit f3bc1c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 11 additions & 1 deletion avm/res/compute/virtual-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ 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 @@ -299,7 +304,12 @@ module virtualMachine 'br/public:avm/res/compute/virtual-machine:<version>' = {
"pipConfiguration": {
"name": "pip-01"
},
"subnetResourceId": "<subnetResourceId>"
"subnetResourceId": "<subnetResourceId>",
"tags": {
"Environment": "Non-Prod",
"hidden-title": "This is visible in the resource name",
"Role": "DeploymentValidation"
}
}
],
"nicSuffix": "-nic-01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ 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 f3bc1c3

Please sign in to comment.