Skip to content

Commit

Permalink
[Compute_Disk] - Add beta multi-writer support (#3911) (#8098)
Browse files Browse the repository at this point in the history
* [Compute_Disk] - Add beta multi-writer support:

* set machine type to n2 for testcase... not supported for n1

* migrate test to disk resource

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 30, 2020
1 parent efd5d57 commit aa63456
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3911.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
compute: added field `multiwriter` to resource `disk` (beta)
```
4 changes: 4 additions & 0 deletions website/docs/r/compute_disk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ The following arguments are supported:
[`google_compute_disk_resource_policy_attachment`](https://www.terraform.io/docs/providers/google/r/compute_disk_resource_policy_attachment.html)
to allow for updating the resource policy attached to the disk.

* `multi_writer` -
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
Indicates whether or not the disk can be read/write attached to more than one instance.

* `zone` -
(Optional)
A reference to the zone where the disk resides.
Expand Down

0 comments on commit aa63456

Please sign in to comment.