Skip to content

Commit

Permalink
add ForceNew (#7090) (#5095)
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Sun <sunedward@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
Co-authored-by: Edward Sun <sunedward@google.com>
  • Loading branch information
modular-magician and Edward Sun committed Jan 13, 2023
1 parent a80b98b commit 834bcc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/7090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
cloudsql: fixed `disk_type` can't be updated on `google_sql_database_instance`
```
1 change: 1 addition & 0 deletions google-beta/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ is set to true. Defaults to ZONAL.`,
Type: schema.TypeString,
Optional: true,
Default: "PD_SSD",
ForceNew: true,
DiffSuppressFunc: caseDiffDashSuppress,
Description: `The type of data disk: PD_SSD or PD_HDD. Defaults to PD_SSD.`,
},
Expand Down

0 comments on commit 834bcc5

Please sign in to comment.