README.md in terraspace_plugin_azurerm-0.3.3 vs README.md in terraspace_plugin_azurerm-0.4.0
- old
+ new
@@ -20,9 +20,11 @@
TerraspacePluginAzurerm.configure do |config|
config.auto_create = true # set false to disable auto creation
config.storage_account.sku.name = "Standard_LRS"
config.storage_account.sku.tier = "Standard"
+
+ config.tags = {env: Terraspace.env, terraspace: true}
end
```
By default, this plugin will automatically create the: