Skip to content

Commit 3fb8c00

Browse files
committed
add tde field when upgrading schema in clickhouse_service
1 parent 5b0bca5 commit 3fb8c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/resource/service.go

+1
Original file line numberDiff line numberDiff line change
@@ -1774,6 +1774,7 @@ func (r *ServiceResource) UpgradeState(ctx context.Context) map[int64]resource.S
17741774
EncryptionAssumedRoleIdentifier: priorStateData.EncryptionAssumedRoleIdentifier,
17751775
QueryAPIEndpoints: priorStateData.QueryAPIEndpoints,
17761776
BackupConfiguration: priorStateData.BackupConfiguration,
1777+
TransparentEncryptionData: models.TransparentEncryptionData{}.ObjectValue(),
17771778
}
17781779

17791780
resp.Diagnostics.Append(resp.State.Set(ctx, upgradedStateData)...)

0 commit comments

Comments
 (0)