Skip to content

Commit

Permalink
add tke endpoint create sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceybian committed Feb 23, 2024
1 parent 5db3b4e commit fab2121
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package tke
import (
"context"
"fmt"
"time"

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

Expand Down Expand Up @@ -230,6 +231,7 @@ func resourceTencentCloudTkeClusterEndpointCreate(d *schema.ResourceData, meta i
if err != nil {
return err
}
time.Sleep(2 * time.Minute)
}

d.SetId(id)
Expand Down

0 comments on commit fab2121

Please sign in to comment.