We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539ffea commit afeb718Copy full SHA for afeb718
gce-vm.yaml
@@ -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