Skip to content

Commit 8b942c7

Browse files
committed
Fixed typo
1 parent d384850 commit 8b942c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application_cluster/auto_scaling_group.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "aws_launch_configuration" "application_cluster_appserver_launch_config
1212
}
1313

1414
root_block_device {
15-
volume_type = "${var.root_block_device_volume_type)"
15+
volume_type = "${var.root_block_device_volume_type}"
1616
volume_size = "${var.root_block_device_volume_size}"
1717
delete_on_termination = "${var.root_block_device_delete_on_termination}"
1818
encrypted = "${var.root_block_device_encrypted}"

0 commit comments

Comments
 (0)