You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[after the migration](https://github.com/hashicorp/terraform-provider-http/blob/8527d5b4546b54cdef246a13befc5745dbbbf740/internal/provider/data_source_http.go).
89
89
90
90
91
91
### SDKv2
@@ -113,7 +113,7 @@ The following shows the same section of provider code after the migration.
113
113
This code implements the `url` attribute for the `http` data source with the Framework.
[v3.4.0](https://github.com/hashicorp/terraform-provider-tls/blob/v3.4.0/internal/provider/resource_private_key.go) with the file
69
+
[after the migration](https://github.com/hashicorp/terraform-provider-tls/blob/4dafb105818e45a88532f917e7b170ee2a9bb092/internal/provider/resource_private_key.go).
70
70
71
71
### SDKv2
72
72
@@ -91,7 +91,7 @@ The following shows the same section of code after the migration.
91
91
This code implements the `PlanModifiers` field for the `rsa_bits` attribute with the Framework.
92
92
93
93
```go
94
-
func (rt *privateKeyResourceType) GetSchema(_ context.Context) (tfsdk.Schema, diag.Diagnostics) {
[after the migration](https://github.com/hashicorp/terraform-provider-http/blob/8527d5b4546b54cdef246a13befc5745dbbbf740/internal/provider/data_source_http.go).
59
59
60
60
### SDKv2
61
61
@@ -79,7 +79,7 @@ The following example from the `data_source_http.go` file shows how the `url` at
with [v3.4.1](https://github.com/hashicorp/terraform-provider-random/blob/v3.4.1/internal/provider/resource_password.go).
67
+
with the file [after the migration](https://github.com/hashicorp/terraform-provider-random/blob/04292d3e31f71ff16b82512082baed037bb1069c/internal/provider/resource_password.go).
68
68
69
69
### SDKv2
70
70
@@ -94,7 +94,7 @@ This code forces the replacement of a `random_password` resource when the value
94
94
The example does this using the `PlanModifiers` field within the `random_password` attribute's schema.
[after the migration](https://github.com/hashicorp/terraform-provider-http/blob/8527d5b4546b54cdef246a13befc5745dbbbf740/internal/provider/data_source_http.go).
126
126
127
127
### SDKv2
128
128
@@ -146,7 +146,7 @@ The following example from the `data_source_http.go` file shows how the type of
146
146
source is defined with the Framework after the migration.
[after the migration](https://github.com/hashicorp/terraform-provider-tls/blob/4dafb105818e45a88532f917e7b170ee2a9bb092/internal/provider/resource_cert_request.go).
167
167
168
168
### SDKv2
169
169
@@ -190,7 +190,7 @@ The following example from the `data_source_http.go` file shows how the type of
190
190
source is defined with the Framework after the migration.
191
191
192
192
```go
193
-
func (rt *certRequestResourceType) GetSchema(context.Context) (tfsdk.Schema, diag.Diagnostics) {
with [v3.4.1](https://github.com/hashicorp/terraform-provider-random/blob/v3.4.1/internal/provider/resource_password.go).
70
+
with the file [after the migration](https://github.com/hashicorp/terraform-provider-random/blob/04292d3e31f71ff16b82512082baed037bb1069c/internal/provider/resource_password.go).
71
71
72
72
### SDKv2
73
73
@@ -94,7 +94,7 @@ This code validates that the `random_password`'s `length` attribute is greater t
[after the migration](https://github.com/hashicorp/terraform-provider-http/blob/8527d5b4546b54cdef246a13befc5745dbbbf740/internal/provider/data_source_http.go).
108
109
109
110
### SDKv2
110
111
@@ -145,18 +146,27 @@ The following example from the `provider.go` file shows how the `http` data sour
0 commit comments