forked from pulumi/examples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pulumi.yaml
34 lines (34 loc) · 1.35 KB
/
Pulumi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: azure-py-vdc
runtime:
name: python
options:
virtualenv: venv
description: A minimal Azure Virtual Data Center described in Python
template:
config:
azure_bastion:
description: Azure Bastion provides secure RDP and SSH connectivity to VMs (optional)
default: false
firewall_address_space:
description: Address space in the hub for Azure Firewall and DMZ
default: 192.168.100.0/24
forced_tunnel:
description: Route all Internet-bound traffic to this designated next hop IP address (optional)
default: 10.0.100.1
hub_address_space:
description: Address space in the hub for connectivity and shared services subnets
default: 10.100.0.0/16
location:
description: Azure region to deploy to (e.g. `australiaeast` or `australiasoutheast`)
default: australiaeast
org:
description: Another organization having a project and stack to peer with (optional)
peer:
description: Another stack having corresponding Outputs to peer with (optional)
project:
description: Another project having a stack to peer with (optional)
separator:
description: A dash (-) breaks up names by default; specify valid character or ' ' for none (optional)
suffix:
description: A short string appended to each name to allow multiple stacks (optional)
default: ae