hashicorp / terraform-provider-ignition

Terraform Ignition provider
https://www.terraform.io/docs/providers/ignition/
Mozilla Public License 2.0
38 stars 64 forks source link

ignition_filesystem docs has wrong path #33

Closed matti closed 6 years ago

matti commented 6 years ago
device = "/dev/disk/by-label/ROOT"

should be

device = "/dev/disk/by-partlabel/ROOT"

similar to #32 don't know if this is the correct place

matti commented 6 years ago

Nope, I have no idea what's happening - need to investigate more