Skip to content

Commit 757d332

Browse files
Set network_tier to ForceNew. (#2054)
Signed-off-by: Modular Magician <[email protected]>
1 parent 8faab01 commit 757d332

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/3493.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```release-note:bug
2+
compute: Fixed permadiff in `google_compute_instance_template`'s `network_tier`.
3+
4+
```

google-beta/resource_compute_instance_template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
294294
Type: schema.TypeString,
295295
Optional: true,
296296
Computed: true,
297+
ForceNew: true,
297298
ValidateFunc: validation.StringInSlice([]string{"PREMIUM", "STANDARD"}, false),
298299
},
299300
// Possibly configurable- this was added so we don't break if it's inadvertently set

0 commit comments

Comments
 (0)