@@ -40,7 +40,7 @@ func TestAccSourceRepoRepositoryIamBindingGenerated(t *testing.T) {
40
40
},
41
41
{
42
42
ResourceName : "google_sourcerepo_repository_iam_binding.foo" ,
43
- ImportStateId : fmt .Sprintf ("projects/%s/repos/%s roles/editor" , getTestProjectFromEnv (), fmt .Sprintf ("my-repository- %s" , context ["random_suffix" ])),
43
+ ImportStateId : fmt .Sprintf ("projects/%s/repos/%s roles/editor" , getTestProjectFromEnv (), fmt .Sprintf ("my-repository%s" , context ["random_suffix" ])),
44
44
ImportState : true ,
45
45
ImportStateVerify : true ,
46
46
},
@@ -50,7 +50,7 @@ func TestAccSourceRepoRepositoryIamBindingGenerated(t *testing.T) {
50
50
},
51
51
{
52
52
ResourceName : "google_sourcerepo_repository_iam_binding.foo" ,
53
- ImportStateId : fmt .Sprintf ("projects/%s/repos/%s roles/editor" , getTestProjectFromEnv (), fmt .Sprintf ("my-repository- %s" , context ["random_suffix" ])),
53
+ ImportStateId : fmt .Sprintf ("projects/%s/repos/%s roles/editor" , getTestProjectFromEnv (), fmt .Sprintf ("my-repository%s" , context ["random_suffix" ])),
54
54
ImportState : true ,
55
55
ImportStateVerify : true ,
56
56
},
@@ -77,7 +77,7 @@ func TestAccSourceRepoRepositoryIamMemberGenerated(t *testing.T) {
77
77
},
78
78
{
79
79
ResourceName : "google_sourcerepo_repository_iam_member.foo" ,
80
- ImportStateId :
fmt .
Sprintf (
"projects/%s/repos/%s roles/editor user:[email protected] " ,
getTestProjectFromEnv (),
fmt .
Sprintf (
"my-repository- %s" ,
context [
"random_suffix" ])),
80
+ ImportStateId :
fmt .
Sprintf (
"projects/%s/repos/%s roles/editor user:[email protected] " ,
getTestProjectFromEnv (),
fmt .
Sprintf (
"my-repository%s" ,
context [
"random_suffix" ])),
81
81
ImportState : true ,
82
82
ImportStateVerify : true ,
83
83
},
@@ -103,7 +103,7 @@ func TestAccSourceRepoRepositoryIamPolicyGenerated(t *testing.T) {
103
103
},
104
104
{
105
105
ResourceName : "google_sourcerepo_repository_iam_policy.foo" ,
106
- ImportStateId : fmt .Sprintf ("projects/%s/repos/%s" , getTestProjectFromEnv (), fmt .Sprintf ("my-repository- %s" , context ["random_suffix" ])),
106
+ ImportStateId : fmt .Sprintf ("projects/%s/repos/%s" , getTestProjectFromEnv (), fmt .Sprintf ("my-repository%s" , context ["random_suffix" ])),
107
107
ImportState : true ,
108
108
ImportStateVerify : true ,
109
109
},
0 commit comments