Skip to content

Commit 675adc0

Browse files
Exempted - SDK Breaking changes for opsi and core
1 parent 3cf91b7 commit 675adc0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

internal/service/core/core_instance_resource.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,10 +1267,10 @@ func (s *CoreInstanceResourceCrud) Delete() error {
12671267
request.PreserveBootVolume = &tmp
12681268
}
12691269

1270-
if preserveDataVolumes, ok := s.D.GetOkExists("preserve_data_volumes"); ok {
1271-
tmp := preserveDataVolumes.(bool)
1272-
request.PreserveDataVolumes = &tmp
1273-
}
1270+
// if preserveDataVolumes, ok := s.D.GetOkExists("preserve_data_volumes"); ok {
1271+
// tmp := preserveDataVolumes.(bool)
1272+
// request.PreserveDataVolumes = &tmp
1273+
// }
12741274

12751275
request.RequestMetadata.RetryPolicy = tfresource.GetRetryPolicy(s.DisableNotFoundRetries, "core")
12761276

internal/service/opsi/opsi_host_insights_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (s *OpsiHostInsightsDataSourceCrud) Get() error {
117117
}
118118
}
119119
if len(tmp) != 0 || s.D.HasChange("host_type") {
120-
request.HostType = tmp
120+
// request.HostType = tmp
121121
}
122122
}
123123

0 commit comments

Comments
 (0)