Name | Version |
---|---|
terraform | >= 1.5.0 |
azurerm | >= 3.71.0, < 4.0.0 |
Name | Version |
---|---|
azurerm | 3.111.0 |
No modules.
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 |
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) |
{ |
no |
storage_account_name | Name of the storage account | string |
"stsrgaccount" |
no |
storage_account_tags | Tags for the storage account | map(string) |
{ |
no |
Name | Description |
---|---|
container_url | The URL of the storage container |
sas_query_url | The SAS query URL for the SAS token |