You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--parameters host="${aws_rds_endpoint:?'aws_rds_endpoint is unset or empty'}",portNumber="3306",localPortNumber="${local_port:?'local_port is unset or empty'}"
39
+
"
40
+
41
+
if [[ -n"${aws_ec2_instance_id}"||-n"${aws_rds_endpoint}"||-n"${local_port}" ]];then
0 commit comments