Skip to content

docs: clarify disk_provisioning options #2480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025

Conversation

tenthirtyam
Copy link
Contributor

@tenthirtyam tenthirtyam commented May 8, 2025

Summary

Clarifies the disk_provisioning argument options.

Reference.

Updating to:

* `disk_provisioning` - (Optional) The disk provisioning type.
  If set, all the disks included in the OVF/OVA will have the same specified policy.
  One of `thin`, `thick`, `eagerZeroedThick`, or `sameAsSource`.
  * `thin`: Each disk is allocated and zeroed on demand as the space is used.
  * `thick`: Each disk is allocated at creation time and the space is zeroed on demand as the space is used.
  * `eagerZeroedThick`: Each disk is allocated and zeroed at creation time.
  * `sameAsSource`: Each disk will have the same disk type as the source.

Type

  • fix: Bug Fix
  • feat: Feature or Enhancement
  • docs: Documentation
  • refactor: Refactoring
  • chore: Build, Dependencies, Workflows, etc.
  • other: Other (Please describe.)

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Tests

  • Tests have been added or updated.
  • Tests have been completed.
  • Not applicable.

Output:

Documentation

  • Documentation has been added or updated.

Issue References

Resolves #2479

Release Note

Additional Information

@tenthirtyam tenthirtyam added this to the v2.13.0 milestone May 8, 2025
@tenthirtyam tenthirtyam self-assigned this May 8, 2025
@tenthirtyam tenthirtyam added the documentation Documentation label May 8, 2025
@github-actions github-actions bot added the needs-review Needs Review label May 8, 2025
@tenthirtyam tenthirtyam force-pushed the docs/clarify-disk-provisioning-options branch 2 times, most recently from 1bc464e to 3988cde Compare May 8, 2025 15:11
@tenthirtyam tenthirtyam requested review from dougm and spacegospod May 8, 2025 15:13
@tenthirtyam tenthirtyam marked this pull request as draft May 8, 2025 15:30
Clarifies the `disk_provisioning` argument options.

Signed-off-by: Ryan Johnson <[email protected]>
@tenthirtyam tenthirtyam force-pushed the docs/clarify-disk-provisioning-options branch from 3988cde to bb42916 Compare May 8, 2025 15:40
@tenthirtyam tenthirtyam marked this pull request as ready for review May 8, 2025 15:41
@tenthirtyam tenthirtyam merged commit 8b7f967 into main May 8, 2025
9 checks passed
@tenthirtyam tenthirtyam deleted the docs/clarify-disk-provisioning-options branch May 8, 2025 20:05
@tenthirtyam tenthirtyam removed the needs-review Needs Review label May 8, 2025
Copy link

This functionality has been released in v2.13.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

disk_provisioningoptions documentation
2 participants