terraform-aws-vpc-peering
terraform-aws-vpc-peering copied to clipboard
DNS Resolution Variables Not Used
Regardless to how the DNS resolution vars are set, Route Tables on both sides of the connection are always updated.
Please ensure these variables are evaluated when updating Route Tables.
-
peer_dns_resolution
-
this_dns_resolution
@relnetops , could you specify, which version of Terraform and which version of the module are you using?
@grem11n
Terraform v0.12.21
+ provider.aws v2.50.0
module "peer_vpn_usw1" {
source = "grem11n/vpc-peering/aws"
version = "~> 2.0"
# ...
}
This is a problem indeed. Right now as a workaround you can apply Terraform twice. I'm looking into this issue
Closing old issues.