cloudstack_resources icon indicating copy to clipboard operation
cloudstack_resources copied to clipboard

Native resources for managing basic cloudstack components.

Results 2 cloudstack_resources issues
Sort by recently updated
recently updated
newest added

I would like support for instances within a project_id, by specifying it in transport.yaml. ``` cloudstack: api_key: 'api_key' secret_access_key: 'secret_key' host: '127.0.0.1' port: '8080' path: '/client/api' scheme: 'http' project: 'project_id'...