You can customize your deployment by editing the vars.tf file.
| Variables | Default value | Details |
|---|---|---|
| prefix | panaia | Prefix used for different resources |
| resource_group_name | pana-ia-rg | Resource Group name |
| vm_size | Standard_B2ms | VM size |
| data_disk | 100 | size of the data disk (GB) |
| location | westeurope | Resource Location |
| source_address_prefixes | - | External IPs allowed to access iDNA Applications |
| source_address_prefixes_bots | - | Bots IPs allowed to access iDNA Applications |
| rg | - | Resource Group of an existing VNet |
| vnet | - | Name of an existing VNet |
| subnet | - | Subnet name of an existing VNet |
| ip | - | IP of an existing VNet |
Everything related to the Azure Vault and Storage Account for Terraform can be customized in prep.sh.