Skip to content

Commit d0e7091

Browse files
committed
Mark the managed service ready
1 parent c5fe3ba commit d0e7091

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/providers/gcp.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gcloud init
3131
gcloud auth application-default login
3232
```
3333

34-
The Defang CLI will automatically check if `GCP_PROJECT_ID` environment variable is set and correctly authenticated with GCP before running. Once you are ready to go, add the `--provider=gcp` flag to your command to tell the Defang CLI to use the GCP provider, or set the `DEFANG_PROVIDER` environment variable to `gcp`.
34+
The Defang CLI will automatically check if `GCP_PROJECT_ID` OR `CLOUDSDK_CORE_PROJECT` environment variable is set and correctly authenticated with GCP before running. Once you are ready to go, add the `--provider=gcp` flag to your command to tell the Defang CLI to use the GCP provider, or set the `DEFANG_PROVIDER` environment variable to `gcp`.
3535

3636
```bash
3737
$ defang compose up --provider=gcp
@@ -66,11 +66,6 @@ Defang offers integration with managed, cloud-native large language model servic
6666
### Future Improvements
6767

6868
The following features are in active development for GCP:
69-
70-
- [Configuration and management of secrets](/docs/concepts//configuration.md)
71-
- [Networking and Load Balancing](/docs/concepts//networking.mdx)
72-
- [Custom Domains](/docs/concepts//domains.mdx)
73-
- [Managed Redis](/docs/concepts//managed-storage/managed-redis.md)
74-
- [Managed Postgres](/docs/concepts/managed-storage/managed-postgres.mdx)
69+
- [Managed Object Storage](/docs/concepts//managed-storage/managed-object-storage.md)
7570

7671
Stayed tuned for future updates!

0 commit comments

Comments
 (0)