Skip to content

Commit

Permalink
Removed secrets as not applicable for WAF
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Jan 19, 2024
1 parent 0ed8732 commit 96817eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
18 changes: 0 additions & 18 deletions avm/res/app/container-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,14 +382,6 @@ module containerApp 'br/public:AVM/bicep-registry-modules:<version>' = {
'<managedIdentityResourceId>'
]
}
secrets: {
secureList: [
{
name: 'customtest'
value: '<value>'
}
]
}
tags: {
Env: 'test'
'hidden-title': 'This is visible in the resource name'
Expand Down Expand Up @@ -479,16 +471,6 @@ module containerApp 'br/public:AVM/bicep-registry-modules:<version>' = {
]
}
},
"secrets": {
"value": {
"secureList": [
{
"name": "customtest",
"value": "<value>"
}
]
}
},
"tags": {
"value": {
"Env": "test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
nestedDependencies.outputs.managedIdentityResourceId
]
}
secrets: {
secureList: [
{
name: 'customtest'
value: guid(deployment().name)
}
]
}
containers: [
{
name: 'simple-hello-world-container'
Expand Down

0 comments on commit 96817eb

Please sign in to comment.