Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d1cdf4

Browse files
committedAug 1, 2024··
fix: faraway replica schema
1 parent 8ec54b1 commit 4d1cdf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pkg/provider/resource_fareplica.go

-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ func (r *FAReplicaResource) Schema(ctx context.Context, req resource.SchemaReque
348348
"transparent_data_encryption": schema.SingleNestedAttribute{
349349
MarkdownDescription: "Transparent Data Encryption (TDE) key",
350350
Optional: true,
351-
Computed: true,
352351
PlanModifiers: []planmodifier.Object{
353352
objectplanmodifier.UseStateForUnknown(),
354353
},

0 commit comments

Comments
 (0)
Please sign in to comment.