diff --git a/.changelog/16482.txt b/.changelog/16482.txt new file mode 100644 index 0000000000..750f23d315 --- /dev/null +++ b/.changelog/16482.txt @@ -0,0 +1,3 @@ +```release-note:new-resource +`google_vector_search_collection` (ga) +``` \ No newline at end of file diff --git a/google-beta/services/vectorsearch/resource_vector_search_collection_generated_test.go b/google-beta/services/vectorsearch/resource_vector_search_collection_generated_test.go index 081b0da559..2da2f0a64b 100644 --- a/google-beta/services/vectorsearch/resource_vector_search_collection_generated_test.go +++ b/google-beta/services/vectorsearch/resource_vector_search_collection_generated_test.go @@ -59,7 +59,7 @@ func TestAccVectorSearchCollection_vectorsearchCollectionBasicExample(t *testing acctest.VcrTest(t, resource.TestCase{ PreCheck: func() { acctest.AccTestPreCheck(t) }, - ProtoV5ProviderFactories: acctest.ProtoV5ProviderBetaFactories(t), + ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t), CheckDestroy: testAccCheckVectorSearchCollectionDestroyProducer(t), Steps: []resource.TestStep{ { @@ -78,8 +78,6 @@ func TestAccVectorSearchCollection_vectorsearchCollectionBasicExample(t *testing func testAccVectorSearchCollection_vectorsearchCollectionBasicExample(context map[string]interface{}) string { return acctest.Nprintf(` resource "google_vector_search_collection" "example-collection" { - provider = google-beta - location = "us-central1" collection_id = "tf-test-example-collection%{random_suffix}" diff --git a/google-beta/services/vectorsearch/resource_vector_search_collection_test.go b/google-beta/services/vectorsearch/resource_vector_search_collection_test.go index 37397b0b14..0297a484c0 100644 --- a/google-beta/services/vectorsearch/resource_vector_search_collection_test.go +++ b/google-beta/services/vectorsearch/resource_vector_search_collection_test.go @@ -8,7 +8,7 @@ // // This code is generated by Magic Modules using the following: // -// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/vectorsearch/resource_vector_search_collection_test.go.tmpl +// Source file: https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/third_party/terraform/services/vectorsearch/resource_vector_search_collection_test.go // // DO NOT EDIT this file directly. Any changes made to this file will be // overwritten during the next generation cycle. @@ -32,7 +32,7 @@ func TestAccVectorSearchCollection_update(t *testing.T) { acctest.VcrTest(t, resource.TestCase{ PreCheck: func() { acctest.AccTestPreCheck(t) }, - ProtoV5ProviderFactories: acctest.ProtoV5ProviderBetaFactories(t), + ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t), Steps: []resource.TestStep{ { Config: testAccVectorSearchCollection_basic(context), @@ -64,8 +64,6 @@ func TestAccVectorSearchCollection_update(t *testing.T) { func testAccVectorSearchCollection_basic(context map[string]interface{}) string { return acctest.Nprintf(` resource "google_vector_search_collection" "example-collection" { - provider = google-beta - location = "us-central1" collection_id = "tf-test-example-collection-id%{random_suffix}" @@ -109,8 +107,6 @@ EOF func testAccVectorSearchCollection_update(context map[string]interface{}) string { return acctest.Nprintf(` resource "google_vector_search_collection" "example-collection" { - provider = google-beta - location = "us-central1" collection_id = "tf-test-example-collection-id%{random_suffix}" diff --git a/website/docs/r/vector_search_collection.html.markdown b/website/docs/r/vector_search_collection.html.markdown index acf295ad12..f0aedeaa82 100644 --- a/website/docs/r/vector_search_collection.html.markdown +++ b/website/docs/r/vector_search_collection.html.markdown @@ -23,8 +23,6 @@ description: |- Description -~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider. -See [Provider Versions](../guides/provider_versions.html.markdown) for more details on beta resources.