Skip to content

Add support for VPC configuration on aws_bedrockagentcore_gateway_target #47602

Description

@CaioCavalcanti

Description

At the moment we cannot provision aws_bedrockagentcore_gateway_target with VPC settings, which is a core requirement in enterprise environments where we need to access internal targets.

Affected Resource(s) or Data Source(s)

  • aws_bedrockagentcore_gateway_target

Potential Terraform Configuration

resource "aws_bedrockagentcore_gateway_target" "oauth_example" {
  name               = "oauth-target"
  gateway_identifier = aws_bedrockagentcore_gateway.example.gateway_id

  private_endpoint {
    managed_lattice_resource {
      vpc_identifier           = "foo"
      subnet_ids               = "bar"
      endpoint_ip_address_type = "IPV4"
      security_group_ids       = ["qux"]
    }
  }
}

References

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/bedrockagentcoreIssues and PRs that pertain to the bedrockagentcore service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions