Skip to content

Commit

Permalink
Update aws/resource_aws_imagebuilder_image_recipe.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Jan 4, 2021
1 parent af637ff commit 1dbf3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_imagebuilder_image_recipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func resourceAwsImageBuilderImageRecipe() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
ValidateFunc: validation.StringLenBetween(1, 128),
ValidateFunc: validation.StringLenBetween(1, 1024),
},
},
}
Expand Down

0 comments on commit 1dbf3b9

Please sign in to comment.