Untitled

 avatar
unknown
plain_text
a year ago
236 B
5
Indexable
  dynamic "destination_config" {
    for_each = try(each.value.destination_arn_on_failure, null) != null ? [true] : []
    content {
      on_failure {
        destination_arn = each.value["destination_arn_on_failure"]
      }
    }
  }
Editor is loading...
Leave a Comment