From 6c4a23fcd07e1a5c41e4203627c44c5528eccd38 Mon Sep 17 00:00:00 2001 From: yangdongxu Date: Fri, 5 May 2023 15:53:39 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=AD=A3lb=5Flistener?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B4=E7=9A=84example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ksyun/resource_ksyun_lb_listener.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ksyun/resource_ksyun_lb_listener.go b/ksyun/resource_ksyun_lb_listener.go index 30384fa9..aba1490b 100644 --- a/ksyun/resource_ksyun_lb_listener.go +++ b/ksyun/resource_ksyun_lb_listener.go @@ -12,10 +12,10 @@ Provides a Load Balancer Listener resource. } resource "ksyun_lb_listener" "default" { - listener_name = "tf-xun", - listener_port = "8000", - listener_protocol = "HTTPS", - listener_state = "stop", + listener_name = "tf-xun" + listener_port = "8000" + listener_protocol = "HTTPS" + listener_state = "stop" load_balancer_id = "7fae85e4-ab1a-415c-aef9-03a402c79d97", method = "RoundRobin" certificate_id = "${ksyun_certificate.default.id}"