Skip to content

Commit

Permalink
Merge #11615
Browse files Browse the repository at this point in the history
11615: Add `willReplaceOnChanges` to metaschema r=aq17 a=aq17

Fixes #11608 

Co-authored-by: aq17 <aqiu@pulumi.com>
  • Loading branch information
bors[bot] and aq17 committed Dec 9, 2022
2 parents d221587 + b02eb8d commit bc8f604
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions developer-docs/providers/metaschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,14 @@ Specifies whether a change to the property causes its containing resource to be

---

#### `willReplaceOnChanges`

Indicates that the provider will replace the resource when this property is changed.

`boolean`

---

#### `secret`

Specifies whether the property is secret (default false).
Expand Down

0 comments on commit bc8f604

Please sign in to comment.