Skip to content

Commit da74dc1

Browse files
authored
Apply suggestions from code review
1 parent f1af36f commit da74dc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/concepts/pulumi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pulumi support is currently only available for Defang Playground. We are working
1515

1616
[Pulumi](https://www.pulumi.com) is a modern infrastructure-as-code toolkit that allows developers to use a programming language like Typescript to provision and manage cloud resources.
1717

18-
Defang providers a Pulumi [_Provider_](https://www.pulumi.com/docs/iac/concepts/resources/providers/) written in Typescript which can be used to deploy Defang services alongside other pulumi-managed infrastructure.
18+
Defang provides a Pulumi [_Provider_](https://www.pulumi.com/docs/iac/concepts/resources/providers/) written in Typescript which can be used to deploy Defang services alongside other Pulumi-managed infrastructure.
1919

2020
## Install the Defang Pulumi Provider
2121

@@ -47,9 +47,9 @@ yarn add @defang-io/pulumi-defang
4747

4848
## When to Use the Defang Pulumi Provider
4949

50-
The Defang Pulumi Provider supports developer's with more complex requirements than a [Compose File](/docs/concepts/compose) will support.
50+
The Defang Pulumi Provider is a good option for developers with more complex requirements than those supported by a [Compose File](/docs/concepts/compose).
5151

52-
One reason to use the Defang Pulumi provider is if wish to integrate your services with other cloud resources. This is particularly true if you need to configure your services dynamically as other cloud resources are being provisioned.
52+
One reason to use the Defang Pulumi provider is if you wish to integrate your services with other cloud resources. This is particularly true if you need to configure your services dynamically as other cloud resources are being provisioned.
5353

5454
Another reason would be if you want to deploy your services alongside cloud-specific resources, like a DynamoDB table, or an S3 bucket.
5555

docs/tutorials/deploy-using-pulumi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This tutorial will show you how to deploy minio with Pulumi using the Defang Pro
2222

2323
## Authenticate With Defang
2424

25-
Make sure you are logged into [Defang CLI](/docs/concepts/authentication.md). Don't worry about the Pulumi CLI for now.
25+
Make sure you are logged into the [Defang CLI](/docs/concepts/authentication.md). Don't worry about the Pulumi CLI for now.
2626

2727
## Configure the Pulumi Backend
2828

0 commit comments

Comments
 (0)