@@ -15,7 +15,7 @@ func TestAccResourceGoogleProjectDefaultServiceAccountsBasic(t *testing.T) {
15
15
16
16
resourceName := "google_project_default_service_accounts.acceptance"
17
17
org := getTestOrgFromEnv (t )
18
- project := fmt .Sprintf ("tf-project -%d" , randInt (t ))
18
+ project := fmt .Sprintf ("tf-test -%d" , randInt (t ))
19
19
billingAccount := getTestBillingAccountFromEnv (t )
20
20
21
21
vcrTest (t , resource.TestCase {
@@ -55,7 +55,7 @@ func TestAccResourceGoogleProjectDefaultServiceAccountsDisable(t *testing.T) {
55
55
t .Parallel ()
56
56
57
57
org := getTestOrgFromEnv (t )
58
- project := fmt .Sprintf ("tf-project -%d" , randInt (t ))
58
+ project := fmt .Sprintf ("tf-test -%d" , randInt (t ))
59
59
billingAccount := getTestBillingAccountFromEnv (t )
60
60
action := "DISABLE"
61
61
restorePolicy := "REVERT"
@@ -84,7 +84,7 @@ func TestAccResourceGoogleProjectDefaultServiceAccountsDelete(t *testing.T) {
84
84
t .Parallel ()
85
85
86
86
org := getTestOrgFromEnv (t )
87
- project := fmt .Sprintf ("tf-project -%d" , randInt (t ))
87
+ project := fmt .Sprintf ("tf-test -%d" , randInt (t ))
88
88
billingAccount := getTestBillingAccountFromEnv (t )
89
89
action := "DELETE"
90
90
restorePolicy := "REVERT"
@@ -113,7 +113,7 @@ func TestAccResourceGoogleProjectDefaultServiceAccountsDeleteRevertIgnoreFailure
113
113
t .Parallel ()
114
114
115
115
org := getTestOrgFromEnv (t )
116
- project := fmt .Sprintf ("tf-project -%d" , randInt (t ))
116
+ project := fmt .Sprintf ("tf-test -%d" , randInt (t ))
117
117
billingAccount := getTestBillingAccountFromEnv (t )
118
118
action := "DELETE"
119
119
restorePolicy := "REVERT_AND_IGNORE_FAILURE"
@@ -141,7 +141,7 @@ func TestAccResourceGoogleProjectDefaultServiceAccountsDeprivilege(t *testing.T)
141
141
t .Parallel ()
142
142
143
143
org := getTestOrgFromEnv (t )
144
- project := fmt .Sprintf ("tf-project -%d" , randInt (t ))
144
+ project := fmt .Sprintf ("tf-test -%d" , randInt (t ))
145
145
billingAccount := getTestBillingAccountFromEnv (t )
146
146
action := "DEPRIVILEGE"
147
147
restorePolicy := "REVERT"
0 commit comments