You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils.Logln(utils.Yellow(fmt.Sprintf("\tFollowing child resources were also not discovered due to parent error: %v", strings.Join(notFoundChildren, ", "))))
424
+
notFoundChildResources:="\tFollowing child resources were also not discovered due to parent error: "+strings.Join(notFoundChildren, ", ")
WriteTmpStateErrorMessage="[ERROR] error writing temp state for resources found:"
154
+
IdsNotFoundErrorMessage="[ERROR] one or more expected resource ids were not found"
155
+
PartiallyResourcesDiscoveredSuggestion=`This error could happen if:
156
+
1. GET/LIST api failed to get the resource.
157
+
2. If GET request requires more attributes than the OCID of a resource. If the resource supports composite id, make sure correct composite Id is getting set in resource data using getIdFn resource hint.
158
+
3. If resource is dependent on another resource(parent), the field for the parent resource should be a required field in API.
159
+
4. If a resource is tenancy specific i.e. it can only be created in the tenancy then the resource should be present under tenancyResourcesGraphs.`
0 commit comments