Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.78 KB

File metadata and controls

45 lines (34 loc) · 2.78 KB

Requirements

Name Version
terraform >= 1.5.0
azurerm >= 3.71.0, < 4.0.0

Providers

Name Version
azurerm 3.111.0

Modules

No modules.

Resources

Name Type
azurerm_resource_group.this resource
azurerm_storage_account.this resource
azurerm_storage_container.this resource
azurerm_storage_container_immutability_policy.this resource
azurerm_storage_account_blob_container_sas.this data source

Inputs

Name Description Type Default Required
container_name Name of the storage container string "test-container" no
ip_rules List of IP addresses to whitelist list(string) [] no
resource_group_location Location of the resource group string "eastus" no
resource_group_name Name of the resource group string "test-resource-group" no
resource_group_tags Tags for the resource group map(string)
{
"environment": "dev"
}
no
storage_account_name Name of the storage account string "stsrgaccount" no
storage_account_tags Tags for the storage account map(string)
{
"environment": "dev"
}
no

Outputs

Name Description
container_url The URL of the storage container
sas_query_url The SAS query URL for the SAS token