Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix `ssm_enabled = false` usage │ Error: Invalid function argument │ │ on .terraform/modules/service_codefresh_serverless/outputs.tf line 41, in output "ses_smtp_password_v4": │ 41: value = local.ssm_enabled ? null : join("", aws_iam_access_key.default.*.ses_smtp_password_v4) │ ├──────────────── │ │ while calling join(separator, lists...) │ │ aws_iam_access_key.default is tuple with 1 element │ │ Invalid value for "lists" parameter: element 0 is null; cannot concatenate null values. * Auto Format Co-authored-by: cloudpossebot <[email protected]>
- Loading branch information