We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b338f77 commit 077b8bcCopy full SHA for 077b8bc
main.tf
@@ -3685,7 +3685,7 @@ module "aws_gateway_api_controller" {
3685
# Bottlerocket Update Operator
3686
################################################################################
3687
locals {
3688
- wait_for_cert_manager = var.cert_manager.wait ? [module.cert_manager] : []
+ wait_for_cert_manager = try(var.cert_manager.wait, false) ? [module.cert_manager] : []
3689
}
3690
3691
module "bottlerocket_shadow" {
0 commit comments