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"azurerm_storage_share_file" {
source=null# content_disposition - (optional) is a type of stringcontent_disposition=null# content_encoding - (optional) is a type of stringcontent_encoding=null# content_md5 - (optional) is a type of stringcontent_md5=null# content_type - (optional) is a type of stringcontent_type=null# metadata - (optional) is a type of map of stringmetadata={}
# name - (required) is a type of stringname=null# path - (optional) is a type of stringpath=null# source - (optional) is a type of string# storage_share_id - (required) is a type of stringstorage_share_id=nulltimeouts=[{
create =null
delete =null
read =null
update =null
}]
}
resource"azurerm_storage_share_file""this" {
# content_disposition - (optional) is a type of stringcontent_disposition=var.content_disposition# content_encoding - (optional) is a type of stringcontent_encoding=var.content_encoding# content_md5 - (optional) is a type of stringcontent_md5=var.content_md5# content_type - (optional) is a type of stringcontent_type=var.content_type# metadata - (optional) is a type of map of stringmetadata=var.metadata# name - (required) is a type of stringname=var.name# path - (optional) is a type of stringpath=var.path# source - (optional) is a type of stringsource=var.source# storage_share_id - (required) is a type of stringstorage_share_id=var.storage_share_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# read - (optional) is a type of stringread=timeouts.value["read"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}