Skip to content

Commit 4007da3

Browse files
authoredMay 8, 2025
Switched to only one bootstrapped code repository index to reduce quota issues (#13889) (#22649)
[upstream:f64ba293b97a19377963f61a594d716bce52b3e9] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 933d462 commit 4007da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎google/services/gemini/resource_gemini_repository_group_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
// More details: https://cloud.google.com/developer-connect/docs/connect-github-repo#before_you_begin
1616

1717
func TestAccGeminiRepositoryGroup_update(t *testing.T) {
18-
codeRepositoryIndexId := acctest.BootstrapSharedCodeRepositoryIndex(t, "basic-rg-test", "us-central1", "", map[string]string{"ccfe_debug_note": "terraform_e2e_do_not_delete"})
18+
codeRepositoryIndexId := acctest.BootstrapSharedCodeRepositoryIndex(t, "basic", "us-central1", "", map[string]string{"ccfe_debug_note": "terraform_e2e_do_not_delete"})
1919
context := map[string]interface{}{
2020
"random_suffix": acctest.RandString(t, 10),
2121
"project_id": os.Getenv("GOOGLE_PROJECT"),

0 commit comments

Comments
 (0)