File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ type CurlEphemeralModel struct {
5959 RetryInterval types.Int64 `tfsdk:"retry_interval"`
6060 MaxRetry types.Int64 `tfsdk:"max_retry"`
6161 Timeout types.Int64 `tfsdk:"timeout"`
62- Response types.String `tfsdk:"response"`
63- SensitiveResponse types.String `tfsdk:"sensitive_response"`
64- ResponseSensitive types.Bool `tfsdk:"response_sensitive"`
65- ResponseCodes types.List `tfsdk:"response_codes"`
62+ Response types.String `tfsdk:"response"`
63+ SensitiveResponse types.String `tfsdk:"sensitive_response"`
64+ ResponseSensitive types.Bool `tfsdk:"response_sensitive"`
65+ ResponseCodes types.List `tfsdk:"response_codes"`
6666 StatusCode types.String `tfsdk:"status_code"`
6767 SkipRenew types.Bool `tfsdk:"skip_renew"`
6868
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ package provider
22
33import (
44 "fmt"
5+ "github.com/hashicorp/terraform-plugin-framework/types"
56 "github.com/hashicorp/terraform-plugin-testing/helper/resource"
67 "github.com/hashicorp/terraform-plugin-testing/knownvalue"
78 "github.com/hashicorp/terraform-plugin-testing/statecheck"
89 "github.com/hashicorp/terraform-plugin-testing/terraform"
910 "github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
10- "github.com/hashicorp/terraform-plugin-framework/types"
1111 "github.com/jarcoal/httpmock"
1212 "net/http"
1313 "os"
You can’t perform that action at this time.
0 commit comments