Skip to content

Commit b1779d2

Browse files
Update cloud sql instance tier from db-f1-micro to db-custom-2-3840 in tests (#14713) (#23968)
[upstream:ff347cc336bd1abe189de72e9ca8cf0d16b38024] Signed-off-by: Modular Magician <[email protected]>
1 parent 066dcf9 commit b1779d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/acctest/bootstrap_test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ func BootstrapSharedSQLInstanceBackupRun(t *testing.T) string {
11141114
PointInTimeRecoveryEnabled: true,
11151115
}
11161116
settings := &sqladmin.Settings{
1117-
Tier: "db-f1-micro",
1117+
Tier: "db-custom-2-3840",
11181118
BackupConfiguration: backupConfig,
11191119
}
11201120
bootstrapInstance = &sqladmin.DatabaseInstance{

0 commit comments

Comments
 (0)