Open
Description
Describe the Bug
It is not possible to create 2 client VPNs in the same VPC due to SSM parameter names being hardcoded in the module
Expected Behavior
The user should be able to modile SSM parameter names to bypass the error.
Steps to Reproduce
Create 2 modules for Client VPN and execute them on the same VPC, you will see an error
module.ec2-client-vpn.module.self_signed_cert_ca.aws_ssm_parameter.certificate[0], │ on .terraform/modules/operations_us_east_1_client_vpn.ec2-client-vpn.self_signed_cert_ca/ssm.tf line 1, in resource "aws_ssm_parameter" "certificate": │ 1: resource "aws_ssm_parameter" "certificate" { │
Screenshots
No response
Environment
No response
Additional Context
No response