Closed strund3r closed 2 years ago
Then we have missed and added this to the documentation, even though the resource is not importable. It is only used to accept the VPC peering requested from your AWS account. It using our internal CloudAMQP identifiers (vpc_id or instance_id) to make the underlying API calls, together with peering_id created by AWS.
Example:
resource "cloudamqp_vpc_peering" "vpc_accept_peering" {
vpc_id = cloudamqp_vpc.vpc.id
peering_id = aws_vpc_peering_connection.aws_vpc_peering.id
sleep = 30
timeout = 600
}
Will update the documentation to be correct.
The documentation now states that you can't import this resource.
Issue
I'm getting this error when trying to import this resource, even though it exists on the documentation
Versions
1.17.2
3.75.2