Skip to content

Commit

Permalink
According to hashicorp/terraform-provider-google#6317, this is ForceNew.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed May 9, 2020
1 parent 4bd2a6f commit 6c23281
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{"PREMIUM", "STANDARD"}, false),
},
// Possibly configurable- this was added so we don't break if it's inadvertently set
Expand Down

0 comments on commit 6c23281

Please sign in to comment.