Skip to content

Commit

Permalink
fix(common): change SnapshotRef feature to block-storage-snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Aug 2, 2024
1 parent b335ebe commit ce3e149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ opaque_resource_type!(#[doc = "An ID of a `Router`"] RouterRef ? "network");

opaque_resource_type!(#[doc = "An ID of a `SecurityGroup`"] SecurityGroupRef ? "network");

opaque_resource_type!(#[doc = "An ID of a `Snapshot`"] SnapshotRef ? "volume");
// TODO: change the feature to `block-storage, when the snapshot API is implemented.
opaque_resource_type!(#[doc = "An ID of a `Snapshot`"] SnapshotRef ? "block-storage-snapshot");

opaque_resource_type!(#[doc = "An ID of a `Subnet`"] SubnetRef ? "network");

Expand Down

0 comments on commit ce3e149

Please sign in to comment.