Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Feb 12, 2020
1 parent ee2ae8a commit aa6781d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ func resourceWindowsVirtualMachine() *schema.Resource {
"secret": windowsSecretSchema(),

"source_image_id": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Type: schema.TypeString,
Optional: true,
ForceNew: true,
ValidateFunc: validation.Any(
computeValidate.ImageID,
computeValidate.SharedImageID,
Expand Down

0 comments on commit aa6781d

Please sign in to comment.