Skip to content

Commit

Permalink
Update _index.md (#13217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkodroff authored Nov 11, 2024
1 parent a354e80 commit ad2bc86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/iac/concepts/options/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ aliases:
- /docs/concepts/options/
---

All resource constructors accept an options argument that provide the following resource options:
All Pulumi IaC resources support a common set of options that allow you to customize how your resources are managed. Resource options allow you to do things like protect resources from being deleted, express more fine-grained control to the order in which resources are changed, or apply custom code that will allow you to change the properties of your resources.

Resource constructors accept the following resource options:

- [additionalSecretOutputs](/docs/concepts/options/additionalsecretoutputs/): specify properties that must be encrypted as secrets.
- [aliases](/docs/concepts/options/aliases/): specify aliases for this resource, so that renaming or refactoring doesn’t replace it.
Expand Down

0 comments on commit ad2bc86

Please sign in to comment.