Skip to content

Commit

Permalink
update compute_region_instance_group_manager documentation to display…
Browse files Browse the repository at this point in the history
… correct id format (#9085) (#6405)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 29, 2023
1 parent a77d0bb commit d59ebb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/9085.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ one of which has a `target_size.percent` of `60` will create 2 instances of that
In addition to the arguments listed above, the following computed attributes are
exported:

* `id` - an identifier for the resource with format `{{disk.name}}`
* `id` - an identifier for the resource with format `projects/{{project}}/regions/{{region}}/instanceGroupManagers/{{name}}`

* `fingerprint` - The fingerprint of the instance group manager.

Expand Down

0 comments on commit d59ebb4

Please sign in to comment.