Skip to content

Commit

Permalink
Fix hcloud_snapshot resource documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
  • Loading branch information
LKaemmerling committed Jun 30, 2021
1 parent f397c38 commit b461911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/snapshot.html.md
Expand Up @@ -3,12 +3,12 @@ layout: "hcloud"
page_title: "Hetzner Cloud: hcloud_snapshot"
sidebar_current: "docs-hcloud-resource-snapshot"
description: |-
Provides a Hetzner Cloud snapshot to represent a image with type snapshot in the Hetzner Cloud.
Provides a Hetzner Cloud snapshot to represent an image with type snapshot in the Hetzner Cloud.
---

# hcloud_snapshot

Provides a Hetzner Cloud snapshot to represent a image with type snapshot in the Hetzner Cloud. This resource makes it easy to create
Provides a Hetzner Cloud snapshot to represent an image with type snapshot in the Hetzner Cloud. This resource makes it easy to create a snapshot of your server.

## Example Usage

Expand All @@ -27,7 +27,7 @@ resource "hcloud_snapshot" "my-snapshot" {
## Argument Reference

- `server_id` - (Required, int) Server to the snapshot should be created from.
- `description` - (Optional, string) Description of the Floating IP.
- `description` - (Optional, string) Description of the snapshot.
- `labels` - (Optional, map) User-defined labels (key-value pairs) should be created with.

## Attributes Reference
Expand All @@ -42,5 +42,5 @@ resource "hcloud_snapshot" "my-snapshot" {
Snapshots can be imported using its image `id`:

```
terraform import hcloud_snapshot.myip <id>
terraform import hcloud_snapshot.myimage <id>
```

0 comments on commit b461911

Please sign in to comment.