Skip to content

Commit

Permalink
fix: ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiMengXS committed Sep 18, 2023
1 parent a2d09b2 commit 3a27288
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions tencentcloud/resource_tc_ssl_pay_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,16 @@ package tencentcloud
import (
"context"
"fmt"
"log"
"math"
"strconv"
"strings"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
ssl "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ssl/v20191205"
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
"log"
"math"
"strconv"
"strings"
)

func resourceTencentCloudSSLInstance() *schema.Resource {
Expand Down
5 changes: 3 additions & 2 deletions tencentcloud/service_tencent_ssl_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package tencentcloud
import (
"context"
"fmt"
"log"
"math"

ssl "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ssl/v20191205"
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/connectivity"
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/ratelimit"
"log"
"math"
)

type SSLService struct {
Expand Down

0 comments on commit 3a27288

Please sign in to comment.