Skip to content

Commit

Permalink
Incluce encryption keySource for automation account (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat authored Aug 1, 2022
1 parent 29139a6 commit 63161bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra-as-code/bicep/modules/logging/logging.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ resource resAutomationAccount 'Microsoft.Automation/automationAccounts@2021-06-2
sku: {
name: 'Basic'
}
encryption: {
keySource: 'Microsoft.Automation'
}
}
}

Expand Down

0 comments on commit 63161bb

Please sign in to comment.