Skip to content

Commit 1d6c0e5

Browse files
update docs to include gcp estimation
1 parent beabdb8 commit 1d6c0e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/estimation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ sidebar_position: 280
99
Defang enables you to estimate the cost of deploying and running your project without needing to create an account with your cloud provider.
1010

1111
:::info
12-
Currently, AWS is the only provider supported for cost estimation. Support for GCP and Digital Ocean is coming soon.
12+
Currently, AWS and GCP are supported for cost estimation. Support for Digital Ocean is coming soon.
1313
:::
1414

1515
## Generating an Estimate
1616

1717
Navigate your shell to your application's working directory and run
1818
```
19-
defang estimate [--provider aws] [--mode affordable|balanced|high_availability]
19+
defang estimate [--provider=aws|gcp] [--mode=affordable|balanced|high_availability]
2020
```
2121

22-
Here is an example of the output you would see if you estimated the cost deploying the [django-postgres](https://github.com/DefangLabs/samples/tree/main/samples/django-postgres) sample using the `balanced` [deployment mode](/docs/concepts/deployment-modes).
22+
Here is an example of the output you would see if you estimated the cost deploying the [django-postgres](https://github.com/DefangLabs/samples/tree/main/samples/django-postgres) to AWS sample using the `balanced` [deployment mode](/docs/concepts/deployment-modes).
2323

2424
```
2525
defang estimate --provider=aws --mode=balanced

0 commit comments

Comments
 (0)