You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"google_storage_object_signed_url" {
source="./modules/google-beta/d/google_storage_object_signed_url"# bucket - (required) is a type of stringbucket=null# content_md5 - (optional) is a type of stringcontent_md5=null# content_type - (optional) is a type of stringcontent_type=null# credentials - (optional) is a type of stringcredentials=null# duration - (optional) is a type of stringduration=null# extension_headers - (optional) is a type of map of stringextension_headers={}
# http_method - (optional) is a type of stringhttp_method=null# path - (required) is a type of stringpath=null
}
data"google_storage_object_signed_url""this" {
# bucket - (required) is a type of stringbucket=var.bucket# content_md5 - (optional) is a type of stringcontent_md5=var.content_md5# content_type - (optional) is a type of stringcontent_type=var.content_type# credentials - (optional) is a type of stringcredentials=var.credentials# duration - (optional) is a type of stringduration=var.duration# extension_headers - (optional) is a type of map of stringextension_headers=var.extension_headers# http_method - (optional) is a type of stringhttp_method=var.http_method# path - (required) is a type of stringpath=var.path
}