grem11n / terraform-aws-vpc-peering

Terraform module to setup VPC peering connection
https://registry.terraform.io/modules/grem11n/vpc-peering/aws/latest
Apache License 2.0
126 stars 91 forks source link

DNS Resolution Variables Not Used #50

Closed relnetops closed 1 year ago

relnetops commented 4 years ago

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.

grem11n commented 4 years ago

@relnetops , could you specify, which version of Terraform and which version of the module are you using?

relnetops commented 4 years ago

@grem11n

Terraform v0.12.21
+ provider.aws v2.50.0
module "peer_vpn_usw1" {
  source  = "grem11n/vpc-peering/aws"
  version = "~> 2.0"
  # ...
}
grem11n commented 3 years ago

This is a problem indeed. Right now as a workaround you can apply Terraform twice. I'm looking into this issue

grem11n commented 1 year ago

Closing old issues.