Skip to content

Commit

Permalink
Merge pull request #211 from josmo/custom-data-force-new
Browse files Browse the repository at this point in the history
changes to custom data should force new resource
  • Loading branch information
tombuildsstuff authored Aug 8, 2017
2 parents e4596ab + d584c7f commit fd70b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/resource_arm_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func resourceArmVirtualMachine() *schema.Resource {

"custom_data": {
Type: schema.TypeString,
ForceNew: true,
Optional: true,
Computed: true,
StateFunc: userDataStateFunc,
Expand Down

0 comments on commit fd70b5c

Please sign in to comment.