diff --git a/.changelog/5072.txt b/.changelog/5072.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/5072.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/website/docs/r/vertex_ai_featurestore_entitytype.html.markdown b/website/docs/r/vertex_ai_featurestore_entitytype.html.markdown index 663a5f11df6..d1669eef8e5 100644 --- a/website/docs/r/vertex_ai_featurestore_entitytype.html.markdown +++ b/website/docs/r/vertex_ai_featurestore_entitytype.html.markdown @@ -54,7 +54,7 @@ resource "google_vertex_ai_featurestore" "featurestore" { } } -resource "google_vertex_ai_featurestore_entitytype" "featurestore" { +resource "google_vertex_ai_featurestore_entitytype" "entity" { provider = google-beta name = "terraform" labels = { @@ -149,5 +149,4 @@ FeaturestoreEntitytype can be imported using any of these accepted formats: ``` $ terraform import google_vertex_ai_featurestore_entitytype.default {{featurestore}}/entityTypes/{{name}} -$ terraform import google_vertex_ai_featurestore_entitytype.default {{featurestore}}/{{name}} ```