add ssh key to module

This commit is contained in:
cshea15
2023-10-05 16:52:15 -04:00
parent e25785c539
commit deee58f798
5 changed files with 74 additions and 41 deletions

View File

@ -29,8 +29,8 @@ This template deploys an [Azure Firewall](https://registry.terraform.io/provider
|-|-|-|
| `resource_group_location` | Location of the resource group | eastus |
| `firewall_sku_tier` | SKU size for your Firewall and Firewall Policy. Possible values: Standard, Premium | Premium |
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so that name is unique in your Azure subscription. | rg |
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so that name is unique in your Azure subscription. | rg |
| `virtual_machine_size` | SKU size for your jump and workload VMs | Standard_D2_v3 |
| `admin_username` | THe admin username for the jump and workload VMs | azureuser |
| `admin_username` | The admin username for the jump and workload VMs | azureuser |
## Example