We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This module should allow the user to specify a certificate ARN and not just default to creating a self-signed certificate.
This will be a breaking change as it will add counts to the ca cert and server cert.
Also
logging_steam_name
""
organization_name
Allow the configuration of the certificate ARN instead of just using the modules inside of this module.
We want to use a valid certificate and not just a self-signed one.
Allow usage of a valid ACM/SSM certificate.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Feature
This module should allow the user to specify a certificate ARN and not just default to creating a self-signed certificate.
This will be a breaking change as it will add counts to the ca cert and server cert.
Also
logging_steam_name
should default to""
/ be optional.organization_name
should default to""
/ be optional.Expected Behavior
Allow the configuration of the certificate ARN instead of just using the modules inside of this module.
Use Case
We want to use a valid certificate and not just a self-signed one.
Describe Ideal Solution
Allow usage of a valid ACM/SSM certificate.
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: