Skip to content

Conversation

@jocelynaladin
Copy link

what

why

references

@jocelynaladin jocelynaladin requested review from a team as code owners May 31, 2025 02:52
@mergify mergify bot added the triage Needs triage label May 31, 2025
Copy link
Contributor

@oycyc oycyc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some follow up! Otherwise looks good

Comment on lines +35 to +39
variable "server_certificate_arn" {
type = string
description = "ACM certificate ARN to use for the Client VPN endpoint. Required if `acm_certificate_enabled` is true."
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now, this is a required variable. It's only required if the other flag acm_certificate_enabled is required, so give it a default of something like null?

Comment on lines -158 to +160
server_certificate_arn = module.self_signed_cert_server.certificate_arn
# server_certificate_arn = module.self_signed_cert_server.certificate_arn
server_certificate_arn = local.server_certificate_arn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment is still left here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage Needs triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants