diff --git a/builtin/providers/aws/resource_aws_instance_test.go b/builtin/providers/aws/resource_aws_instance_test.go index 60afe27e3..73da0197f 100644 --- a/builtin/providers/aws/resource_aws_instance_test.go +++ b/builtin/providers/aws/resource_aws_instance_test.go @@ -358,9 +358,9 @@ resource "aws_instance" "foo" { ami = "ami-55a7ea65" instance_type = "m1.small" block_device { - device_name = "/dev/sdb" - volume_type = "gp2" - volume_size = 10 + device_name = "/dev/sdb" + volume_type = "gp2" + volume_size = 10 } } `