Skip to content

Commit

Permalink
remove &schema.Schema{
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnorton committed Feb 2, 2018
1 parent 642d870 commit 554f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_ecs_service.go
Expand Up @@ -133,7 +133,7 @@ func resourceAwsEcsService() *schema.Resource {
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
"assign_public_ip": &schema.Schema{
"assign_public_ip": {
Type: schema.TypeBool,
Optional: true,
Default: false,
Expand Down

0 comments on commit 554f63d

Please sign in to comment.