File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
internal/service/os_management_hub Expand file tree Collapse file tree 1 file changed +10
-7
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,12 +286,15 @@ var osManagementHubResourceGraph = tf_export.TerraformResourceGraph{
286286 {TerraformResourceHints : exportOsManagementHubSoftwareSourceHints },
287287 {TerraformResourceHints : exportOsManagementHubEventHints },
288288 },
289- "oci_os_management_hub_software_source" : {
290- {
291- TerraformResourceHints : exportOsManagementHubSoftwareSourceHints ,
292- DatasourceQueryParams : map [string ]string {
293- "software_source_id" : "id" ,
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+ },
294297 },
295298 },
296- },
299+ */
297300}
You can’t perform that action at this time.
0 commit comments