Add cpu limit argument to scaleway_container (#10646)

Add cpu limit arguments

And document the units used for memory_limit and cpu_limit.
This commit is contained in:
mscherer
2025-08-23 18:36:00 +02:00
committed by GitHub
parent 9e86d239d2
commit 09f11523d1
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- scaleway_container - add a ``cpu_limit`` argument (https://github.com/ansible-collections/community.general/pull/10646).