You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add documentation for service_offering_details feature
- Update service offering documentation with GPU examples
- Add service_offering_details parameter documentation
- Update CHANGELOG with new feature entry
- Include practical examples for GPU configuration
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## 0.4.0 (Unreleased)
2
2
3
+
FEATURES:
4
+
5
+
***New Resource Attribute**: `cloudstack_service_offering` now supports `service_offering_details` for GPU configuration and other advanced settings [GH-246]
6
+
3
7
IMPROVEMENTS:
4
8
5
9
* Restore support for managing resource tags as CloudStack 4.11.3+ and 4.12+ support tags again [GH-65]
@@ -69,6 +89,9 @@ The following arguments are supported:
69
89
70
90
*`storage_tags` - (Optional) Storage tags to associate with the service offering.
71
91
92
+
*`service_offering_details` - (Optional) A map of service offering details for GPU configuration and other advanced settings. Common keys include `pciDevice` and `vgpuType` for GPU offerings.
93
+
Changing this forces a new resource to be created.
0 commit comments