esc
esc copied to clipboard
[docs] Document how an `import` may use a tag
What happened?
When reading the ESC reference page, it's not clear to the user they can actually import a separate environment with a specific tag.
The doc reads
imports:
- environment-a
- environment-b
But this would be more useful (as an example)
imports:
- environment-a
- environment-b:prod
Also, is it possible to import a specific revision using @X where X is a revision number?
Example
n/a
Output of pulumi about
n/a
Additional context
n/a
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).