Please allow dot in aws_vpn_connection.tunnel*_preshared_key
#4169
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Hi, I encountered issue caused by validation mismatch between AWS and terraform.
It prevent us from creating aws_vpn_connection.
Could you fix this validation issue?
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Able to use preshared_key that contains dot (".").
Actual Behavior
Got following error, cannot create aws_vpn_connection resource:
I think this behavior is caused by this code: https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_vpn_connection.go#L571
Steps to Reproduce
aws_vpn_connection
resourceterraform plan
References
AWS official document says:
The text was updated successfully, but these errors were encountered: