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_container" {
source="./modules/azurerm/d/azurerm_storage_container"# metadata - (optional) is a type of map of stringmetadata={}
# name - (required) is a type of stringname=null# storage_account_name - (required) is a type of stringstorage_account_name=nulltimeouts=[{
read =null
}]
}
data"azurerm_storage_container""this" {
# metadata - (optional) is a type of map of stringmetadata=var.metadata# name - (required) is a type of stringname=var.name# storage_account_name - (required) is a type of stringstorage_account_name=var.storage_account_namedynamic"timeouts" {
for_each=var.timeoutscontent {
# read - (optional) is a type of stringread=timeouts.value["read"]
}
}
}