About Repository used to train CI/CD and Release strategies
You should fork this project and test / experiment different release strategies (Trunk-Based, Git Flow, Release Bases).
No requirements.
Name | Version |
---|---|
azurerm | n/a |
No modules.
Name | Type |
---|---|
azurerm_storage_account.example | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
account_name | The name of the storage account | string |
n/a | yes |
account_replication_type | Defines the type of replication to use for this storage account (LRS / GRS / RAGRS / ZRS / GZRS / RAGZRS) | string |
"LRS" |
no |
account_tier | Defines the Tier to use for this storage account (Standard / Premium) | string |
"Standard" |
no |
location | The location/region where the storage account is created | string |
n/a | yes |
resource_group_name | The name of the resource group in which to create the storage account | string |
n/a | yes |
Name | Description |
---|---|
storage_account_name | The name of the storage account |
storage_account_primary_connection_string | The primary connection string for the storage account |