Skip to content

Commit

Permalink
Extend documentation for additional_params
Browse files Browse the repository at this point in the history
  • Loading branch information
simaotwx committed Oct 24, 2023
1 parent 8d27a37 commit 3d8385f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provider/resource_packer_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ func (r resourceImage) Schema(_ context.Context, _ resource.SchemaRequest, respo
Optional: true,
},
"additional_params": schema.SetAttribute{
Description: "Additional parameters to pass to Packer",
Description: "Additional parameters to pass to Packer. Consult Packer documentation for details. " +
"Example: `additional_params = [\"-parallel-builds=1\"]`",
ElementType: types.StringType,
Optional: true,
},
Expand Down

0 comments on commit 3d8385f

Please sign in to comment.