Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created May 2, 2021 18:48
Show Gist options
  • Select an option

  • Save KyMidd/26ddc17605f6811c4bcae64a385b91c2 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/26ddc17605f6811c4bcae64a385b91c2 to your computer and use it in GitHub Desktop.
ebs_block_device = {
"/dev/sdl" = {
volume_type = "standard"
volume_size = 50
encrypted = true
kms_key_id = var.kms_key_arn
},
"xvdf" = {
volume_type = "gp2"
volume_size = 200
encrypted = true
kms_key_id = var.kms_key_arn
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment