Skip to content

Commit 87aaa3c

Browse files
Aniruddha ShamasundarMaxrovr
authored andcommitted
Bug Fix - remove usages of freeformTags and definedTags from ApplianceImageSummary
1 parent 72a6d18 commit 87aaa3c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/service/cloud_bridge/cloud_bridge_appliance_images_data_source.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ func ApplianceImageSummaryToMap(obj oci_cloud_bridge.ApplianceImageSummary) map[
194194
result["checksum"] = string(*obj.Checksum)
195195
}
196196

197-
if obj.DefinedTags != nil {
198-
result["defined_tags"] = tfresource.DefinedTagsToMap(obj.DefinedTags)
199-
}
200-
201197
if obj.DisplayName != nil {
202198
result["display_name"] = string(*obj.DisplayName)
203199
}
@@ -214,8 +210,6 @@ func ApplianceImageSummaryToMap(obj oci_cloud_bridge.ApplianceImageSummary) map[
214210
result["format"] = string(*obj.Format)
215211
}
216212

217-
result["freeform_tags"] = obj.FreeformTags
218-
219213
if obj.Id != nil {
220214
result["id"] = string(*obj.Id)
221215
}

0 commit comments

Comments
 (0)