Skip to content

Add ODB network ARN route target support#48027

Open
OzakiRoy wants to merge 2 commits into
hashicorp:mainfrom
OzakiRoy:f-aws_route-odb_network_arn
Open

Add ODB network ARN route target support#48027
OzakiRoy wants to merge 2 commits into
hashicorp:mainfrom
OzakiRoy:f-aws_route-odb_network_arn

Conversation

@OzakiRoy
Copy link
Copy Markdown

Description

Adds support for odb_network_arn as an EC2 route target.

This follows the existing route target implementation pattern used by route targets such as core_network_arn.

This PR adds odb_network_arn support to:

  • aws_route
  • aws_route data source
  • inline route blocks in aws_route_table

Relations

Closes #44672

Output from Acceptance Testing

% go test ./internal/service/ec2 -run '^$'
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        (cached) [no tests to run]

Acceptance tests requiring real ODB Network resources were not run.

@github-actions
Copy link
Copy Markdown
Contributor

Community Guidelines

This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions Bot added needs-triage Waiting for first response or review from a maintainer. documentation Introduces or discusses updates to documentation. service/vpc Issues and PRs that pertain to the vpc service. size/S Managed by automation to categorize the size of a PR. labels May 22, 2026
@OzakiRoy OzakiRoy marked this pull request as ready for review May 22, 2026 12:00
@OzakiRoy OzakiRoy requested a review from a team as a code owner May 22, 2026 12:00
@dosubot dosubot Bot added the enhancement Requests to existing resources that expand the functionality or scope. label May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. service/vpc Issues and PRs that pertain to the vpc service. size/S Managed by automation to categorize the size of a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the "odb-network-arn" as the target argument in the "aws_route" TF module which is not supported currently

1 participant