Skip to content

Commit

Permalink
Set network_tier to ForceNew. (#2054)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 11, 2020
1 parent 8faab01 commit 757d332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/3493.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:bug
compute: Fixed permadiff in `google_compute_instance_template`'s `network_tier`.

```
1 change: 1 addition & 0 deletions google-beta/resource_compute_instance_template.go
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 757d332

Please sign in to comment.