We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a07829 commit 252ad2aCopy full SHA for 252ad2a
sample-setups/modules/sap-btp-subaccount-default-entitlements/main.tf
@@ -3,17 +3,20 @@ locals {
3
"Dev" = {
4
"alert-notification" = ["standard"],
5
"auditlog" = ["standard=1"],
6
+ "cloud-logging" = ["standard=1"],
7
"sapappstudio" = ["build-code"],
8
"xsuaa" = ["application"]
9
},
10
"Test" = {
11
12
13
14
15
16
"Prod" = {
17
18
19
20
21
22
"Shared" = {
0 commit comments