From c6689b62458ffe7c36cdd33825125ec083a087d2 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 14:20:00 +0100 Subject: [PATCH] [PR #11316/3debc968 backport][stable-12] Fixing documentation for scaleway_private_network module. (#11319) Fixing documentation for scaleway_private_network module. (#11316) (cherry picked from commit 3debc968a43549d753ccc1c3b1c44b1a9b76c6eb) Co-authored-by: Greg Harvey --- plugins/modules/scaleway_private_network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/scaleway_private_network.py b/plugins/modules/scaleway_private_network.py index 74bdf27232..dd016b0436 100644 --- a/plugins/modules/scaleway_private_network.py +++ b/plugins/modules/scaleway_private_network.py @@ -79,7 +79,7 @@ options: EXAMPLES = r""" - name: Create an private network - community.general.scaleway_vpc: + community.general.scaleway_private_network: project: '{{ scw_project }}' name: 'vpc_one' state: present @@ -87,7 +87,7 @@ EXAMPLES = r""" register: vpc_creation_task - name: Make sure private network with name 'foo' is deleted in region par1 - community.general.scaleway_vpc: + community.general.scaleway_private_network: name: 'foo' state: absent region: par1