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"azurestack_storage_container" {
source="./modules/azurestack/r/azurestack_storage_container"# container_access_type - (optional) is a type of stringcontainer_access_type=null# name - (required) is a type of stringname=null# resource_group_name - (required) is a type of stringresource_group_name=null# storage_account_name - (required) is a type of stringstorage_account_name=null
}
resource"azurestack_storage_container""this" {
# container_access_type - (optional) is a type of stringcontainer_access_type=var.container_access_type# name - (required) is a type of stringname=var.name# resource_group_name - (required) is a type of stringresource_group_name=var.resource_group_name# storage_account_name - (required) is a type of stringstorage_account_name=var.storage_account_name
}