rancherfederal / rke2-aws-tf

MIT License
82 stars 69 forks source link

fix: add option to override device_name #33

Closed AbrohamLincoln closed 3 years ago

AbrohamLincoln commented 3 years ago

Add optional var.block_device_mappings.device_name variable to override the default /dev/sda1 value in the nodepool launch template.

Also change block_device_mappings type in variables.tf to match modules/nodepool/variables.tf and modules/agent-nodepool/variables.tf and allow for optional parameters.

joshrwolf commented 3 years ago

LGTM, thank you!