We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d384850 commit 8b942c7Copy full SHA for 8b942c7
application_cluster/auto_scaling_group.tf
@@ -12,7 +12,7 @@ resource "aws_launch_configuration" "application_cluster_appserver_launch_config
12
}
13
14
root_block_device {
15
- volume_type = "${var.root_block_device_volume_type)"
+ volume_type = "${var.root_block_device_volume_type}"
16
volume_size = "${var.root_block_device_volume_size}"
17
delete_on_termination = "${var.root_block_device_delete_on_termination}"
18
encrypted = "${var.root_block_device_encrypted}"
0 commit comments