Skip to content

Improve ec2_vpc_route_table documentation #2663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

boutetnico
Copy link
Contributor

SUMMARY

Add egress_only_internet_gateway_id as a possible routes keys.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

ec2_vpc_route_table

ADDITIONAL INFORMATION

Copy link

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/amazon.aws/actions/runs/15555299872

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/amazon.aws/branch/main

File changes:

  • M collections/amazon/aws/ec2_vpc_route_table_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/ec2_vpc_route_table_module.html b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/ec2_vpc_route_table_module.html
index 05a4abe..78bc652 100644
--- a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/ec2_vpc_route_table_module.html
+++ b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/ec2_vpc_route_table_module.html
@@ -344,7 +344,7 @@ see <a class="reference internal" href="#ansible-collections-amazon-aws-ec2-vpc-
 <a class="ansibleOptionLink" href="#parameter-routes" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=dictionary</span></p>
 </div></td>
 <td><div class="ansible-option-cell"><p>List of routes in the route table.</p>
-<p>Routes are specified as dicts containing the keys <code class="ansible-value docutils literal notranslate"><span class="pre">dest</span></code> and one of <code class="ansible-value docutils literal notranslate"><span class="pre">gateway_id</span></code>, <code class="ansible-value docutils literal notranslate"><span class="pre">instance_id</span></code>, <code class="ansible-value docutils literal notranslate"><span class="pre">network_interface_id</span></code>, <code class="ansible-value docutils literal notranslate"><span class="pre">transit_gateway_id</span></code>, or <code class="ansible-value docutils literal notranslate"><span class="pre">vpc_peering_connection_id</span></code>.</p>
+<p>Routes are specified as dicts containing the keys <code class="ansible-value docutils literal notranslate"><span class="pre">dest</span></code> and one of <code class="ansible-value docutils literal notranslate"><span class="pre">gateway_id</span></code>, <code class="ansible-value docutils literal notranslate"><span class="pre">instance_id</span></code>, <code class="ansible-value docutils literal notranslate"><span class="pre">network_interface_id</span></code>, <code class="ansible-value docutils literal notranslate"><span class="pre">transit_gateway_id</span></code>, <code class="ansible-value docutils literal notranslate"><span class="pre">vpc_peering_connection_id</span></code> or <code class="ansible-value docutils literal notranslate"><span class="pre">egress_only_internet_gateway_id</span></code>.</p>
 <p>The value of <code class="ansible-value docutils literal notranslate"><span class="pre">dest</span></code> is used for the destination match. It may be a IPv4 CIDR block or a IPv6 CIDR block.</p>
 <p>If <code class="ansible-value docutils literal notranslate"><span class="pre">gateway_id</span></code> is specified, you can refer to the VPC’s IGW by using the value <code class="ansible-value docutils literal notranslate"><span class="pre">igw</span></code>.</p>
 <p>Routes are required for present states.</p>

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/1cee13ac2c7543d1ab095e6ace09d0aa

✔️ ansible-galaxy-importer SUCCESS in 4m 01s
✔️ build-ansible-collection SUCCESS in 11m 11s
✔️ ansible-test-splitter SUCCESS in 4m 18s
✔️ integration-amazon.aws-1 SUCCESS in 22m 35s
Skipped 43 jobs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant