Move gcs configs to staging gcs project.

This is a follow up in the process of moving gcs buckets to a new
development project.

Change-Id: I57ba9e36177ee77825fa0aaf2359e70103cf0b22
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/33321
Reviewed-by: Yusuf Mohsinally <mohsinally@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
diff --git a/recipe_modules/kms/api.py b/recipe_modules/kms/api.py
index 83559c3..5eac74e 100644
--- a/recipe_modules/kms/api.py
+++ b/recipe_modules/kms/api.py
@@ -29,7 +29,7 @@
     self.m.step(
         'cloudkms get key', [
             cloudkms, 'decrypt', '-input', encrypt_file, '-output', secret_path,
-            'projects/flutter-infra/locations/global'
+            'projects/flutter-infra-staging/locations/global'
             '/keyRings/luci/cryptoKeys/flutter-infra'
         ]
     )
diff --git a/recipe_modules/kms/examples/full.expected/basic.json b/recipe_modules/kms/examples/full.expected/basic.json
index 313fa87..aab7697 100644
--- a/recipe_modules/kms/examples/full.expected/basic.json
+++ b/recipe_modules/kms/examples/full.expected/basic.json
@@ -50,7 +50,7 @@
       "[CLEANUP]/a",
       "-output",
       "[CLEANUP]/a",
-      "projects/flutter-infra/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
+      "projects/flutter-infra-staging/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
     ],
     "name": "cloudkms get key"
   },
@@ -105,7 +105,7 @@
       "[CLEANUP]/in",
       "-output",
       "[CLEANUP]/out",
-      "projects/flutter-infra/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
+      "projects/flutter-infra-staging/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
     ],
     "name": "cloudkms get key (2)"
   },
diff --git a/recipe_modules/kms/examples/full.expected/win.json b/recipe_modules/kms/examples/full.expected/win.json
index 7dd66bf..9111fa3 100644
--- a/recipe_modules/kms/examples/full.expected/win.json
+++ b/recipe_modules/kms/examples/full.expected/win.json
@@ -7,7 +7,7 @@
       "[CLEANUP]\\a",
       "-output",
       "[CLEANUP]\\a",
-      "projects/flutter-infra/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
+      "projects/flutter-infra-staging/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
     ],
     "name": "cloudkms get key"
   }
diff --git a/recipes/pub_autoroller/pub_autoroller.expected/roll.json b/recipes/pub_autoroller/pub_autoroller.expected/roll.json
index bae96b6..641e5e2 100644
--- a/recipes/pub_autoroller/pub_autoroller.expected/roll.json
+++ b/recipes/pub_autoroller/pub_autoroller.expected/roll.json
@@ -207,7 +207,7 @@
       "[CLEANUP]/pub-roller-github-token.encrypted",
       "-output",
       "[START_DIR]/flutter/dev/conductor/token.txt",
-      "projects/flutter-infra/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
+      "projects/flutter-infra-staging/locations/global/keyRings/luci/cryptoKeys/flutter-infra"
     ],
     "cwd": "[START_DIR]/flutter/dev/conductor",
     "env": {