Skip to content

Commit

Permalink
mark trigger with output only (#6828) (#13046)
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Sun <sunedward@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
Co-authored-by: Edward Sun <sunedward@google.com>
  • Loading branch information
modular-magician and Edward Sun committed Nov 15, 2022
1 parent 2e9355a commit 39c6dfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6828.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
cloudfunctions2: updated the doc to mark `trigger` with Update only on `google_cloudfunctions2_function`
```
2 changes: 1 addition & 1 deletion google/resource_cloudfunctions2_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ region. If not provided, defaults to the same region as the function.`,
"trigger": {
Type: schema.TypeString,
Computed: true,
Description: `The resource name of the Eventarc trigger.`,
Description: `Output only. The resource name of the Eventarc trigger.`,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cloudfunctions2_function.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ The following arguments are supported:
<a name="nested_event_trigger"></a>The `event_trigger` block supports:

* `trigger` -
The resource name of the Eventarc trigger.
Output only. The resource name of the Eventarc trigger.

* `trigger_region` -
(Optional)
Expand Down

0 comments on commit 39c6dfe

Please sign in to comment.