Skip to content

Commit

Permalink
Fix force_destroy in google_vertex_ai_featurestore (#6117) (#11928)
Browse files Browse the repository at this point in the history
* fix 11850

* add test

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jun 21, 2022
1 parent e05535c commit 6046cc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/6117.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
vertexai: Fixed a bug where terraform crashes when `force_destroy` is set in `google_vertex_ai_featurestore` resource
```
1 change: 1 addition & 0 deletions website/docs/r/vertex_ai_featurestore.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ resource "google_vertex_ai_featurestore" "featurestore" {
online_serving_config {
fixed_node_count = 2
}
force_destroy = true
}
```

Expand Down

0 comments on commit 6046cc1

Please sign in to comment.