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
-`parent_id` - (Required) The identifier of the folder to import into. Identifiers from the Library in the Sumo user interface are provided in decimal format which is incompatible with Terraform. The identifier needs to be in hexadecimal format.
65
-
-`config` - (Required) JSON block for the content to import.
65
+
-`config` - (Required) JSON block for the content to import. NOTE: Updating the name will create a new object and leave a untracked content item (delete the existing content item and create a new content item if you want to update the name).
66
66
67
67
### Timeouts
68
68
69
69
`sumologic_content` provides the following [Timeouts](/docs/configuration/resources.html#timeouts) configuration options:
70
70
71
71
-`read` - (Default `1 minute`) Used for waiting for the import job to be successful
72
72
-`create` - (Default `10 minutes`) Used for waiting for the import job to be successful
73
+
-`update` - (Default `10 minutes`) Used for waiting for the import job to be successful
73
74
-`delete` - (Default `1 minute`) Used for waiting for the deletion job to be successful
0 commit comments