Skip to content

Commit 8c7f4b4

Browse files
authored
Removed duplicated import environment text in working-with-environmen… (#16107)
* Removed duplicated import environment text in working-with-environments and reference to detailed import page * fixed link
1 parent 48d9b8b commit 8c7f4b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/esc/environments/working-with-environments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,11 @@ For additional options and details, see `esc run --help`.
450450

451451
## Importing other environments
452452

453-
Environments can also be composed from other environments.
453+
Pulumi ESC lets you define common configuration values once as reusable environments and then import them into other environments to avoid duplication, delegate ownership, and share settings (including secrets) across applications.
454454

455-
Different applications are often configured in similar ways and with common values --- for example, an e-commerce site and order-management system both configured to use the same cloud account, database-connection string, and third-party API key. Managing the duplication of these values across multiple configuration files, however, can be difficult, especially when one of those values changes --- e.g., when an API key is regenerated.
456-
457-
To address these challenges, Pulumi ESC allows you to identify common or closely related configuration settings and define them only once, as individual environments, and then _import_ those environments into other, more specialized environments as needed. Imports also allow you to expose certain environments without having to distribute any concrete values and to delegate responsibility for particular environments to other teams in your organization. Environments can import both static and dynamic values, including secrets, from any number of other environments.
455+
{{% notes type="info" %}}
456+
For a detailed description on how to work with imports, please refer to [Importing other Environments](../imports) documentation page.
457+
{{% /notes %}}
458458

459459
In the following example, two environments, `aws/dev` and `stripe/dev`, are used to compose a third environment, `myapp/dev`:
460460

0 commit comments

Comments
 (0)