You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into the following error I am using the module to establish a vpc peering connection between 2 vpcs in different regions but in the same account.
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: no matching EC2 VPC found
│
│ with module.vpc_peering.data.aws_vpc.acceptor[0],
│ on ../../main.tf line 33, in data "aws_vpc" "acceptor":
│ 33: data "aws_vpc" "acceptor" {
│
Expected Behavior
The module should be able to establish a vpc peering connection for vpcs in different regions.
╷
│ Error: no matching EC2 VPC found
│
│ with module.vpc_peering.data.aws_vpc.acceptor[0],
│ on ../../main.tf line 33, in data "aws_vpc" "acceptor":
│ 33: data "aws_vpc" "acceptor" {
│
╵
Screenshots
No response
Environment
OS: macOSX
version: 11.4
Terraform version: 1.5.0
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
Running into the following error I am using the module to establish a vpc peering connection between 2 vpcs in different regions but in the same account.
module.requestor_subnets_additional.aws_network_acl_rule.private4_ingress[0]: Refreshing state... [id=nacl-2709026851]
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: no matching EC2 VPC found
│
│ with module.vpc_peering.data.aws_vpc.acceptor[0],
│ on ../../main.tf line 33, in data "aws_vpc" "acceptor":
│ 33: data "aws_vpc" "acceptor" {
│
Expected Behavior
The module should be able to establish a vpc peering connection for vpcs in different regions.
Steps to Reproduce
Error:
Screenshots
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: