File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
operations/deployment/terraform/aws Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ locals {
786786 ) :
787787 false
788788 )
789- protocol = var. aws_r53_enable_cert ? module. aws_certificates [0 ]. selected_arn != " " ? " https://" : " http://" : " http://"
789+ protocol = var. aws_r53_enable_cert ? try ( module. aws_certificates [0 ]. selected_arn , " " ) != " " ? " https://" : " http://" : " http://"
790790 create_efs = var. aws_efs_create == true ? true : (var. aws_efs_create_ha == true ? true : false )
791791 ec2_public_endpoint = var. aws_ec2_instance_create ? (module. ec2 [0 ]. instance_public_dns != null ? module. ec2 [0 ]. instance_public_dns : module. ec2 [0 ]. instance_public_ip ) : null
792792 ec2_private_endpoint = var. aws_ec2_instance_create ? (module. ec2 [0 ]. instance_private_dns != null ? module. ec2 [0 ]. instance_private_dns : module. ec2 [0 ]. instance_private_ip ) : null
You can’t perform that action at this time.
0 commit comments