[PR #10646/09f11523 backport][stable-11] Add cpu limit argument to scaleway_container (#10718)

Add cpu limit argument to scaleway_container (#10646)

Add cpu limit arguments

And document the units used for memory_limit and cpu_limit.

(cherry picked from commit 09f11523d1)

Co-authored-by: mscherer <mscherer@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-08-23 19:44:45 +02:00 committed by GitHub
commit 3bf688be39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).