Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

fix typo #413

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/google_compute_snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Properties that can be accessed from the `google_compute_snapshot` resource:

* `description`: An optional description of this resource.

* `storage_bytes`: A size of the the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.
* `storage_bytes`: A size of the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.

* `licenses`: A list of public visible licenses that apply to this snapshot. This can be because the original image had licenses attached (such as a Windows image). snapshotEncryptionKey nested object Encrypts the snapshot using a customer-supplied encryption key.

Expand Down