Skip to content

Commit f31490e

Browse files
committed
Updated test config and formated the code
Signed-off-by: Rohan Suryawanshi <[email protected]>
1 parent 3b5d802 commit f31490e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

avi/resource_avi_alertsyslogconfig_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ resource "avi_alertsyslogconfig" "testalertsyslogconfig" {
9898
name = "asyc-test"
9999
description= "test alert syslog"
100100
tenant_ref= "${data.avi_tenant.default_tenant.id}"
101+
syslog_servers {
102+
udp = "true"
103+
syslog_server_port = "443"
104+
syslog_server = "10.10.3.10"
105+
}
101106
}
102107
`
103108

0 commit comments

Comments
 (0)