Skip to content

Instantly share code, notes, and snippets.

@daxroc
Created June 2, 2017 21:42
Show Gist options
  • Save daxroc/c3cb760f23aa6e0025e43307a77b852f to your computer and use it in GitHub Desktop.
Save daxroc/c3cb760f23aa6e0025e43307a77b852f to your computer and use it in GitHub Desktop.
Terraform Example ephemeral disk definition for ec2 instance
ephemeral_block_device {
device_name = "xvdb"
virtual_name = "ephemeral0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment