Repo Source Args
fun RepoSourceArgs(branchName: Output<String>? = null, commitSha: Output<String>? = null, dir: Output<String>? = null, invertRegex: Output<Boolean>? = null, project: Output<String>? = null, repoName: Output<String>? = null, substitutions: Output<Map<String, String>>? = null, tagName: Output<String>? = null)