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
Description
At the moment we cannot provision
aws_bedrockagentcore_gateway_targetwith 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_targetPotential Terraform Configuration
References
Would you like to implement the enhancement?
No