Skip to content

Commit afeb718

Browse files
committed
Add google compute engine config yaml
1 parent 539ffea commit afeb718

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

gce-vm.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
resources:
2+
- type: compute.v1.instance
3+
name: cazoc
4+
properties:
5+
zone: us-central1-f
6+
machineType: https://www.googleapis.com/compute/v1/projects/cazoc-co/zones/us-central1-f/machineTypes/f1-micro
7+
disks:
8+
- deviceName: boot
9+
type: PERSISTENT
10+
boot: true
11+
autoDelete: true
12+
initializeParams:
13+
sourceImage: https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-7-wheezy-v20151104
14+
networkInterfaces:
15+
- network: https://www.googleapis.com/compute/v1/projects/cazoc-co/global/networks/default
16+
accessConfigs:
17+
- name: External NAT
18+
type: ONE_TO_ONE_NAT

0 commit comments

Comments
 (0)