Creating aws_vpc_peering_connection with allow_remote_vpc_dns_resolution fails #257
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
This issue was originally opened by @WishCow as hashicorp/terraform#8733. It was migrated here as part of the provider split. The original body of the issue is below.
Terraform Version
Terraform v0.7.3
Affected Resource(s)
Terraform Configuration Files
Debug Output
The debug output seems to contain some sensitive information, I'm not sure I'm allowed to share that (company policies).
Panic Output
No panic output
Expected Behavior
Expected the VPC peering connection to be made, with remote_vpc_dns_resolution enabled.
Actual Behavior
The VPC peering connection is made, but the DNS resolution properties are disabled.
In addition, terraform outputs the following error:
Error applying plan:
1 error(s) occurred:
status code: 400, request id: 6e163e8d-d361-4e86-a629-9ea98685a59a
If I leave out the accepter/requester blocks, everything is fine
Steps to Reproduce
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
No references.
The text was updated successfully, but these errors were encountered: