yasnippet-snippets/snippets/terraform-mode/google/data_sources/google_storage_object_signed_url

11 lines
214 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: google_storage_object_signed_url
2019-06-20 07:34:18 +02:00
# key: goog_storage_object_signed_url
# --
data "google_storage_object_signed_url" "${1:name}" {
bucket = "${2:bucket}"
path = "${3:path}"
}