{"id":51410841,"url":"https://github.com/launchbynttdata/tf-azurerm-module_reference-storage_account","last_synced_at":"2026-07-04T14:32:32.352Z","repository":{"id":340185393,"uuid":"803405399","full_name":"launchbynttdata/tf-azurerm-module_reference-storage_account","owner":"launchbynttdata","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-10T08:49:24.000Z","size":320,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-10T10:37:57.525Z","etag":null,"topics":["azure","infrastructure-as-code","platform-automation","reference","terraform"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchbynttdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-20T16:55:31.000Z","updated_at":"2026-04-02T13:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/launchbynttdata/tf-azurerm-module_reference-storage_account","commit_stats":null,"previous_names":["launchbynttdata/tf-azurerm-module_reference-storage_account"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/launchbynttdata/tf-azurerm-module_reference-storage_account","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-storage_account","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-storage_account/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-storage_account/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-storage_account/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchbynttdata","download_url":"https://codeload.github.com/launchbynttdata/tf-azurerm-module_reference-storage_account/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_reference-storage_account/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35125718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","infrastructure-as-code","platform-automation","reference","terraform"],"created_at":"2026-07-04T14:32:30.314Z","updated_at":"2026-07-04T14:32:32.337Z","avatar_url":"https://github.com/launchbynttdata.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tf-azurerm-module_primitive-storage_account (Azure Storage Account)\n\n## Overview\n\nThis terraform module will install storage account in the Azure portal. User can also create containers and file shares by passing in appropriate input variables.\n\n## Pre-Commit hooks\n[.pre-commit-config.yaml](.pre-commit-config.yaml) file defines certain `pre-commit` hooks that are relevant to terraform, golang and common linting tasks. There are no custom hooks added.\n\n`commitlint` hook enforces commit message in certain format. The commit contains the following structural elements, to communicate intent to the consumers of your commit messages:\n\n- **fix**: a commit of the type `fix` patches a bug in your codebase (this correlates with PATCH in Semantic Versioning).\n- **feat**: a commit of the type `feat` introduces a new feature to the codebase (this correlates with MINOR in Semantic Versioning).\n- **BREAKING CHANGE**: a commit that has a footer `BREAKING CHANGE:`, or appends a `!` after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type.\nfooters other than BREAKING CHANGE: \u003cdescription\u003e may be provided and follow a convention similar to git trailer format.\n- **build**: a commit of the type `build` adds changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)\n- **chore**: a commit of the type `chore` adds changes that don't modify src or test files\n- **ci**: a commit of the type `ci` adds changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)\n- **docs**: a commit of the type `docs` adds documentation only changes\n- **perf**: a commit of the type `perf` adds code change that improves performance\n- **refactor**: a commit of the type `refactor` adds code change that neither fixes a bug nor adds a feature\n- **revert**: a commit of the type `revert` reverts a previous commit\n- **style**: a commit of the type `style` adds code changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n- **test**: a commit of the type `test` adds missing tests or correcting existing tests\n\nBase configuration used for this project is [commitlint-config-conventional (based on the Angular convention)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional#type-enum)\n\nIf you are a developer using vscode, [this](https://marketplace.visualstudio.com/items?itemName=joshbolduc.commitlint) plugin may be helpful.\n\n`detect-secrets-hook` prevents new secrets from being introduced into the baseline. TODO: INSERT DOC LINK ABOUT HOOKS\n\nIn order for `pre-commit` hooks to work properly\n- You need to have the pre-commit package manager installed. [Here](https://pre-commit.com/#install) are the installation instructions.\n- `pre-commit` would install all the hooks when commit message is added by default except for `commitlint` hook. `commitlint` hook would need to be installed manually using the command below\n```\npre-commit install --hook-type commit-msg\n```\n\n## To test the resource group module locally\n\n1. For development/enhancements to this module locally, you'll need to install all of its components. This is controlled by the `configure` target in the project's [`Makefile`](./Makefile). Before you can run `configure`, familiarize yourself with the variables in the `Makefile` and ensure they're pointing to the right places.\n\n```\nmake configure\n```\n\nThis adds in several files and directories that are ignored by `git`. They expose many new Make targets.\n\n2. The first target you care about is `env`. This is the common interface for setting up environment variables. The values of the environment variables will be used to authenticate with cloud provider from local development workstation.\n\n`make configure` command will bring down `azure_env.sh` file on local workstation. Devloper would need to modify this file, replace the environment variable values with relevant values.\n\nThese environment variables are used by `terratest` integration suit.\n\nService principle used for authentication(value of ARM_CLIENT_ID) should have below privileges on resource group within the subscription.\n\n```\n\"Microsoft.Resources/subscriptions/resourceGroups/write\"\n\"Microsoft.Resources/subscriptions/resourceGroups/read\"\n\"Microsoft.Resources/subscriptions/resourceGroups/delete\"\n```\n\nThen run this make target to set the environment variables on developer workstation.\n\n```\nmake env\n```\n\n3. The first target you care about is `check`.\n\n**Pre-requisites**\nBefore running this target it is important to ensure that, developer has created files mentioned below on local workstation under root directory of git repository that contains code for primitives/segments. Note that these files are `azure` specific. If primitive/segment under development uses any other cloud provider than azure, this section may not be relevant.\n- A file named `provider.tf` with contents below\n\n```\nprovider \"azurerm\" {\n  features {}\n}\n```\n- A file named `terraform.tfvars` which contains key value pair of variables used.\n\nNote that since these files are added in `gitgnore` they would not be checked in into primitive/segment's git repo.\n\nAfter creating these files, for running tests associated with the primitive/segment, run\n\n```\nmake check\n```\n\nIf `make check` target is successful, developer is good to commit the code to primitive/segment's git repo.\n\n`make check` target\n- runs `terraform commands` to `lint`,`validate` and `plan` terraform code.\n- runs `conftests`. `conftests` make sure `policy` checks are successful.\n- runs `terratest`. This is integration test suit.\n- runs `opa` tests\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | ~\u003e 1.5 |\n| \u003ca name=\"requirement_azurerm\"\u003e\u003c/a\u003e [azurerm](#requirement\\_azurerm) | ~\u003e 3.77 |\n| \u003ca name=\"requirement_random\"\u003e\u003c/a\u003e [random](#requirement\\_random) | ~\u003e 3.6 |\n| \u003ca name=\"requirement_time\"\u003e\u003c/a\u003e [time](#requirement\\_time) | ~\u003e 0.11 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_time\"\u003e\u003c/a\u003e [time](#provider\\_time) | 0.13.1 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_resource_names\"\u003e\u003c/a\u003e [resource\\_names](#module\\_resource\\_names) | terraform.registry.launch.nttdata.com/module_library/resource_name/launch | ~\u003e 2.0 |\n| \u003ca name=\"module_resource_group\"\u003e\u003c/a\u003e [resource\\_group](#module\\_resource\\_group) | terraform.registry.launch.nttdata.com/module_primitive/resource_group/azurerm | ~\u003e 1.1 |\n| \u003ca name=\"module_storage_account\"\u003e\u003c/a\u003e [storage\\_account](#module\\_storage\\_account) | terraform.registry.launch.nttdata.com/module_primitive/storage_account/azurerm | ~\u003e 1.3.6 |\n| \u003ca name=\"module_monitor_action_group\"\u003e\u003c/a\u003e [monitor\\_action\\_group](#module\\_monitor\\_action\\_group) | terraform.registry.launch.nttdata.com/module_primitive/monitor_action_group/azurerm | ~\u003e 1.0.1 |\n| \u003ca name=\"module_monitor_metric_alert\"\u003e\u003c/a\u003e [monitor\\_metric\\_alert](#module\\_monitor\\_metric\\_alert) | terraform.registry.launch.nttdata.com/module_primitive/monitor_metric_alert/azurerm | ~\u003e 2.0 |\n| \u003ca name=\"module_log_analytics_workspace\"\u003e\u003c/a\u003e [log\\_analytics\\_workspace](#module\\_log\\_analytics\\_workspace) | terraform.registry.launch.nttdata.com/module_primitive/log_analytics_workspace/azurerm | ~\u003e 1.2.5 |\n| \u003ca name=\"module_diagnostic_setting\"\u003e\u003c/a\u003e [diagnostic\\_setting](#module\\_diagnostic\\_setting) | terraform.registry.launch.nttdata.com/module_primitive/monitor_diagnostic_setting/azurerm | ~\u003e 3.1.2 |\n| \u003ca name=\"module_recovery_services_vault\"\u003e\u003c/a\u003e [recovery\\_services\\_vault](#module\\_recovery\\_services\\_vault) | terraform.registry.launch.nttdata.com/module_primitive/recovery_services_vault/azurerm | ~\u003e 1.0.2 |\n| \u003ca name=\"module_backup_container_storage_account\"\u003e\u003c/a\u003e [backup\\_container\\_storage\\_account](#module\\_backup\\_container\\_storage\\_account) | terraform.registry.launch.nttdata.com/module_primitive/backup_container_storage_account/azurerm | ~\u003e 1.0.0 |\n| \u003ca name=\"module_data_protection_backup_vault\"\u003e\u003c/a\u003e [data\\_protection\\_backup\\_vault](#module\\_data\\_protection\\_backup\\_vault) | terraform.registry.launch.nttdata.com/module_primitive/data_protection_backup_vault/azurerm | ~\u003e 0.1.3 |\n| \u003ca name=\"module_data_protection_backup_policy_blob_storage\"\u003e\u003c/a\u003e [data\\_protection\\_backup\\_policy\\_blob\\_storage](#module\\_data\\_protection\\_backup\\_policy\\_blob\\_storage) | terraform.registry.launch.nttdata.com/module_primitive/data_protection_backup_policy_blob_storage/azurerm | ~\u003e 1.0.2 |\n| \u003ca name=\"module_backup_storage_reader\"\u003e\u003c/a\u003e [backup\\_storage\\_reader](#module\\_backup\\_storage\\_reader) | terraform.registry.launch.nttdata.com/module_primitive/role_assignment/azurerm | ~\u003e 1.2.1 |\n| \u003ca name=\"module_backup_storage_backup_contributor\"\u003e\u003c/a\u003e [backup\\_storage\\_backup\\_contributor](#module\\_backup\\_storage\\_backup\\_contributor) | terraform.registry.launch.nttdata.com/module_primitive/role_assignment/azurerm | ~\u003e 1.2.1 |\n| \u003ca name=\"module_backup_blob_data_contributor\"\u003e\u003c/a\u003e [backup\\_blob\\_data\\_contributor](#module\\_backup\\_blob\\_data\\_contributor) | terraform.registry.launch.nttdata.com/module_primitive/role_assignment/azurerm | ~\u003e 1.2.1 |\n| \u003ca name=\"module_backup_policy_file_share\"\u003e\u003c/a\u003e [backup\\_policy\\_file\\_share](#module\\_backup\\_policy\\_file\\_share) | terraform.registry.launch.nttdata.com/module_primitive/backup_policy_file_share/azurerm | ~\u003e 1.0.1 |\n| \u003ca name=\"module_backup_protected_file_share\"\u003e\u003c/a\u003e [backup\\_protected\\_file\\_share](#module\\_backup\\_protected\\_file\\_share) | terraform.registry.launch.nttdata.com/module_primitive/backup_protected_file_share/azurerm | ~\u003e 0.1.3 |\n| \u003ca name=\"module_backup_instance_blob_storage\"\u003e\u003c/a\u003e [backup\\_instance\\_blob\\_storage](#module\\_backup\\_instance\\_blob\\_storage) | terraform.registry.launch.nttdata.com/module_primitive/data_protection_backup_instance_blob_storage/azurerm | ~\u003e 1.0.1 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [time_sleep.wait_for_backup_rbac](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep) | resource |\n| [time_sleep.wait_for_storage_monitoring](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_resource_group_name\"\u003e\u003c/a\u003e [resource\\_group\\_name](#input\\_resource\\_group\\_name) | target resource group resource mask | `string` | n/a | yes |\n| \u003ca name=\"input_create_resource_group\"\u003e\u003c/a\u003e [create\\_resource\\_group](#input\\_create\\_resource\\_group) | Optional override for creating resource group in this module. When null, behavior follows resource\\_group\\_name nullability. | `bool` | `null` | no |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | (Required) Specifies the supported Azure location where the resource exists. | `string` | n/a | yes |\n| \u003ca name=\"input_resource_names_map\"\u003e\u003c/a\u003e [resource\\_names\\_map](#input\\_resource\\_names\\_map) | A map of keys to resource\\_name that will be used by tf-launch-module\\_library-resource\\_name to generate resource names | \u003cpre\u003emap(object({\u003cbr/\u003e    name       = string\u003cbr/\u003e    max_length = optional(number, 60)\u003cbr/\u003e  }))\u003c/pre\u003e | \u003cpre\u003e{\u003cbr/\u003e  \"log_analytics_workspace\": {\u003cbr/\u003e    \"max_length\": 80,\u003cbr/\u003e    \"name\": \"law\"\u003cbr/\u003e  },\u003cbr/\u003e  \"resource_group\": {\u003cbr/\u003e    \"max_length\": 80,\u003cbr/\u003e    \"name\": \"rg\"\u003cbr/\u003e  },\u003cbr/\u003e  \"storage_account\": {\u003cbr/\u003e    \"max_length\": 24,\u003cbr/\u003e    \"name\": \"sa\"\u003cbr/\u003e  }\u003cbr/\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of tags to add to all resources | `map(string)` | `{}` | no |\n| \u003ca name=\"input_instance_env\"\u003e\u003c/a\u003e [instance\\_env](#input\\_instance\\_env) | Number that represents the instance of the environment. | `number` | `0` | no |\n| \u003ca name=\"input_instance_resource\"\u003e\u003c/a\u003e [instance\\_resource](#input\\_instance\\_resource) | Number that represents the instance of the resource. | `number` | `0` | no |\n| \u003ca name=\"input_logical_product_family\"\u003e\u003c/a\u003e [logical\\_product\\_family](#input\\_logical\\_product\\_family) | (Required) Name of the product family for which the resource is created.\u003cbr/\u003e    Example: org\\_name, department\\_name. | `string` | `\"launch\"` | no |\n| \u003ca name=\"input_logical_product_service\"\u003e\u003c/a\u003e [logical\\_product\\_service](#input\\_logical\\_product\\_service) | (Required) Name of the product service for which the resource is created.\u003cbr/\u003e    For example, backend, frontend, middleware etc. | `string` | `\"sta\"` | no |\n| \u003ca name=\"input_class_env\"\u003e\u003c/a\u003e [class\\_env](#input\\_class\\_env) | (Required) Environment where resource is going to be deployed. For example. dev, qa, uat | `string` | `\"dev\"` | no |\n| \u003ca name=\"input_use_azure_region_abbr\"\u003e\u003c/a\u003e [use\\_azure\\_region\\_abbr](#input\\_use\\_azure\\_region\\_abbr) | Use Azure region abbreviation in resource names. | `bool` | `true` | no |\n| \u003ca name=\"input_storage_account_name\"\u003e\u003c/a\u003e [storage\\_account\\_name](#input\\_storage\\_account\\_name) | The name of the storage account. | `string` | `null` | no |\n| \u003ca name=\"input_account_tier\"\u003e\u003c/a\u003e [account\\_tier](#input\\_account\\_tier) | value of the account\\_tier | `string` | `\"Standard\"` | no |\n| \u003ca name=\"input_account_replication_type\"\u003e\u003c/a\u003e [account\\_replication\\_type](#input\\_account\\_replication\\_type) | value of the account\\_replication\\_type | `string` | `\"LRS\"` | no |\n| \u003ca name=\"input_storage_containers\"\u003e\u003c/a\u003e [storage\\_containers](#input\\_storage\\_containers) | map of storage container configs, keyed polymorphically | \u003cpre\u003emap(object({\u003cbr/\u003e    name                  = string\u003cbr/\u003e    container_access_type = string\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_storage_shares\"\u003e\u003c/a\u003e [storage\\_shares](#input\\_storage\\_shares) | map of storage file shares configs, keyed polymorphically | \u003cpre\u003emap(object({\u003cbr/\u003e    name     = string\u003cbr/\u003e    quota    = number\u003cbr/\u003e    metadata = optional(map(string))\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_storage_queues\"\u003e\u003c/a\u003e [storage\\_queues](#input\\_storage\\_queues) | map of storage queue configs, keyed polymorphically | \u003cpre\u003emap(object({\u003cbr/\u003e    name = string\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_static_website\"\u003e\u003c/a\u003e [static\\_website](#input\\_static\\_website) | The static website details if the storage account needs to be used as a static website | \u003cpre\u003eobject({\u003cbr/\u003e    index_document     = string\u003cbr/\u003e    error_404_document = string\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_enable_https_traffic_only\"\u003e\u003c/a\u003e [enable\\_https\\_traffic\\_only](#input\\_enable\\_https\\_traffic\\_only) | Boolean flag that forces HTTPS traffic only | `bool` | `true` | no |\n| \u003ca name=\"input_access_tier\"\u003e\u003c/a\u003e [access\\_tier](#input\\_access\\_tier) | Choose between Hot or Cool | `string` | `\"Hot\"` | no |\n| \u003ca name=\"input_account_kind\"\u003e\u003c/a\u003e [account\\_kind](#input\\_account\\_kind) | Defines the kind of account | `string` | `\"StorageV2\"` | no |\n| \u003ca name=\"input_blob_cors_rule\"\u003e\u003c/a\u003e [blob\\_cors\\_rule](#input\\_blob\\_cors\\_rule) | Blob cors rules | \u003cpre\u003emap(object({\u003cbr/\u003e    allowed_headers    = list(string)\u003cbr/\u003e    allowed_methods    = list(string)\u003cbr/\u003e    allowed_origins    = list(string)\u003cbr/\u003e    exposed_headers    = list(string)\u003cbr/\u003e    max_age_in_seconds = number\u003cbr/\u003e  }))\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_blob_delete_retention_policy\"\u003e\u003c/a\u003e [blob\\_delete\\_retention\\_policy](#input\\_blob\\_delete\\_retention\\_policy) | Number of days the blob should be retained. Set 0 to disable | `number` | `0` | no |\n| \u003ca name=\"input_blob_versioning_enabled\"\u003e\u003c/a\u003e [blob\\_versioning\\_enabled](#input\\_blob\\_versioning\\_enabled) | Is blob versioning enabled for blob | `bool` | `false` | no |\n| \u003ca name=\"input_blob_change_feed_enabled\"\u003e\u003c/a\u003e [blob\\_change\\_feed\\_enabled](#input\\_blob\\_change\\_feed\\_enabled) | Is the blob service properties for change feed enabled for blob | `bool` | `false` | no |\n| \u003ca name=\"input_blob_change_feed_retention_in_days\"\u003e\u003c/a\u003e [blob\\_change\\_feed\\_retention\\_in\\_days](#input\\_blob\\_change\\_feed\\_retention\\_in\\_days) | Number of days to retain blob change feed. Set 0 to disable | `number` | `0` | no |\n| \u003ca name=\"input_blob_last_access_time_enabled\"\u003e\u003c/a\u003e [blob\\_last\\_access\\_time\\_enabled](#input\\_blob\\_last\\_access\\_time\\_enabled) | Is the last access time based tracking enabled | `bool` | `false` | no |\n| \u003ca name=\"input_blob_container_delete_retention_policy\"\u003e\u003c/a\u003e [blob\\_container\\_delete\\_retention\\_policy](#input\\_blob\\_container\\_delete\\_retention\\_policy) | Specify the number of days that the container should be retained. Set 0 to disable | `number` | `0` | no |\n| \u003ca name=\"input_public_network_access_enabled\"\u003e\u003c/a\u003e [public\\_network\\_access\\_enabled](#input\\_public\\_network\\_access\\_enabled) | Whether the public network access is enabled. Defaults to `true`. | `bool` | `true` | no |\n| \u003ca name=\"input_network_rules\"\u003e\u003c/a\u003e [network\\_rules](#input\\_network\\_rules) | An object defining rules around network access for the Storage Account. | \u003cpre\u003eobject({\u003cbr/\u003e    default_action             = optional(string, \"Deny\")\u003cbr/\u003e    bypass                     = optional(list(string), [\"AzureServices\", \"Logging\", \"Metrics\"])\u003cbr/\u003e    ip_rules                   = optional(list(string), [])\u003cbr/\u003e    virtual_network_subnet_ids = optional(list(string), [])\u003cbr/\u003e    private_link_access = optional(list(object({\u003cbr/\u003e      endpoint_resource_id = string\u003cbr/\u003e      endpoint_tenant_id   = optional(string, null)\u003cbr/\u003e    })), [])\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_action_group\"\u003e\u003c/a\u003e [action\\_group](#input\\_action\\_group) | An action group object. Each action group can have:\u003cbr/\u003e  - short\\_name: (Required) The short name of the action group\u003cbr/\u003e  - arm\\_role\\_receivers: (Optional) List of ARM role receivers\u003cbr/\u003e  - email\\_receivers: (Optional) List of email receivers | \u003cpre\u003eobject({\u003cbr/\u003e    name       = string\u003cbr/\u003e    short_name = string\u003cbr/\u003e    arm_role_receivers = optional(list(object({\u003cbr/\u003e      name                    = string\u003cbr/\u003e      role_id                 = string\u003cbr/\u003e      use_common_alert_schema = optional(bool)\u003cbr/\u003e    })), [])\u003cbr/\u003e    email_receivers = optional(list(object({\u003cbr/\u003e      name                    = string\u003cbr/\u003e      email_address           = string\u003cbr/\u003e      use_common_alert_schema = optional(bool)\u003cbr/\u003e    })), [])\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_action_group_ids\"\u003e\u003c/a\u003e [action\\_group\\_ids](#input\\_action\\_group\\_ids) | A list of action group IDs. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_metric_alerts\"\u003e\u003c/a\u003e [metric\\_alerts](#input\\_metric\\_alerts) | Monitor Metric Alert Properties | \u003cpre\u003emap(object({\u003cbr/\u003e    description        = string\u003cbr/\u003e    action_groups      = optional(set(string), [])\u003cbr/\u003e    frequency          = optional(string, \"PT1M\")\u003cbr/\u003e    severity           = optional(number, 3)\u003cbr/\u003e    enabled            = optional(bool, true)\u003cbr/\u003e    webhook_properties = optional(map(string))\u003cbr/\u003e    criteria = optional(list(object({\u003cbr/\u003e      metric_namespace       = string\u003cbr/\u003e      metric_name            = string\u003cbr/\u003e      aggregation            = string\u003cbr/\u003e      operator               = string\u003cbr/\u003e      threshold              = number\u003cbr/\u003e      skip_metric_validation = optional(bool, false)\u003cbr/\u003e      dimensions = optional(list(object({\u003cbr/\u003e        name     = string\u003cbr/\u003e        operator = string\u003cbr/\u003e        values   = list(string)\u003cbr/\u003e      })))\u003cbr/\u003e    })))\u003cbr/\u003e    dynamic_criteria = optional(object({\u003cbr/\u003e      metric_namespace       = string\u003cbr/\u003e      metric_name            = string\u003cbr/\u003e      aggregation            = string\u003cbr/\u003e      operator               = string\u003cbr/\u003e      alert_sensitivity      = string\u003cbr/\u003e      ignore_data_before     = optional(string)\u003cbr/\u003e      skip_metric_validation = optional(bool, false)\u003cbr/\u003e      dimensions = optional(list(object({\u003cbr/\u003e        name     = string\u003cbr/\u003e        operator = string\u003cbr/\u003e        values   = list(string)\u003cbr/\u003e      })))\u003cbr/\u003e    }))\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_diagnostic_settings\"\u003e\u003c/a\u003e [diagnostic\\_settings](#input\\_diagnostic\\_settings) | n/a | \u003cpre\u003emap(object({\u003cbr/\u003e    enabled_log = optional(list(object({\u003cbr/\u003e      category_group = optional(string, \"allLogs\")\u003cbr/\u003e      category       = optional(string, null)\u003cbr/\u003e    })))\u003cbr/\u003e    metrics = optional(list(object({\u003cbr/\u003e      category = string\u003cbr/\u003e      enabled  = optional(bool)\u003cbr/\u003e    })))\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_log_analytics_workspace\"\u003e\u003c/a\u003e [log\\_analytics\\_workspace](#input\\_log\\_analytics\\_workspace) | n/a | \u003cpre\u003eobject({\u003cbr/\u003e    sku               = string\u003cbr/\u003e    retention_in_days = number\u003cbr/\u003e    daily_quota_gb    = number\u003cbr/\u003e    identity = optional(object({\u003cbr/\u003e      type         = string\u003cbr/\u003e      identity_ids = optional(list(string))\u003cbr/\u003e    }))\u003cbr/\u003e    local_authentication_disabled = optional(bool)\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_log_analytics_workspace_id\"\u003e\u003c/a\u003e [log\\_analytics\\_workspace\\_id](#input\\_log\\_analytics\\_workspace\\_id) | (Optional) The ID of the Log Analytics Workspace. | `string` | `null` | no |\n| \u003ca name=\"input_recovery_services_vault\"\u003e\u003c/a\u003e [recovery\\_services\\_vault](#input\\_recovery\\_services\\_vault) | Recovery Services Vault configuration | \u003cpre\u003eobject({\u003cbr/\u003e    name                               = optional(string)\u003cbr/\u003e    sku                                = optional(string, \"Standard\")\u003cbr/\u003e    public_network_access_enabled      = optional(bool, true)\u003cbr/\u003e    immutability                       = optional(string)\u003cbr/\u003e    storage_mode_type                  = optional(string, \"GeoRedundant\")\u003cbr/\u003e    cross_region_restore_enabled       = optional(bool, false)\u003cbr/\u003e    soft_delete_enabled                = optional(bool, true)\u003cbr/\u003e    classic_vmware_replication_enabled = optional(bool)\u003cbr/\u003e\u003cbr/\u003e    identity = optional(object({\u003cbr/\u003e      type         = string\u003cbr/\u003e      identity_ids = optional(list(string))\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    encryption = optional(object({\u003cbr/\u003e      key_id                            = string\u003cbr/\u003e      infrastructure_encryption_enabled = bool\u003cbr/\u003e      user_assigned_identity_id         = optional(string)\u003cbr/\u003e      use_system_assigned_identity      = optional(bool, true)\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    monitoring = optional(map(any))\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_data_protection_backup_vault\"\u003e\u003c/a\u003e [data\\_protection\\_backup\\_vault](#input\\_data\\_protection\\_backup\\_vault) | Data Protection Backup Vault configuration | \u003cpre\u003eobject({\u003cbr/\u003e    name                       = optional(string)\u003cbr/\u003e    datastore_type             = optional(string, \"VaultStore\")\u003cbr/\u003e    redundancy                 = optional(string, \"LocallyRedundant\")\u003cbr/\u003e    retention_duration_in_days = optional(number, 14)\u003cbr/\u003e    soft_delete                = optional(string, \"On\")\u003cbr/\u003e\u003cbr/\u003e    identity = optional(object({\u003cbr/\u003e      type = string\u003cbr/\u003e    }))\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_blob_backup_policies\"\u003e\u003c/a\u003e [blob\\_backup\\_policies](#input\\_blob\\_backup\\_policies) | Blob storage backup policies | \u003cpre\u003emap(object({\u003cbr/\u003e    policy_name = string\u003cbr/\u003e\u003cbr/\u003e    backup_repeating_time_intervals        = optional(list(string))\u003cbr/\u003e    operational_default_retention_duration = optional(string)\u003cbr/\u003e    vault_default_retention_duration       = optional(string)\u003cbr/\u003e    time_zone                              = optional(string)\u003cbr/\u003e\u003cbr/\u003e    retention_rules = optional(list(object({\u003cbr/\u003e      name     = string\u003cbr/\u003e      priority = number\u003cbr/\u003e\u003cbr/\u003e      life_cycle = object({\u003cbr/\u003e        data_store_type = string\u003cbr/\u003e        duration        = string\u003cbr/\u003e      })\u003cbr/\u003e\u003cbr/\u003e      criteria = object({\u003cbr/\u003e        absolute_criteria      = optional(string)\u003cbr/\u003e        days_of_month          = optional(list(number))\u003cbr/\u003e        days_of_week           = optional(list(string))\u003cbr/\u003e        months_of_year         = optional(list(string))\u003cbr/\u003e        scheduled_backup_times = optional(list(string))\u003cbr/\u003e        weeks_of_month         = optional(list(string))\u003cbr/\u003e      })\u003cbr/\u003e    })), [])\u003cbr/\u003e\u003cbr/\u003e    timeouts = optional(object({\u003cbr/\u003e      create = optional(string, \"30m\")\u003cbr/\u003e      read   = optional(string, \"5m\")\u003cbr/\u003e      delete = optional(string, \"30m\")\u003cbr/\u003e    }), {})\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_file_share_backups\"\u003e\u003c/a\u003e [file\\_share\\_backups](#input\\_file\\_share\\_backups) | n/a | \u003cpre\u003emap(object({\u003cbr/\u003e    file_share_name = string\u003cbr/\u003e    policy_key      = string\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_file_share_backup_policies\"\u003e\u003c/a\u003e [file\\_share\\_backup\\_policies](#input\\_file\\_share\\_backup\\_policies) | File share backup policy configuration | \u003cpre\u003emap(object({\u003cbr/\u003e    name                  = string\u003cbr/\u003e    frequency             = string\u003cbr/\u003e    time                  = string\u003cbr/\u003e    retention_daily_count = number\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n| \u003ca name=\"input_blob_backup_instances\"\u003e\u003c/a\u003e [blob\\_backup\\_instances](#input\\_blob\\_backup\\_instances) | Blob backup instances | \u003cpre\u003emap(object({\u003cbr/\u003e    policy_key                      = string\u003cbr/\u003e    storage_account_container_names = optional(list(string))\u003cbr/\u003e    timeouts = optional(object({\u003cbr/\u003e      create = optional(string, \"30m\")\u003cbr/\u003e      read   = optional(string, \"5m\")\u003cbr/\u003e      update = optional(string, \"30m\")\u003cbr/\u003e      delete = optional(string, \"30m\")\u003cbr/\u003e    }), {})\u003cbr/\u003e  }))\u003c/pre\u003e | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | The ID of the Storage Account. |\n| \u003ca name=\"output_name\"\u003e\u003c/a\u003e [name](#output\\_name) | Name of the storage account. |\n| \u003ca name=\"output_resource_group_name\"\u003e\u003c/a\u003e [resource\\_group\\_name](#output\\_resource\\_group\\_name) | The name of the resource group in which the storage account is created. |\n| \u003ca name=\"output_primary_location\"\u003e\u003c/a\u003e [primary\\_location](#output\\_primary\\_location) | The primary location of the storage account. |\n| \u003ca name=\"output_primary_blob_endpoint\"\u003e\u003c/a\u003e [primary\\_blob\\_endpoint](#output\\_primary\\_blob\\_endpoint) | The endpoint URL for blob storage in the primary location. |\n| \u003ca name=\"output_primary_web_endpoint\"\u003e\u003c/a\u003e [primary\\_web\\_endpoint](#output\\_primary\\_web\\_endpoint) | Storage account primary web endpoint. |\n| \u003ca name=\"output_primary_connection_string\"\u003e\u003c/a\u003e [primary\\_connection\\_string](#output\\_primary\\_connection\\_string) | Primary connection string of the storage account. |\n| \u003ca name=\"output_secondary_connection_string\"\u003e\u003c/a\u003e [secondary\\_connection\\_string](#output\\_secondary\\_connection\\_string) | Secondary connection string of the storage account. |\n| \u003ca name=\"output_primary_access_key\"\u003e\u003c/a\u003e [primary\\_access\\_key](#output\\_primary\\_access\\_key) | Primary access key of the storage account. |\n| \u003ca name=\"output_secondary_access_key\"\u003e\u003c/a\u003e [secondary\\_access\\_key](#output\\_secondary\\_access\\_key) | Secondary access key of the storage account. |\n| \u003ca name=\"output_storage_containers\"\u003e\u003c/a\u003e [storage\\_containers](#output\\_storage\\_containers) | Storage container resource map. |\n| \u003ca name=\"output_storage_queues\"\u003e\u003c/a\u003e [storage\\_queues](#output\\_storage\\_queues) | Storage queues resource map. |\n| \u003ca name=\"output_storage_shares\"\u003e\u003c/a\u003e [storage\\_shares](#output\\_storage\\_shares) | Storage share resource map. |\n| \u003ca name=\"output_recovery_services_vault_id\"\u003e\u003c/a\u003e [recovery\\_services\\_vault\\_id](#output\\_recovery\\_services\\_vault\\_id) | The ID of the Recovery Services Vault. |\n| \u003ca name=\"output_data_protection_backup_vault_id\"\u003e\u003c/a\u003e [data\\_protection\\_backup\\_vault\\_id](#output\\_data\\_protection\\_backup\\_vault\\_id) | The ID of the Data Protection Backup Vault. |\n| \u003ca name=\"output_backup_policy_file_share_ids\"\u003e\u003c/a\u003e [backup\\_policy\\_file\\_share\\_ids](#output\\_backup\\_policy\\_file\\_share\\_ids) | Map of file share backup policy names to their IDs. |\n| \u003ca name=\"output_data_protection_backup_policy_blob_storage_ids\"\u003e\u003c/a\u003e [data\\_protection\\_backup\\_policy\\_blob\\_storage\\_ids](#output\\_data\\_protection\\_backup\\_policy\\_blob\\_storage\\_ids) | Map of blob storage backup policy names to their IDs. |\n| \u003ca name=\"output_backup_protected_file_share_ids\"\u003e\u003c/a\u003e [backup\\_protected\\_file\\_share\\_ids](#output\\_backup\\_protected\\_file\\_share\\_ids) | Map of protected file share names to their IDs. |\n| \u003ca name=\"output_backup_instance_blob_storage_ids\"\u003e\u003c/a\u003e [backup\\_instance\\_blob\\_storage\\_ids](#output\\_backup\\_instance\\_blob\\_storage\\_ids) | Map of blob storage backup instance names to their IDs. |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_reference-storage_account","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_reference-storage_account","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_reference-storage_account/lists"}