Skip to content

Commit 9411778

Browse files
tongyimingmikatong
and
mikatong
authored
fix proxy update state delay (#2563)
Co-authored-by: mikatong <[email protected]>
1 parent 4e611bc commit 9411778

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tencentcloud/services/gaap/service_tencentcloud_gaap.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"sort"
99
"strconv"
1010
"strings"
11+
"time"
1112

1213
tccommon "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/common"
1314

@@ -733,6 +734,8 @@ func (me *GaapService) ModifyProxyConfiguration(ctx context.Context, id string,
733734
return err
734735
}
735736

737+
time.Sleep(5 * time.Second)
738+
736739
describeRequest := gaap.NewDescribeProxiesRequest()
737740
describeRequest.ProxyIds = []*string{&id}
738741

0 commit comments

Comments
 (0)