Skip to content

Commit a007c40

Browse files
authored
remove default for service_logdef (#6)
1 parent f6cffa5 commit a007c40

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/terraformoptions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ loggroup_tags = {
9898
#emaillog = {loggroup="emailloggroup",service="email",resource="<emaildomain>"}
9999
}
100100
----
101-
|{}
101+
|
102102

103103
|`vcn_id`
104104
|VCN OCID

variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ variable "log_retention_duration" {
2424

2525
variable "service_logdef" {
2626
type = map(any)
27-
description = "OCI Service log definition"
28-
default = {}
27+
description = "OCI Service log definition.Please refer doc for example definition"
2928
validation {
3029
condition = (
3130
try(lookup(element(values(var.service_logdef), 0), "resource", null), {}) != null &&

0 commit comments

Comments
 (0)