Skip to content

Commit

Permalink
AWS does not want spaces in attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
protomouse committed Aug 23, 2016
1 parent 02db3bb commit 50c5875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_iot_thing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ resource "aws_iot_thing" "device3" {
attributes {
Manufacturer = "Amazon"
Type = "IoT Device A"
Type = "IoT_Device_A"
SerialNumber = "10293847562912"
}
}
Expand Down

0 comments on commit 50c5875

Please sign in to comment.