Skip to content

Commit 1029323

Browse files
assume the reader has a GCP account and the defang CLI
1 parent 94b62d8 commit 1029323

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/providers/gcp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ The Defang GCP provider is available for Public Preview as of December 2024. Thi
1313
Defang enables you to effortlessly create and manage full, scalable applications with GCP. It is designed to simplify deploying your services to the cloud. As one of the leading cloud providers globally, GCP offers powerful tools and resources, and with Defang, you can bypass the complexities and challenges of the GCP platform. Let Defang handle the heavy lifting so you can focus on what matters most to you!
1414

1515
## Getting Started
16-
To get started with the Defang BYOC GCP Provider, first [install the latest version of the Defang CLI](../getting-started#authenticate-with-defang). Next make sure you have signed up for a [Google Cloud Platform](https://cloud.google.com/).
1716

18-
After signing up for your GCP account, select an existing project or [create a new project](https://developers.google.com/workspace/guides/create-project), make sure [billing is enabled](https://cloud.google.com/billing/docs/how-to/modify-project) and note down the project ID and set it as environment variable `GCP_PROJECT_ID`.
17+
After signing in to your GCP account, select an existing project or [create a new project](https://developers.google.com/workspace/guides/create-project), make sure [billing is enabled](https://cloud.google.com/billing/docs/how-to/modify-project) and note down the project ID and set it as environment variable `GCP_PROJECT_ID`.
1918

2019
```bash
2120
export GCP_PROJECT_ID=<your-project-id>

0 commit comments

Comments
 (0)