Skip to content

Instantly share code, notes, and snippets.

@manavskohli
Last active February 14, 2019 18:39
Show Gist options
  • Save manavskohli/a57a1c4428ae364d2da1ce0301d50325 to your computer and use it in GitHub Desktop.
Save manavskohli/a57a1c4428ae364d2da1ce0301d50325 to your computer and use it in GitHub Desktop.
data "archive_file" "push_to_bucket_1" {
type = "zip"
source_file = "push_to_bucket_1.py"
output_path = "push_to_bucket_1.zip"
}
data "archive_file" "push_to_bucket_2" {
type = "zip"
source_file = "push_to_bucket_2.py"
output_path = "push_to_bucket_2.zip"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment