Please vote on this issue by adding a π reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.
Description
The example documentation includes a SCSI scratch disk configuration block.
Users may accidentally copy this portion without an understanding of the cost implications. It's sort of hidden that this is in fact adding a 375GB disk to the instance. It would be nice to make a note regarding the default disk size and cost implications OR remove the block altogether.
// Local SSD disk
scratch_disk {
interface = "SCSI"
}
This will also cause users to hit resource limits within a region much more quickly.
Community Note
Description
The example documentation includes a SCSI scratch disk configuration block.
Users may accidentally copy this portion without an understanding of the cost implications. It's sort of hidden that this is in fact adding a 375GB disk to the instance. It would be nice to make a note regarding the default disk size and cost implications OR remove the block altogether.
This will also cause users to hit resource limits within a region much more quickly.
New or Affected Resource(s)
Potential Terraform Configuration
N/A
References
b/321386627