Skip to content

Commit 81d5560

Browse files
modular-magicianEdward Sun
and
Edward Sun
authored
add ForceNew (#7090) (#13483)
Co-authored-by: Edward Sun <[email protected]> Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent e2e108d commit 81d5560

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/7090.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
cloudsql: fixed `disk_type` can't be updated on `google_sql_database_instance`
3+
```

google/resource_sql_database_instance.go

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ is set to true. Defaults to ZONAL.`,
352352
Type: schema.TypeString,
353353
Optional: true,
354354
Default: "PD_SSD",
355+
ForceNew: true,
355356
DiffSuppressFunc: caseDiffDashSuppress,
356357
Description: `The type of data disk: PD_SSD or PD_HDD. Defaults to PD_SSD.`,
357358
},

0 commit comments

Comments
 (0)