Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created May 1, 2023 01:26
Show Gist options
  • Select an option

  • Save KyMidd/b62daddb724fc281ed1b43d3ca713b84 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/b62daddb724fc281ed1b43d3ca713b84 to your computer and use it in GitHub Desktop.
data "archive_file" "githubcop_repo_trigger_lambda" {
type = "zip"
source_file = "${path.module}/GitHubCopTriggerLambdaSource/GitHubCopRepoTrigger.py"
output_path = "${path.module}/GitHubCopRepoTrigger.zip"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment