terraform-aws-vpc-peering icon indicating copy to clipboard operation
terraform-aws-vpc-peering copied to clipboard

DNS Resolution Variables Not Used

Open relnetops opened this issue 4 years ago • 3 comments

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 avatar Mar 02 '20 18:03 relnetops

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

grem11n avatar Mar 02 '20 20:03 grem11n

@grem11n

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

relnetops avatar Mar 02 '20 21:03 relnetops

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

grem11n avatar Feb 14 '21 22:02 grem11n

Closing old issues.

grem11n avatar Apr 11 '23 09:04 grem11n