File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
internal/service/os_management_hub Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 77)
88
99func init () {
10- // tf_export.RegisterCompartmentGraphs("os_management_hub", osManagementHubResourceGraph)
10+ tf_export .RegisterCompartmentGraphs ("os_management_hub" , osManagementHubResourceGraph )
1111}
1212
1313// Hints for discovering and exporting this resource to configuration and state files
@@ -286,15 +286,4 @@ var osManagementHubResourceGraph = tf_export.TerraformResourceGraph{
286286 {TerraformResourceHints : exportOsManagementHubSoftwareSourceHints },
287287 {TerraformResourceHints : exportOsManagementHubEventHints },
288288 },
289- /*
290- Below code is causing infinite loop in resource discovery
291- "oci_os_management_hub_software_source": {
292- {
293- TerraformResourceHints: exportOsManagementHubSoftwareSourceHints,
294- DatasourceQueryParams: map[string]string{
295- "software_source_id": "id",
296- },
297- },
298- },
299- */
300289}
You can’t perform that action at this time.
0 commit comments