Stef

Results 1 comments of Stef

The issue lies with the following two lines in the `locals` declaration : ``` root_iops = var.root_volume_type == "io1" ? var.root_iops : "0" ebs_iops = var.ebs_volume_type == "io1" ? var.ebs_iops...