You can customize your deployment by editing the vars.tf
file.
Variables | Default value | Details |
---|---|---|
prefix | panaoe | Prefix used for different resources |
resource_group_name | pana-oe-rg | Resource Group name |
vm_size | Standard_B2ms | For larger environments we recommend using Standard_D8ds_v4 or similar |
vm_name | panaoe-vm | Name used for the VM |
data_disk | 100 | Size of the data disk (GB) |
location | westeurope | Resource location |
source_address_prefixes | - | External IPs allowed to access OE |
source_address_prefixes_bots | - | Bots IPs allowed to access OE |
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 |
You can customize everything related to the Azure Vault and Storage Account for Terraform in prep.sh
.