Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created September 11, 2012 22:40
Show Gist options
  • Save andrewgross/3702694 to your computer and use it in GitHub Desktop.
Save andrewgross/3702694 to your computer and use it in GitHub Desktop.
Data Volume LWRP Resource
# Company: Yipit.com
# Copyright 2012
# Author: Andrew Gross
actions :create, :check, :repair, :destroy
default_action :create
attribute :chunk, :kind_of => Integer, :default => 256
attribute :size, :kind_of => Integer, :required => true
attribute :location, :kind_of => String, :name_attribute => true
attribute :level, :kind_of => Integer, :default => 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment