aws_route
resource returns more than 1 target specified
error when updating route target
#16505
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
This issue was originally opened by @petersin0422 as hashicorp/terraform#27061. It was migrated here as a result of the provider split. The original body of the issue is below.
We were trying to change a route from using
gateway_id
tovpc_peering_connection_id
. The change did happened, but Terraform returned an error.Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
The change should complete without error.
Actual Behavior
The change complete, but with the following error.
Steps to Reproduce
aws_route
resource with thegateway_id
argument.gateway_id
argument and replace it withvpc_peering_connection_id
.Additional Context
References
The text was updated successfully, but these errors were encountered: