You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# compartment_id can be the ocid or the name of the compartment hierarchy delimited by double hiphens "--"
133
+
# Example : compartment_id = "ocid1.compartment.oc1..aaaaaaaahwwiefb56epvdlzfic6ah6jy3xf3c" or compartment_id = "Network-root-cpt--Network" where "Network-root-cpt" is the parent of "Network" compartment
134
+
############################
135
+
loadbalancer_logs = {
136
+
# Log map #
137
+
my_lbr1-log-access = {
138
+
display_name = "my_lbr1_access-log"
139
+
log_group_id = "my_lbr1-log-group"
140
+
log_type = "SERVICE"
141
+
category = "access"
142
+
resource = "my_lbr1"
143
+
service = "loadbalancer"
144
+
source_type = "OCISERVICE"
145
+
compartment_id = "Networkt"
146
+
is_enabled = true
147
+
retention_duration = 30
148
+
defined_tags = {
149
+
"Operations.CostCenter"= "01" ,
150
+
"Users.Name"= "user01"
151
+
}
152
+
},
153
+
my_lbr1-log-error = {
154
+
display_name = "my_lbr1_error-log"
155
+
log_group_id = "my_lbr1-log-group"
156
+
log_type = "SERVICE"
157
+
category = "error"
158
+
resource = "my_lbr1"
159
+
service = "loadbalancer"
160
+
source_type = "OCISERVICE"
161
+
compartment_id = "Network"
162
+
is_enabled = true
163
+
retention_duration = 30
164
+
defined_tags = {
165
+
"Operations.CostCenter"= "01" ,
166
+
"Users.Name"= "user01"
167
+
}
168
+
},
169
+
##Add New Logs for london here##
170
+
}
171
+
// Copyright (c) 2021, 2022, Oracle and/or its affiliates.
172
+
############################
173
+
# ManagementServices
174
+
# LOADBALANCER Log Groups - tfvars
175
+
# Allowed Values:
176
+
# compartment_id can be the ocid or the name of the compartment hierarchy delimited by double hiphens "--"
177
+
# Example : compartment_id = "ocid1.compartment.oc1..aaaaaaaahwwiefb56epvdlzfic6ah6jy3xf3c" or compartment_id = "Security--Prod" where "Security" is the parent of "Prod" compartment
0 commit comments