From 6a0360d0e962d40c4bf10e93ce4bf28ebf87903e Mon Sep 17 00:00:00 2001 From: Anton Sidelnikov <53078276+anton-sidelnikov@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:11:16 +0100 Subject: [PATCH] [Fix] vpc peering connection doc update (#2749) [Fix] vpc peering connection doc update Summary of the Pull Request Make doc name consistent with resource name PR Checklist Refers to: #xxx Tests added/passed. Documentation updated. Schema updated. Release notes added. Reviewed-by: Artem Lifshits Reviewed-by: Vladimir Vshivkov --- .../{vpc_peering_v2.md => vpc_peering_connection_v2.md} | 2 +- .../notes/vpc-peering-connection-doc-76f1a09e33f84802.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename docs/resources/{vpc_peering_v2.md => vpc_peering_connection_v2.md} (97%) create mode 100644 releasenotes/notes/vpc-peering-connection-doc-76f1a09e33f84802.yaml diff --git a/docs/resources/vpc_peering_v2.md b/docs/resources/vpc_peering_connection_v2.md similarity index 97% rename from docs/resources/vpc_peering_v2.md rename to docs/resources/vpc_peering_connection_v2.md index d93fc5a2a..24228e284 100644 --- a/docs/resources/vpc_peering_v2.md +++ b/docs/resources/vpc_peering_connection_v2.md @@ -40,7 +40,7 @@ The following arguments are supported: ## Attributes Reference -All of the argument attributes are also exported as result attributes: +All the argument attributes are also exported as result attributes: * `id` - The VPC peering connection ID. diff --git a/releasenotes/notes/vpc-peering-connection-doc-76f1a09e33f84802.yaml b/releasenotes/notes/vpc-peering-connection-doc-76f1a09e33f84802.yaml new file mode 100644 index 000000000..ef67a681a --- /dev/null +++ b/releasenotes/notes/vpc-peering-connection-doc-76f1a09e33f84802.yaml @@ -0,0 +1,3 @@ +fixes: + - | + **[VPC]** Update/Rename doc to be consistent for ``resource/opentelekomcloud_vpc_peering_connection_v2`` (`#2749 `_)