Skip to content

Commit 252ad2a

Browse files
committed
chore: update default entitlements
1 parent 2a07829 commit 252ad2a

File tree

1 file changed

+3
-0
lines changed
  • sample-setups/modules/sap-btp-subaccount-default-entitlements

1 file changed

+3
-0
lines changed

sample-setups/modules/sap-btp-subaccount-default-entitlements/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ locals {
33
"Dev" = {
44
"alert-notification" = ["standard"],
55
"auditlog" = ["standard=1"],
6+
"cloud-logging" = ["standard=1"],
67
"sapappstudio" = ["build-code"],
78
"xsuaa" = ["application"]
89
},
910
"Test" = {
1011
"alert-notification" = ["standard"],
1112
"auditlog" = ["standard=1"],
13+
"cloud-logging" = ["standard=1"],
1214
"xsuaa" = ["application"]
1315
},
1416
"Prod" = {
1517
"alert-notification" = ["standard"],
1618
"auditlog" = ["standard=1"],
19+
"cloud-logging" = ["standard=1"],
1720
"xsuaa" = ["application"]
1821
},
1922
"Shared" = {

0 commit comments

Comments
 (0)