{"id":30743516,"url":"https://github.com/ukho/tfmodule-azure-storageaccount","last_synced_at":"2026-02-14T14:05:57.080Z","repository":{"id":101503655,"uuid":"382050972","full_name":"UKHO/tfmodule-azure-storageaccount","owner":"UKHO","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-10T07:31:07.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-09-10T17:12:02.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UKHO.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}},"created_at":"2021-07-01T13:58:11.000Z","updated_at":"2024-09-10T07:28:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe2b8b9d-cf2f-4b50-859e-9cc7607e981b","html_url":"https://github.com/UKHO/tfmodule-azure-storageaccount","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"UKHO/terraform-module-template","purl":"pkg:github/UKHO/tfmodule-azure-storageaccount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-storageaccount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-storageaccount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-storageaccount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-storageaccount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UKHO","download_url":"https://codeload.github.com/UKHO/tfmodule-azure-storageaccount/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-storageaccount/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539317,"owners_count":25123499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2025-09-04T02:07:44.329Z","updated_at":"2026-02-14T14:05:57.039Z","avatar_url":"https://github.com/UKHO.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Module: for Storage account with restricted public access\n\nThis module can be used to create a storage account that is configured to restrict public access.\n\n## Required Resources\n\n- `Resource Group` exists or is created external to the module.\n- `Provider` must be created external to the module.\n\n## Usage\n\n```terraform\nvariable \"subscription_id\" {\n  type = string\n  description = \"The subscription id for where the storage account will be created\"\n}\nvariable \"servicename\" {\n  type        = string\n  description = \"The name of your service\"\n}\nvariable \"role\" {\n  type        = string\n  description = \"Role name but can be left as blank\"\n}\nvariable \"deploy_environment\" {\n  type = string\n  description = \"THe envioronment for release e,g dev\"\n}\nvariable \"resource_group_name\" {\n  type = string\n  description = \"The name of the resource group where the storage account will be created\"\n}\nvariable \"resource_group_location\" {\n  type = string\n  description = \"Location of the resource group e.g UKSouth\"\n}\nvariable \"account_kind\" {\n  type = string\n  description = \"Account kind e.g StorageV2\"\n}\nvariable \"account_tier\" {\n  type = string\n  description = \"Account tier e.g Standard\"\n}\nvariable \"account_replication_type\" {\n  type = string\n  description = \"Replication type e.g LRS\"\n}\nvariable \"access_tier\" {\n  type = string\n  description = \"Access tier e.g Hot\"\n}\nvariable \"https_traffic_only_enabled\" {\n  type = bool\n  description = \"Should be set as True\"\n}\nvariable \"min_tls_version\" {\n  type    = string\n  default = \"TLS1_2\"\n  description = \"Minimium level should now be TLS1_2\"\n}\nvariable \"subnet_ids\" {\n  type    = list(string)\n  default = []\n  description = \"A list of subnet resource ids, can be 0 or many but atleast one subnet or ip must be set\"\n}\nvariable \"allowed_ips\" {\n  type    = list(string)\n  default = []\n  description = \"A list of ip addresses, pass things like the the ukho site ip address, can be 0 or many but atleast one subnet or ip must be set\"\n}\n\n```\n\n\n## Condition for subnets / ip addresses\n\nYou must supply at least one subnet or one ip address when using this module, failure to do so with resort in a warning in the terraform plan.\n\nIt is recommended that the AzDoPrd-vnet subnet resource id is passed as a minimium, buth more can be passed in the array if other connectivity is required.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukho%2Ftfmodule-azure-storageaccount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukho%2Ftfmodule-azure-storageaccount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukho%2Ftfmodule-azure-storageaccount/lists"}