# resource

Type representing a IonosCloud resource.

## Parameters:

| Name | Required | Description               |
| ---- | :------: | ------------------------- |
| name |   true   | The name of the resource. |

## Properties:

| Name   | Required | Description             |
| ------ | :------: | ----------------------- |
| id     |    No    | The ID of the resource. |
| type   |    No    | The resource's type.    |
| \*\*\* |          |                         |

### Changeable properties:

No Changeable properties

## Examples

### To list resources:

```bash
puppet resource resource
```

> ***NOTE:*** If two resources have the same name only one of them will be shown.

### To create, update or delete a resource:

No example available
