{"id":20657725,"url":"https://github.com/boltops-tools/terraspace_plugin_azurerm","last_synced_at":"2025-08-18T18:08:07.972Z","repository":{"id":37899762,"uuid":"267644446","full_name":"boltops-tools/terraspace_plugin_azurerm","owner":"boltops-tools","description":"Terraspace Azurerm Provider","archived":false,"fork":false,"pushed_at":"2024-05-01T12:25:32.000Z","size":82,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-26T18:41:09.158Z","etag":null,"topics":["boltops","terraform","terraspace"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/boltops-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-28T16:49:12.000Z","updated_at":"2024-05-01T12:25:32.000Z","dependencies_parsed_at":"2025-05-11T12:45:10.044Z","dependency_job_id":null,"html_url":"https://github.com/boltops-tools/terraspace_plugin_azurerm","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/boltops-tools/terraspace_plugin_azurerm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_azurerm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_azurerm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_azurerm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_azurerm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltops-tools","download_url":"https://codeload.github.com/boltops-tools/terraspace_plugin_azurerm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_azurerm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271035680,"owners_count":24688463,"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-08-18T02:00:08.743Z","response_time":89,"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":["boltops","terraform","terraspace"],"created_at":"2024-11-16T18:22:37.384Z","updated_at":"2025-08-18T18:08:07.922Z","avatar_url":"https://github.com/boltops-tools.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraspace Azurerm Plugin\n\n[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)\n\n[![Gem Version](https://badge.fury.io/rb/terraspace_plugin_azurerm.svg)](https://badge.fury.io/rb/terraspace_plugin_azurerm)\n\nAzurerm support for [terraspace](https://terraspace.cloud/).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'terraspace_plugin_azurerm'\n```\n\n## Configure\n\nOptionally configure the plugin. Here's an example `azurerm.rb` for your terraspace project.\n\nconfig/plugins/azurerm.rb\n\n```ruby\nTerraspacePluginAzurerm.configure do |config|\n  config.auto_create = true # set false to disable auto creation\n\n  config.storage_account.sku.name = \"Standard_LRS\"\n  config.storage_account.sku.tier = \"Standard\"\n\n  config.tags = {env: Terraspace.env, terraspace: true}\nend\n```\n\nBy default, this plugin will automatically create the:\n\n* [resource group](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal)\n* [storage account](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal)\n* [storage container](https://docs.microsoft.com/en-us/cli/azure/storage/container?view=azure-cli-latest#az-storage-container-create)\n\nThe settings generally only apply if the resource does not yet exist yet and is created for the first time.\n\n## Environment Variables\n\nTo create the Azure resources like [resource group](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal), [storage account](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal), and [storage container](https://docs.microsoft.com/en-us/cli/azure/storage/container?view=azure-cli-latest#az-storage-container-create) these environment variables are required:\n\n    ARM_CLIENT_ID\n    ARM_CLIENT_SECRET\n\nOther env variables can be optionally set:\n\n    ARM_TENANT_ID\n    ARM_SUBSCRIPTION_ID\n\nWhen not set, their values are inferred from the [az cli](https://docs.microsoft.com/en-us/cli/azure/) settings. For those interested, this is done with the [boltops-tools/azure_info](https://github.com/boltops-tools/azure_info) library.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/boltops-tools/terraspace_plugin_azurerm.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fterraspace_plugin_azurerm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltops-tools%2Fterraspace_plugin_azurerm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fterraspace_plugin_azurerm/lists"}