Skip to content

Commit 3eb0b28

Browse files
author
Yi Fan
committed
fix the terraform plan failure
1 parent d35d332 commit 3eb0b28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oci/export_resource_helpers.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ func init() {
338338

339339
exportDatabaseVmClusterNetworkHints.getIdFn = getDatabaseVmClusterNetworkId
340340

341+
exportDatascienceModelHints.defaultValuesForMissingAttributes = map[string]string{
342+
"artifact_content_length": "0",
343+
}
341344
exportDatascienceModelProvenanceHints.getIdFn = getModelProvenanceId
342345

343346
exportIdentityAvailabilityDomainHints.resourceAbbreviation = "ad"

0 commit comments

Comments
 (0)