Returns the underlying terraform-managed resources for a spacelift/module
intent resource by walking its terraform state. Data sources are excluded.
page: Page number (1-based), defaults to 1
perPage: Number of resources per page (1-50), defaults to 50
IntentModuleResourcesResult!
IntentModuleResourcesResult!- resources[IntentResource!]!The requested page of module resources.
- hasMoreWhether there are more resources beyond this page.
- totalCountTotal number of resources in the module (across all pages).