Skip to content

Commit 4546d6c

Browse files
committed
Add preliminary support for TDE
1 parent 656b4d8 commit 4546d6c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

pkg/resource/models/service_resource.go

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ type ServiceResourceModel struct {
211211
HasTransparentDataEncryption types.Bool `tfsdk:"has_transparent_data_encryption"`
212212
QueryAPIEndpoints types.Object `tfsdk:"query_api_endpoints"`
213213
BackupConfiguration types.Object `tfsdk:"backup_configuration"`
214-
HasTransparentDataEncryption types.Bool `tfsdk:"has_transparent_data_encryption"`
215214
}
216215

217216
func (m *ServiceResourceModel) Equals(b ServiceResourceModel) bool {

pkg/resource/service.go

-8
Original file line numberDiff line numberDiff line change
@@ -407,14 +407,6 @@ func (r *ServiceResource) Schema(_ context.Context, _ resource.SchemaRequest, re
407407
},
408408
},
409409
},
410-
"has_transparent_data_encryption": schema.BoolAttribute{
411-
Description: "Indicates if the service has transparent data encryption enabled.",
412-
Optional: true,
413-
Computed: true,
414-
Validators: []validator.Bool{
415-
boolvalidator.All(),
416-
},
417-
},
418410
},
419411
MarkdownDescription: serviceResourceDescription,
420412
Version: 1,

0 commit comments

Comments
 (0)