docs(scaffolder-gcp): Fix docstrings to mention GCP instead of Azure

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
This commit is contained in:
Łukasz Jernaś
2025-09-23 11:17:46 +02:00
parent a9cfeedc1f
commit baf1cab204
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-gcp': patch
---
Fix docstrings to mention GCP instead of Azure
@@ -15,7 +15,7 @@
*/
/**
* A module for the scaffolder backend that lets you interact with azure
* A module for the scaffolder backend that lets you interact with GCP
*
* @packageDocumentation
*/
@@ -22,7 +22,7 @@ import { GcpBucketWorkspaceProvider } from './providers/GcpBucketWorkspaceProvid
/**
* @public
* The Azure Module for the Scaffolder Backend
* The GCP Module for the Scaffolder Backend
*/
export const gcpBucketModule = createBackendModule({
moduleId: 'gcp',