You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this module the server certificate is created successfully, but when trying to create the aws_ec2_client_vpn_endpoint.default[0] resource it fails as the created certificate does not have a domain:
Error: error creating EC2 Client VPN Endpoint: InvalidParameterValue: Certificate <certiicate_arn> does not have a domain
The module should fail with the error Error: error creating EC2 Client VPN Endpoint: InvalidParameterValue: Certificate <certiicate_arn> does not have a domain
Environment (please complete the following information):
Using Mac OS silicon
Monterey v12.3.1
terraform 1.1.9
The text was updated successfully, but these errors were encountered:
Fixes the issue with the missing domain. Maybe this inputs should be required? my suspicion is that when these values are not provided this is assigning a domain vpn.server that does not belong to my org, hence it can't set the domain.
Describe the Bug
When using this module the server certificate is created successfully, but when trying to create the
aws_ec2_client_vpn_endpoint.default[0]
resource it fails as the created certificate does not have a domain:My configuration is very simple:
Expected Behavior
The
module.ec2_client_vpn.aws_ec2_client_vpn_endpoint.default[0]
resource should be created.Steps to Reproduce
Steps to reproduce the behavior:
private_subnets
,vpc_id
,client_cidr
and a valid org_name to the following snippetterraform apply
Error: error creating EC2 Client VPN Endpoint: InvalidParameterValue: Certificate <certiicate_arn> does not have a domain
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: